Skip to content

Commit

Permalink
build: update non-major deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Mar 20, 2024
1 parent c26fa08 commit 7da8ce3
Show file tree
Hide file tree
Showing 2 changed files with 382 additions and 280 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-plugin-mock-dev-server",
"type": "module",
"version": "1.4.7",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.5",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
Expand Down Expand Up @@ -56,14 +56,14 @@
"vite": ">=3.0.0"
},
"dependencies": {
"@pengzhanbo/utils": "^1.1.1",
"@pengzhanbo/utils": "^1.1.2",
"@rollup/pluginutils": "^5.1.0",
"chokidar": "^3.6.0",
"co-body": "^6.1.0",
"cookies": "^0.9.1",
"cors": "^2.8.5",
"debug": "^4.3.4",
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"fast-glob": "^3.3.2",
"formidable": "2.1.2",
"http-status": "^1.7.4",
Expand All @@ -75,24 +75,24 @@
"ws": "^8.16.0"
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.6.1",
"@pengzhanbo/eslint-config": "^1.7.0",
"@types/co-body": "^6.1.3",
"@types/cookies": "^0.9.0",
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
"@types/formidable": "2.0.6",
"@types/is-core-module": "^2.2.2",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.11.25",
"@types/node": "^20.11.30",
"@types/ws": "^8.5.10",
"bumpp": "^9.4.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
"mockjs": "^1.1.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite": "^5.2.2",
"vitepress": "^1.0.0-rc.45",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit 7da8ce3

Please sign in to comment.