Skip to content

Commit

Permalink
chore: update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jun 4, 2024
1 parent 00cf6d3 commit 1b0b928
Show file tree
Hide file tree
Showing 6 changed files with 461 additions and 808 deletions.
18 changes: 9 additions & 9 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.5.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
Expand Down Expand Up @@ -62,8 +62,8 @@
"co-body": "^6.1.0",
"cookies": "^0.9.1",
"cors": "^2.8.5",
"debug": "^4.3.4",
"esbuild": "^0.21.3",
"debug": "^4.3.5",
"esbuild": "^0.21.4",
"fast-glob": "^3.3.2",
"formidable": "2.1.2",
"http-status": "^1.7.4",
Expand All @@ -75,24 +75,24 @@
"ws": "^8.17.0"
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.10.0",
"@pengzhanbo/eslint-config": "^1.11.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.12.12",
"@types/node": "^20.14.1",
"@types/ws": "^8.5.10",
"bumpp": "^9.4.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"mockjs": "^1.1.0",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitepress": "^1.2.0",
"vite": "^5.2.12",
"vitepress": "^1.2.3",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 1b0b928

Please sign in to comment.