Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Nov 14, 2023
1 parent 88a1e13 commit 4c2ad02
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion ecosystem/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^10.6.0",
"@vueuse/core": "^10.6.1",
"ts-debounce": "^4.0.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@vuepress/plugin-theme-data": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^10.6.0",
"@vueuse/core": "^10.6.1",
"sass": "^1.69.5",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^18.4.0",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@types/node": "^20.9.0",
"@types/webpack-env": "^1.18.4",
Expand All @@ -50,8 +50,8 @@
"eslint-config-vuepress": "^4.5.0",
"eslint-config-vuepress-typescript": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.5",
"sort-package-json": "^2.6.0",
Expand All @@ -61,7 +61,7 @@
"vite": "~4.5.0",
"vitest": "^0.34.6"
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.10.5",
"engines": {
"node": ">=18.16.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.5.1",
"@vuepress/shared": "workspace:*",
"@vueuse/core": "^10.6.0",
"@vueuse/core": "^10.6.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
Expand Down
Loading

0 comments on commit 4c2ad02

Please sign in to comment.