We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68656a0 commit 9de400eCopy full SHA for 9de400e
_templates/cdk-package/new/package-json.ejs.t
@@ -7,8 +7,8 @@ to: packages/<%= packageName %>/package.json
7
"license": "UNLICENSED",
8
"version": "0.1.0",
9
"engines": {
10
- "node": "^18.14.0",
11
- "npm": "9.x"
+ "node": "^18.19.0",
+ "npm": "10.x"
12
},
13
"scripts": {
14
"build": "tsc",
_templates/graphql/new/package/package-json.ejs.t
@@ -8,8 +8,8 @@ unless_exists: true
15
0 commit comments