Skip to content

Commit

Permalink
deps: upgrade pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshenhai committed Sep 16, 2023
1 parent 4035419 commit 429b1f7
Show file tree
Hide file tree
Showing 3 changed files with 1,470 additions and 1,099 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Loading

0 comments on commit 429b1f7

Please sign in to comment.