Skip to content

Commit 89e4065

Browse files
committed
use released optional-features and document current min node
1 parent ecae3f7 commit 89e4065

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"@glimmer/component": ">= 1.1.2"
191191
},
192192
"engines": {
193-
"node": ">= 18.*"
193+
"node": ">= 20.19"
194194
},
195195
"ember-addon": {
196196
"after": "ember-cli-legacy-blueprints",

pnpm-lock.yaml

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smoke-tests/app-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.24.4",
27-
"@ember/optional-features": "2.3.0-alpha.0",
27+
"@ember/optional-features": "^2.3.0",
2828
"@ember/string": "^3.0.1",
2929
"@ember/test-helpers": "^3.3.0",
3030
"@ember/test-waiters": "^3.1.0",

smoke-tests/v2-app-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/runtime": "^7.27.1",
3636
"@babel/plugin-transform-runtime": "^7.27.1",
3737
"@babel/eslint-parser": "^7.27.1",
38-
"@ember/optional-features": "2.3.0-alpha.0",
38+
"@ember/optional-features": "^2.3.0",
3939
"@ember/string": "^4.0.1",
4040
"@ember/test-helpers": "^5.2.2",
4141
"@ember/test-waiters": "^4.1.0",

0 commit comments

Comments
 (0)