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 Apr 25, 2024
1 parent be0b037 commit 49cfc62
Show file tree
Hide file tree
Showing 3 changed files with 3,909 additions and 3,122 deletions.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import config from '@pengzhanbo/eslint-config'

export default config({}, {
export default config({
vue: false,
}, {
files: ['**/*.md/*.ts'],
rules: {
'node/prefer-global/buffer': 'off',
Expand Down
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": "pnpm@8.15.5",
"packageManager": "pnpm@9.0.6",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
Expand Down Expand Up @@ -70,29 +70,29 @@
"is-core-module": "^2.13.1",
"json5": "^2.2.3",
"mime-types": "^2.1.35",
"path-to-regexp": "^6.2.1",
"path-to-regexp": "^6.2.2",
"picocolors": "^1.0.0",
"ws": "^8.16.0"
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.7.0",
"@pengzhanbo/eslint-config": "^1.9.1",
"@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.30",
"@types/node": "^20.12.7",
"@types/ws": "^8.5.10",
"bumpp": "^9.4.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
"eslint": "^9.1.1",
"mockjs": "^1.1.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitepress": "^1.0.1",
"vitest": "^1.4.0"
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitepress": "^1.1.3",
"vitest": "^1.5.2"
}
}
Loading

0 comments on commit 49cfc62

Please sign in to comment.