mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
chore: upgrade deps
This commit is contained in:
parent
fa9af28bbc
commit
6731799b26
2 changed files with 1081 additions and 1205 deletions
44
package.json
44
package.json
|
|
@ -28,28 +28,28 @@
|
|||
"upgrade:version": "vite-node ./scripts/upgrade-version.ts && pnpm i"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.19",
|
||||
"@babel/preset-env": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.22.15",
|
||||
"@rollup/plugin-json": "^6.0.0",
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/preset-env": "^7.23.3",
|
||||
"@babel/preset-typescript": "^7.23.3",
|
||||
"@rollup/plugin-json": "^6.0.1",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@types/koa-compose": "^3.2.6",
|
||||
"@types/node": "^20.6.2",
|
||||
"@types/serve-handler": "^6.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
||||
"@typescript-eslint/parser": "^6.7.0",
|
||||
"@vitejs/plugin-react": "^4.0.4",
|
||||
"@types/jest": "^29.5.8",
|
||||
"@types/koa-compose": "^3.2.8",
|
||||
"@types/node": "^20.9.1",
|
||||
"@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",
|
||||
"babel-jest": "^29.7.0",
|
||||
"canvas": "^2.11.2",
|
||||
"chalk": "^5.3.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"enquirer": "^2.4.1",
|
||||
"esbuild": "^0.19.3",
|
||||
"eslint": "^8.49.0",
|
||||
"esbuild": "^0.19.5",
|
||||
"eslint": "^8.54.0",
|
||||
"execa": "^8.0.1",
|
||||
"fs-extra": "^11.1.1",
|
||||
"glob": "^10.3.4",
|
||||
"glob": "^10.3.10",
|
||||
"http-server": "^14.1.1",
|
||||
"husky": "^8.0.3",
|
||||
"jest": "^29.7.0",
|
||||
|
|
@ -60,18 +60,18 @@
|
|||
"less": "^4.2.0",
|
||||
"pixelmatch": "^5.3.0",
|
||||
"pngjs": "^7.0.0",
|
||||
"puppeteer": "^21.2.1",
|
||||
"rollup": "^3.29.2",
|
||||
"rollup-plugin-dts": "^6.0.2",
|
||||
"rollup-plugin-esbuild": "^5.0.0",
|
||||
"puppeteer": "^21.5.2",
|
||||
"rollup": "^4.4.1",
|
||||
"rollup-plugin-dts": "^6.1.0",
|
||||
"rollup-plugin-esbuild": "^6.1.0",
|
||||
"serve-handler": "^6.1.5",
|
||||
"terser": "^5.19.4",
|
||||
"ts-morph": "^19.0.0",
|
||||
"terser": "^5.24.0",
|
||||
"ts-morph": "^20.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.4.9",
|
||||
"vite-node": "^0.34.4"
|
||||
"vite": "^5.0.0",
|
||||
"vite-node": "^0.34.6"
|
||||
},
|
||||
"__npminstall_done": false
|
||||
}
|
||||
|
|
|
|||
2242
pnpm-lock.yaml
2242
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue