Skip to content

Commit

Permalink
fix(toolkits/pro) fix the version of node and npm in package.json (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyon committed Feb 2, 2024
1 parent a20d46f commit a36eead
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/cli/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"tiny": "./lib/index.js"
},
"engines": {
"node": ">=8.0.0",
"npm": ">= 3.0.0"
"node": ">=16.0.0",
"npm": ">=7.10.0"
},
"scripts": {
"build": "tsc -p tsconfig.compiler.json",
Expand Down
4 changes: 3 additions & 1 deletion packages/toolkits/pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"prepublishOnly": "One-step: clean, build, test, publish docs, and prep a release"
},
"engines": {
"node": ">=8.9"
"node": ">=16.0.0",
"npm": ">=7.10.0"
},
"dependencies": {
"@opentiny/cli-devkit": "^1.0.1",
Expand All @@ -71,6 +72,7 @@
"ava": "2.2.0",
"codecov": "^3.5.0",
"cz-conventional-changelog": "^2.1.0",
"eslint-config-airbnb-base": "^15.0.0",
"gh-pages": "^2.0.1",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
Expand Down

0 comments on commit a36eead

Please sign in to comment.