mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
chore: upgrade npm
This commit is contained in:
parent
b15835cf26
commit
ffe0c95459
2 changed files with 817 additions and 860 deletions
36
package.json
36
package.json
|
|
@ -28,27 +28,27 @@
|
|||
"upgrade:version": "vite-node ./scripts/upgrade-version.ts && pnpm i"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/preset-env": "^7.23.3",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/preset-env": "^7.23.5",
|
||||
"@babel/preset-typescript": "^7.23.3",
|
||||
"@rollup/plugin-json": "^6.0.1",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/jest": "^29.5.8",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@types/koa-compose": "^3.2.8",
|
||||
"@types/node": "^20.9.1",
|
||||
"@types/node": "^20.10.4",
|
||||
"@types/serve-handler": "^6.1.4",
|
||||
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
||||
"@typescript-eslint/parser": "^6.11.0",
|
||||
"@vitejs/plugin-react": "^4.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
||||
"@typescript-eslint/parser": "^6.13.2",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"babel-jest": "^29.7.0",
|
||||
"canvas": "^2.11.2",
|
||||
"chalk": "^5.3.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"enquirer": "^2.4.1",
|
||||
"esbuild": "^0.19.5",
|
||||
"eslint": "^8.54.0",
|
||||
"esbuild": "^0.19.9",
|
||||
"eslint": "^8.55.0",
|
||||
"execa": "^8.0.1",
|
||||
"fs-extra": "^11.1.1",
|
||||
"fs-extra": "^11.2.0",
|
||||
"glob": "^10.3.10",
|
||||
"http-server": "^14.1.1",
|
||||
"husky": "^8.0.3",
|
||||
|
|
@ -60,18 +60,18 @@
|
|||
"less": "^4.2.0",
|
||||
"pixelmatch": "^5.3.0",
|
||||
"pngjs": "^7.0.0",
|
||||
"puppeteer": "^21.5.2",
|
||||
"rollup": "^4.4.1",
|
||||
"puppeteer": "^21.6.0",
|
||||
"rollup": "^4.7.0",
|
||||
"rollup-plugin-dts": "^6.1.0",
|
||||
"rollup-plugin-esbuild": "^6.1.0",
|
||||
"serve-handler": "^6.1.5",
|
||||
"terser": "^5.24.0",
|
||||
"ts-morph": "^20.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"terser": "^5.26.0",
|
||||
"ts-morph": "^21.0.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^5.0.0",
|
||||
"vite-node": "^0.34.6"
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.0.7",
|
||||
"vite-node": "^1.0.4"
|
||||
},
|
||||
"__npminstall_done": false
|
||||
}
|
||||
|
|
|
|||
1641
pnpm-lock.yaml
1641
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue