Skip to content

Commit

Permalink
Merge pull request #232 from idrawjs/dev-v0.4
Browse files Browse the repository at this point in the history
chore: upgrade deps
  • Loading branch information
chenshenhai authored Nov 18, 2023
2 parents 2000672 + 6731799 commit 281d533
Show file tree
Hide file tree
Showing 2 changed files with 1,073 additions and 1,197 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
}
Loading

0 comments on commit 281d533

Please sign in to comment.