Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 29, 2023
1 parent 386a3d9 commit f342a86
Show file tree
Hide file tree
Showing 17 changed files with 1,103 additions and 1,059 deletions.
2 changes: 1 addition & 1 deletion ecosystem/plugin-active-header-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vuepress/utils": "workspace:*",
"ts-debounce": "^4.0.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions ecosystem/plugin-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@types/markdown-it": "^13.0.1",
"@types/markdown-it": "^13.0.2",
"@vuepress/core": "workspace:*",
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"markdown-it-container": "^3.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@vueuse/core": "^10.4.1",
"ts-debounce": "^4.0.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-nprogress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-prismjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prismjs": "^1.29.0"
},
"devDependencies": {
"@types/prismjs": "^1.26.0"
"@types/prismjs": "^1.26.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vuepress/utils": "workspace:*",
"chokidar": "^3.5.3",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"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.3"
"shiki": "^0.14.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-toc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions ecosystem/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^10.4.1",
"sass": "^1.66.1",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"peerDependencies": {
"sass-loader": "^13.2.1"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,30 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^20.5.7",
"@types/webpack-env": "^1.18.1",
"@vitest/coverage-istanbul": "^0.34.3",
"@types/node": "^20.7.1",
"@types/webpack-env": "^1.18.2",
"@vitest/coverage-istanbul": "^0.34.5",
"bumpp": "^9.2.0",
"conventional-changelog-cli": "^4.0.0",
"conventional-changelog-cli": "^4.1.0",
"cpx2": "^5.0.0",
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"eslint-config-vuepress": "^4.5.0",
"eslint-config-vuepress-typescript": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.1",
"sort-package-json": "^2.5.1",
"rimraf": "^5.0.5",
"sort-package-json": "^2.6.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "~4.4.9",
"vitest": "^0.34.3"
"vitest": "^0.34.5"
},
"packageManager": "pnpm@8.7.0",
"packageManager": "pnpm@8.8.0",
"engines": {
"node": ">=18.16.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"rollup": "^3.28.1",
"rollup": "^3.29.4",
"vite": "~4.4.9",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
"clean": "rimraf dist"
},
"dependencies": {
"@types/express": "^4.17.17",
"@types/webpack-env": "^1.18.1",
"@types/express": "^4.17.18",
"@types/webpack-env": "^1.18.2",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"esbuild-loader": "~3.1.0",
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"postcss-csso": "^6.0.1",
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"vue": "^3.3.4",
"vue-loader": "^17.2.2",
"vue-router": "^4.2.4",
"vue-router": "^4.2.5",
"webpack": "^5.88.2",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vuepress/shared": "workspace:*",
"@vueuse/core": "^10.4.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 11 additions & 11 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"clean": "rimraf dist"
},
"dependencies": {
"@mdit-vue/plugin-component": "^0.12.1",
"@mdit-vue/plugin-frontmatter": "^0.12.1",
"@mdit-vue/plugin-headers": "^0.12.1",
"@mdit-vue/plugin-sfc": "^0.12.1",
"@mdit-vue/plugin-title": "^0.12.1",
"@mdit-vue/plugin-toc": "^0.12.1",
"@mdit-vue/shared": "^0.12.1",
"@mdit-vue/types": "^0.12.0",
"@types/markdown-it": "^13.0.1",
"@mdit-vue/plugin-component": "^1.0.0",
"@mdit-vue/plugin-frontmatter": "^1.0.0",
"@mdit-vue/plugin-headers": "^1.0.0",
"@mdit-vue/plugin-sfc": "^1.0.0",
"@mdit-vue/plugin-title": "^1.0.0",
"@mdit-vue/plugin-toc": "^1.0.0",
"@mdit-vue/shared": "^1.0.0",
"@mdit-vue/types": "^1.0.0",
"@types/markdown-it": "^13.0.2",
"@types/markdown-it-emoji": "^2.0.2",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-emoji": "^2.0.2",
"mdurl": "^1.0.1"
},
"devDependencies": {
"@types/mdurl": "^1.0.2"
"@types/mdurl": "^1.0.3"
},
"publishConfig": {
"access": "public"
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.12.0",
"@mdit-vue/types": "^1.0.0",
"@vue/shared": "^3.3.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"clean": "rimraf dist"
},
"dependencies": {
"@types/debug": "^4.1.8",
"@types/fs-extra": "^11.0.1",
"@types/debug": "^4.1.9",
"@types/fs-extra": "^11.0.2",
"@types/hash-sum": "^1.0.0",
"@vuepress/shared": "workspace:*",
"debug": "^4.3.4",
Expand Down

0 comments on commit f342a86

Please sign in to comment.