Skip to content

Commit

Permalink
chore!: Update package.json engines.node fields to >= 18
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Feb 28, 2024
1 parent 08f9ae8 commit a829b5e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fluent-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test": "mocha 'test/*_test.js'"
},
"engines": {
"node": ">=14.0.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion fluent-dedent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "mocha 'test/*_test.js'"
},
"engines": {
"node": ">=14.0.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
}
}
2 changes: 1 addition & 1 deletion fluent-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "c8 mocha -ui tdd --require ./test/index.js 'test/*_test.js'"
},
"engines": {
"node": ">=14.0.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion fluent-langneg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "mocha 'test/*_test.js'"
},
"engines": {
"node": ">=14.0.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
}
}
2 changes: 1 addition & 1 deletion fluent-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test": "jest --collect-coverage"
},
"engines": {
"node": ">=14.0.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion fluent-sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "mocha 'test/*_test.js'"
},
"engines": {
"node": ">=14.0.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion fluent-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test": "mocha 'test/*_test.js'"
},
"engines": {
"node": ">=14.0.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "npm run test:common && npm test -w fluent-dom && npm test -w fluent-react"
},
"engines": {
"node": ">=14.18.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"prettier": {
Expand Down

0 comments on commit a829b5e

Please sign in to comment.