Skip to content

Commit

Permalink
perf: update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Aug 11, 2024
1 parent f3d3062 commit c37d2a6
Show file tree
Hide file tree
Showing 6 changed files with 312 additions and 310 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docs",
"type": "module",
"version": "1.7.1",
"version": "1.7.0",
"private": true,
"scripts": {
"docs:build": "vitepress build .",
"docs:dev": "vitepress dev .",
"docs:preview": "vitepress preview ."
},
"devDependencies": {
"vitepress": "^1.3.1"
"vitepress": "^1.3.2"
}
}
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"type": "module",
"version": "1.7.1",
"version": "1.7.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["./src", "./mock"],
"include": ["./src", "./mock", "./vite.config.ts"],
"exclude": ["./**/*.mjs", "./**/*.cjs", "./**/*.js"]
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.7.0",
"private": true,
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
"license": "MIT",
"scripts": {
Expand All @@ -15,9 +15,10 @@
"docs:preview": "pnpm -F docs docs:preview",
"lint": "eslint .",
"test": "vitest",
"prepublishOnly": "vitest run && pnpm run build",
"release:check": "vitest run && pnpm run build",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "bumpp package.json plugin/package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag && pnpm -r publish --access public"
"release:version": "bumpp package.json {plugin,docs,example}/package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag",
"release": "pnpm release:check && pnpm release:version && pnpm -r publish"
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.12.0",
Expand All @@ -28,13 +29,13 @@
"@types/formidable": "2.0.6",
"@types/is-core-module": "^2.2.2",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.14.13",
"@types/ws": "^8.5.11",
"bumpp": "^9.4.1",
"@types/node": "^20.14.15",
"@types/ws": "^8.5.12",
"bumpp": "^9.4.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
}
}
4 changes: 2 additions & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-mock-dev-server",
"type": "module",
"version": "1.7.1",
"version": "1.7.0",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
Expand Down Expand Up @@ -90,7 +90,7 @@
},
"devDependencies": {
"esbuild": "^0.23.0",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit c37d2a6

Please sign in to comment.