Skip to content

Commit 9318bf2

Browse files
committed
update minimum node version.
1 parent c4e77bd commit 9318bf2

File tree

3 files changed

+3035
-2481
lines changed

3 files changed

+3035
-2481
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Ember.js v4.12 or above
88
* Ember CLI v4.12 or above
99
* `@embroider/compat` 3.4.3 or above (optional)
10-
* Node.js v18 or above
10+
* Node.js v20 or above
1111

1212
## Adding Custom Plugins
1313

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
"heimdalljs-logger": "^0.1.10",
4444
"js-string-escape": "^1.0.1",
4545
"silent-error": "^1.1.1",
46-
"walk-sync": "^2.2.0"
46+
"walk-sync": "^4.0.1"
4747
},
4848
"devDependencies": {
4949
"@babel/core": "^7.23.6",
5050
"@babel/eslint-parser": "^7.23.3",
51-
"@babel/plugin-transform-class-properties": "^7.23.3",
5251
"@babel/plugin-proposal-decorators": "^7.23.6",
52+
"@babel/plugin-transform-class-properties": "^7.23.3",
5353
"@babel/plugin-transform-runtime": "^7.13.15",
5454
"@babel/plugin-transform-typescript": "^7.10.1",
5555
"@babel/runtime": "^7.13.8",
@@ -102,7 +102,7 @@
102102
"ember-source": ">= 4.0.0"
103103
},
104104
"engines": {
105-
"node": ">= 18"
105+
"node": ">= 20"
106106
},
107107
"publishConfig": {
108108
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)