Skip to content

Commit

Permalink
build: setup taze config and bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 16, 2024
1 parent 3ca0230 commit 0bfab33
Show file tree
Hide file tree
Showing 9 changed files with 461 additions and 21 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"sass": "^1.77.8",
"sass-embedded": "^1.77.8",
"sass-loader": "^16.0.0",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vuepress": "workspace:*"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.0",
"taze": "^0.16.6",
"tsconfig-vuepress": "^5.0.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "~5.4.0",
"vite": "~5.4.1",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"postcss": "^8.4.41",
"postcss-load-config": "^6.0.1",
"rollup": "^4.20.0",
"vite": "~5.4.0",
"vue": "^3.4.37",
"vite": "~5.4.1",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.3",
"webpack": "^5.93.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"@vuepress/shared": "workspace:*",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit 0bfab33

Please sign in to comment.