Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 29, 2023
1 parent df11c04 commit 7d0b7be
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 77 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@lerna-lite/publish": "^3.1.0",
"@types/node": "^20.10.5",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "1.0.0-beta.6",
"@vitest/coverage-istanbul": "1.1.0",
"cpx2": "^7.0.0",
"eslint": "^8.56.0",
"eslint-config-vuepress": "^4.9.0",
"eslint-config-vuepress-typescript": "^4.9.0",
"eslint-config-vuepress": "^4.10.0",
"eslint-config-vuepress-typescript": "^4.10.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
Expand All @@ -46,7 +46,7 @@
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.3.3",
"vite": "~5.0.10",
"vitest": "1.0.0-beta.6"
"vitest": "1.1.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@vuepress/core": "2.0.0-rc.0",
"@vuepress/shared": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"@vueuse/core": "^10.7.0",
"@vueuse/core": "^10.7.1",
"ts-debounce": "^4.0.0",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@vuepress/core": "2.0.0-rc.0",
"shikiji": "^0.9.12"
"shikiji": "^0.9.13"
},
"publishConfig": {
"access": "public"
Expand Down
139 changes: 70 additions & 69 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions themes/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@vuepress/plugin-theme-data": "workspace:*",
"@vuepress/shared": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"@vueuse/core": "^10.7.0",
"sass": "^1.69.5",
"@vueuse/core": "^10.7.1",
"sass": "^1.69.6",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
},
Expand Down

0 comments on commit 7d0b7be

Please sign in to comment.