mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
commit
4611ceee39
2 changed files with 1729 additions and 1246 deletions
28
package.json
28
package.json
|
|
@ -30,27 +30,27 @@
|
|||
"upgrade:version": "npm run version:reset && pnpm i"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.10",
|
||||
"@babel/preset-env": "^7.26.9",
|
||||
"@babel/preset-typescript": "^7.27.0",
|
||||
"@babel/core": "^7.27.1",
|
||||
"@babel/preset-env": "^7.27.2",
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/koa-compose": "^3.2.8",
|
||||
"@types/node": "^22.14.1",
|
||||
"@types/node": "^22.15.17",
|
||||
"@types/serve-handler": "^6.1.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.29.1",
|
||||
"@typescript-eslint/parser": "^8.29.1",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.32.0",
|
||||
"@typescript-eslint/parser": "^8.32.0",
|
||||
"@vitejs/plugin-react": "^4.4.1",
|
||||
"babel-jest": "^29.7.0",
|
||||
"chalk": "^5.4.1",
|
||||
"dotenv": "^16.5.0",
|
||||
"enquirer": "^2.4.1",
|
||||
"esbuild": "^0.25.2",
|
||||
"eslint": "^9.24.0",
|
||||
"execa": "^9.5.2",
|
||||
"esbuild": "^0.25.4",
|
||||
"eslint": "^9.26.0",
|
||||
"execa": "^9.5.3",
|
||||
"fs-extra": "^11.3.0",
|
||||
"glob": "^11.0.1",
|
||||
"glob": "^11.0.2",
|
||||
"http-server": "^14.1.1",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^29.7.0",
|
||||
|
|
@ -61,8 +61,8 @@
|
|||
"less": "^4.3.0",
|
||||
"pixelmatch": "^7.1.0",
|
||||
"pngjs": "^7.0.0",
|
||||
"puppeteer": "^24.6.1",
|
||||
"rollup": "^4.40.0",
|
||||
"puppeteer": "^24.8.2",
|
||||
"rollup": "^4.40.2",
|
||||
"rollup-plugin-dts": "^6.2.1",
|
||||
"rollup-plugin-esbuild": "^6.2.1",
|
||||
"serve-handler": "^6.1.6",
|
||||
|
|
@ -71,6 +71,6 @@
|
|||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.8.3",
|
||||
"vite": "^6.2.6"
|
||||
"vite": "^6.3.5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2947
pnpm-lock.yaml
2947
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue