mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
deps: upgrade all npm
This commit is contained in:
parent
801faf9788
commit
86f1b6f7f5
3 changed files with 1372 additions and 1519 deletions
2
.npmrc
2
.npmrc
|
|
@ -1,2 +1,2 @@
|
|||
# registry=https://registry.npmmirror.com
|
||||
registry=https://registry.npmmirror.com
|
||||
auto-install-peers = true
|
||||
36
package.json
36
package.json
|
|
@ -28,49 +28,49 @@
|
|||
"upgrade:version": "ts-node --project ./tsconfig.node.json ./scripts/upgrade-version.ts && pnpm i"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.9",
|
||||
"@babel/preset-env": "^7.23.9",
|
||||
"@babel/preset-typescript": "^7.23.3",
|
||||
"@babel/core": "^7.24.4",
|
||||
"@babel/preset-env": "^7.24.4",
|
||||
"@babel/preset-typescript": "^7.24.1",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/koa-compose": "^3.2.8",
|
||||
"@types/node": "^20.11.16",
|
||||
"@types/node": "^20.12.7",
|
||||
"@types/serve-handler": "^6.1.4",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
||||
"@typescript-eslint/parser": "^7.6.0",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"babel-jest": "^29.7.0",
|
||||
"canvas": "^2.11.2",
|
||||
"chalk": "^5.3.0",
|
||||
"dotenv": "^16.4.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"enquirer": "^2.4.1",
|
||||
"esbuild": "^0.20.0",
|
||||
"eslint": "^8.56.0",
|
||||
"esbuild": "^0.20.2",
|
||||
"eslint": "^9.0.0",
|
||||
"execa": "^8.0.1",
|
||||
"fs-extra": "^11.2.0",
|
||||
"glob": "^10.3.10",
|
||||
"glob": "^10.3.12",
|
||||
"http-server": "^14.1.1",
|
||||
"husky": "^9.0.10",
|
||||
"husky": "^9.0.11",
|
||||
"jest": "^29.7.0",
|
||||
"jest-canvas-mock": "^2.5.2",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"jimp": "^0.22.10",
|
||||
"jimp": "^0.22.12",
|
||||
"koa-compose": "^4.1.0",
|
||||
"less": "^4.2.0",
|
||||
"pixelmatch": "^5.3.0",
|
||||
"pngjs": "^7.0.0",
|
||||
"puppeteer": "^22.0.0",
|
||||
"rollup": "^4.9.6",
|
||||
"puppeteer": "^22.6.4",
|
||||
"rollup": "^4.14.2",
|
||||
"rollup-plugin-dts": "^6.1.0",
|
||||
"rollup-plugin-esbuild": "^6.1.1",
|
||||
"serve-handler": "^6.1.5",
|
||||
"terser": "^5.27.0",
|
||||
"ts-morph": "^21.0.1",
|
||||
"terser": "^5.30.3",
|
||||
"ts-morph": "^22.0.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.0.12"
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.8"
|
||||
},
|
||||
"__npminstall_done": false
|
||||
}
|
||||
|
|
|
|||
2853
pnpm-lock.yaml
2853
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue