Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 28, 2022
1 parent 1e7761f commit 666257a
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 61 deletions.
6 changes: 3 additions & 3 deletions ecosystem/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"copy": "cpx \"src/**/*.css\" lib"
},
"dependencies": {
"@docsearch/css": "^3.3.0",
"@docsearch/js": "^3.3.0",
"@docsearch/react": "^3.3.0",
"@docsearch/css": "^3.3.1",
"@docsearch/js": "^3.3.1",
"@docsearch/react": "^3.3.1",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
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": "^9.8.2",
"@vueuse/core": "^9.9.0",
"sass": "^1.57.1",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/node": "^18.11.17",
"@types/node": "^18.11.18",
"@types/webpack-env": "^1.18.0",
"@vitest/coverage-istanbul": "^0.26.2",
"bumpp": "^8.2.1",
Expand All @@ -59,7 +59,7 @@
"vite": "~4.0.3",
"vitest": "^0.26.2"
},
"packageManager": "pnpm@7.19.0",
"packageManager": "pnpm@7.20.0",
"engines": {
"node": ">=14.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.20",
"postcss-load-config": "^4.0.1",
"rollup": "^3.8.0",
"rollup": "^3.9.0",
"vite": "~4.0.3",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"envinfo": "^7.8.1",
"esbuild": "^0.16.10"
"esbuild": "^0.16.12"
},
"devDependencies": {
"@types/envinfo": "^7.8.1"
Expand Down
Loading

0 comments on commit 666257a

Please sign in to comment.