chore: update @types/node version
This commit is contained in:
parent
9d0d758f3c
commit
45ca27a244
34
package.json
34
package.json
@ -18,8 +18,6 @@
|
||||
"nocobase": "nocobase",
|
||||
"pm": "nocobase pm",
|
||||
"pm2": "nocobase pm2",
|
||||
"release": "lerna publish",
|
||||
"release:force": "lerna publish from-package --yes",
|
||||
"run:example": "tsx -r dotenv/config -r tsconfig-paths/register ./examples/index.ts",
|
||||
"start": "nocobase start",
|
||||
"tar": "nocobase tar",
|
||||
@ -27,8 +25,7 @@
|
||||
"test": "nocobase test",
|
||||
"test:client": "nocobase test:client",
|
||||
"test:server": "nocobase test:server",
|
||||
"ts": "nocobase test:server",
|
||||
"version:alpha": "lerna version prerelease --preid alpha --force-publish=* --no-git-tag-version -m \"chore(versions): publish packages %s\""
|
||||
"ts": "nocobase test:server"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,json,sql}": [
|
||||
@ -44,19 +41,6 @@
|
||||
"commit-msg": "commitlint --edit"
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"@typescript-eslint/parser": "^6.2.0",
|
||||
"antd": "5.12.8",
|
||||
"nwsapi": "2.2.7",
|
||||
"prettier": "^3.1.1",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router": "^6.11.2",
|
||||
"react-router-dom": "^6.11.2",
|
||||
"tsx": "^4.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"pm2": "^5.2.0"
|
||||
},
|
||||
@ -97,6 +81,22 @@
|
||||
"node": "20.12.0",
|
||||
"pnpm": "8.15.5"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@types/node": "^20.12.2",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"@typescript-eslint/parser": "^6.2.0",
|
||||
"antd": "5.12.8",
|
||||
"nwsapi": "2.2.7",
|
||||
"prettier": "^3.1.1",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router": "^6.11.2",
|
||||
"react-router-dom": "^6.11.2",
|
||||
"tsx": "^4.6.2"
|
||||
}
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "Apache-2.0",
|
||||
|
@ -16,7 +16,7 @@
|
||||
"@types/koa": "^2.13.4",
|
||||
"@types/koa-bodyparser": "^4.3.4",
|
||||
"@types/lodash": "^4.14.177",
|
||||
"@types/node": "*",
|
||||
"@types/node": "^20.12.2",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
||||
|
1319
pnpm-lock.yaml
1319
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user