Skip to content

Commit

Permalink
Downgrade update-notifier due to node v18 requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Dec 18, 2023
1 parent 74c5096 commit f74974f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 30 deletions.
2 changes: 2 additions & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ module.exports = {
// v0.60.0 breaks cli option description output
// https://github.com/YousefED/typescript-json-schema/issues/568
'typescript-json-schema',
// node >= 18
'update-notifier',
],
}
85 changes: 56 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"strip-ansi": "^7.1.0",
"strip-json-comments": "^5.0.1",
"untildify": "^4.0.0",
"update-notifier": "^7.0.0"
"update-notifier": "^6.0.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
Expand Down

0 comments on commit f74974f

Please sign in to comment.