Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 16, 2023
1 parent 5eb9489 commit db4148e
Show file tree
Hide file tree
Showing 10 changed files with 540 additions and 577 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.2",
"@docsearch/js": "^3.3.2",
"@docsearch/react": "^3.3.2",
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@docsearch/react": "^3.3.3",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@vuepress/core": "workspace:*",
"@vuepress/utils": "workspace:*",
"execa": "^6.1.0"
"execa": "^7.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@vuepress/core": "workspace:*",
"shiki": "^0.14.0"
"shiki": "^0.14.1"
},
"publishConfig": {
"access": "public"
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 @@ -56,7 +56,7 @@
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^9.12.0",
"sass": "^1.58.0",
"sass": "^1.58.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,30 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/node": "^18.11.18",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@types/node": "^18.13.0",
"@types/webpack-env": "^1.18.0",
"@vitest/coverage-istanbul": "^0.28.4",
"@vitest/coverage-istanbul": "^0.28.5",
"bumpp": "^8.2.1",
"conventional-changelog-cli": "^2.2.2",
"cpx2": "^4.2.0",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"eslint-config-vuepress": "^4.0.4",
"eslint-config-vuepress-typescript": "^4.0.4",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"prettier-config-vuepress": "^4.0.0",
"rimraf": "^4.1.2",
"sort-package-json": "^2.4.0",
"sort-package-json": "^2.4.1",
"tsconfig-vuepress": "^4.0.4",
"tsup": "^6.5.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "~4.1.1",
"vitest": "^0.28.4"
"vitest": "^0.28.5"
},
"packageManager": "pnpm@7.26.3",
"packageManager": "pnpm@7.27.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.21",
"postcss-load-config": "^4.0.1",
"rollup": "^3.12.1",
"rollup": "^3.15.0",
"vite": "~4.1.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
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 @@ -36,7 +36,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@types/express": "^4.17.16",
"@types/express": "^4.17.17",
"@types/webpack-env": "^1.18.0",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
Expand Down
16 changes: 8 additions & 8 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"clean": "rimraf dist"
},
"dependencies": {
"@mdit-vue/plugin-component": "^0.11.2",
"@mdit-vue/plugin-frontmatter": "^0.11.1",
"@mdit-vue/plugin-headers": "^0.11.2",
"@mdit-vue/plugin-sfc": "^0.11.1",
"@mdit-vue/plugin-title": "^0.11.2",
"@mdit-vue/plugin-toc": "^0.11.2",
"@mdit-vue/shared": "^0.11.2",
"@mdit-vue/types": "^0.11.0",
"@mdit-vue/plugin-component": "^0.12.0",
"@mdit-vue/plugin-frontmatter": "^0.12.0",
"@mdit-vue/plugin-headers": "^0.12.0",
"@mdit-vue/plugin-sfc": "^0.12.0",
"@mdit-vue/plugin-title": "^0.12.0",
"@mdit-vue/plugin-toc": "^0.12.0",
"@mdit-vue/shared": "^0.12.0",
"@mdit-vue/types": "^0.12.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-emoji": "^2.0.2",
"@vuepress/shared": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@mdit-vue/types": "^0.11.0",
"@mdit-vue/types": "^0.12.0",
"@vue/shared": "^3.2.47"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit db4148e

Please sign in to comment.