Skip to content

Commit

Permalink
fix(deps): upgrade to the latest javascript plugin
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the minimum versions of the support major versions of node have been raised
  • Loading branch information
travi committed Feb 7, 2025
1 parent e7b7180 commit 373b2a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 37 deletions.
51 changes: 16 additions & 35 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0-semantically-released",
"type": "module",
"engines": {
"node": "^18.19.0 || ^20.6.1 || >=22"
"node": "^18.19.0 || ^20.9.0 || >=22.11.0"
},
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
"repository": "form8ion/utils-cli",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@form8ion/github": "2.0.0",
"@form8ion/github-actions-node-ci": "5.0.1",
"@form8ion/hapi-scaffolder": "4.1.1",
"@form8ion/javascript": "14.0.0-beta.2",
"@form8ion/javascript": "14.0.0-beta.4",
"@form8ion/javascript-core": "12.3.0",
"@form8ion/jetbrains": "1.1.3",
"@form8ion/lift": "10.0.0",
Expand Down

0 comments on commit 373b2a6

Please sign in to comment.