Browse Source

fix(deps): make Node.js requirement similar to Angular

pull/7688/head
KenTandrian 1 week ago
parent
commit
0dc6ad7127
  1. 2
      package-lock.json
  2. 2
      package.json

2
package-lock.json

@ -171,7 +171,7 @@
"webpack-cli": "7.1.0" "webpack-cli": "7.1.0"
}, },
"engines": { "engines": {
"node": ">=22.23.2" "node": ">=22.22.3"
} }
}, },
"node_modules/@adobe/css-tools": { "node_modules/@adobe/css-tools": {

2
package.json

@ -215,6 +215,6 @@
"webpack-cli": "7.1.0" "webpack-cli": "7.1.0"
}, },
"engines": { "engines": {
"node": ">=22.23.2" "node": ">=22.22.3"
} }
} }

Loading…
Cancel
Save