mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
deps: upgrade pkg
This commit is contained in:
parent
40354195b2
commit
429b1f7d57
3 changed files with 1486 additions and 1115 deletions
48
package.json
48
package.json
|
|
@ -26,51 +26,51 @@
|
|||
"pu2": "lerna version && npm run build && lerna publish from-git --force-publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.9",
|
||||
"@babel/preset-env": "^7.22.9",
|
||||
"@babel/preset-typescript": "^7.22.5",
|
||||
"@babel/core": "^7.22.19",
|
||||
"@babel/preset-env": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.22.15",
|
||||
"@rollup/plugin-json": "^6.0.0",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/jest": "^29.5.3",
|
||||
"@types/koa-compose": "^3.2.5",
|
||||
"@types/node": "^20.4.8",
|
||||
"@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.2.1",
|
||||
"@typescript-eslint/parser": "^6.2.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
||||
"@typescript-eslint/parser": "^6.7.0",
|
||||
"@vitejs/plugin-react": "^4.0.4",
|
||||
"babel-jest": "^29.6.2",
|
||||
"babel-jest": "^29.7.0",
|
||||
"canvas": "^2.11.2",
|
||||
"chalk": "^5.3.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"enquirer": "^2.4.1",
|
||||
"esbuild": "^0.18.18",
|
||||
"eslint": "^8.46.0",
|
||||
"execa": "^7.2.0",
|
||||
"esbuild": "^0.19.3",
|
||||
"eslint": "^8.49.0",
|
||||
"execa": "^8.0.1",
|
||||
"fs-extra": "^11.1.1",
|
||||
"glob": "^10.3.3",
|
||||
"glob": "^10.3.4",
|
||||
"http-server": "^14.1.1",
|
||||
"husky": "^8.0.3",
|
||||
"jest": "^29.6.2",
|
||||
"jest": "^29.7.0",
|
||||
"jest-canvas-mock": "^2.5.2",
|
||||
"jest-environment-jsdom": "^29.6.2",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"jimp": "^0.22.10",
|
||||
"koa-compose": "^4.1.0",
|
||||
"lerna": "^7.1.4",
|
||||
"lerna": "^7.3.0",
|
||||
"less": "^4.2.0",
|
||||
"pixelmatch": "^5.3.0",
|
||||
"pngjs": "^7.0.0",
|
||||
"puppeteer": "^21.0.1",
|
||||
"rollup": "^3.27.2",
|
||||
"rollup-plugin-dts": "^5.3.1",
|
||||
"puppeteer": "^21.2.1",
|
||||
"rollup": "^3.29.2",
|
||||
"rollup-plugin-dts": "^6.0.2",
|
||||
"rollup-plugin-esbuild": "^5.0.0",
|
||||
"serve-handler": "^6.1.5",
|
||||
"terser": "^5.19.2",
|
||||
"terser": "^5.19.4",
|
||||
"ts-morph": "^19.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"tslib": "^2.6.1",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.4.8",
|
||||
"vite-node": "^0.34.1"
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.4.9",
|
||||
"vite-node": "^0.34.4"
|
||||
},
|
||||
"__npminstall_done": false
|
||||
}
|
||||
|
|
|
|||
2550
pnpm-lock.yaml
2550
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -18,6 +18,7 @@
|
|||
"__tests__/e2e.test.ts",
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"scripts/**/*.js"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue