Skip to content

Commit

Permalink
build: bump deps and pin vite minor version (close #781) (#784)
Browse files Browse the repository at this point in the history
Co-authored-by: meteorlxy <meteor.lxy@foxmail.com>
  • Loading branch information
Mister-Hope and meteorlxy committed Mar 31, 2022
1 parent c82f735 commit b06ca39
Show file tree
Hide file tree
Showing 24 changed files with 2,330 additions and 2,189 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -30,25 +30,25 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/jest": "^27.4.0",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/jest": "^27.4.1",
"anywhere": "^1.5.0",
"cpx2": "^4.1.2",
"cpx2": "^4.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.7.0",
"eslint": "^8.12.0",
"eslint-config-vuepress": "^3.5.0",
"eslint-config-vuepress-typescript": "^2.5.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jest-serializer-vue": "^2.0.2",
"lerna": "^4.0.0",
"lint-staged": "^12.2.2",
"prettier": "^2.5.1",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"prettier-config-vuepress": "^1.3.0",
"rimraf": "^3.0.2",
"sort-package-json": "^1.53.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
"sort-package-json": "^1.55.0",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}
18 changes: 9 additions & 9 deletions packages/@vuepress/bundler-vite/package.json
Expand Up @@ -28,21 +28,21 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vitejs/plugin-vue": "^2.1.0",
"@vue/compiler-sfc": "^3.2.28",
"@vue/server-renderer": "^3.2.28",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.31",
"@vue/server-renderer": "^3.2.31",
"@vuepress/client": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"autoprefixer": "^10.4.2",
"autoprefixer": "^10.4.4",
"connect-history-api-fallback": "^1.6.0",
"postcss": "^8.4.5",
"postcss": "^8.4.12",
"postcss-csso": "^6.0.0",
"rollup": "^2.66.0",
"vite": "^2.7.13",
"vue": "^3.2.28",
"vue-router": "^4.0.12"
"rollup": "^2.70.1",
"vite": "~2.8.6",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"publishConfig": {
"access": "public"
Expand Down
26 changes: 13 additions & 13 deletions packages/@vuepress/bundler-webpack/package.json
Expand Up @@ -30,31 +30,31 @@
"dependencies": {
"@types/express": "^4.17.13",
"@types/webpack-env": "^1.16.3",
"@vue/compiler-sfc": "^3.2.28",
"@vue/server-renderer": "^3.2.28",
"@vue/compiler-sfc": "^3.2.31",
"@vue/server-renderer": "^3.2.31",
"@vuepress/client": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"autoprefixer": "^10.4.2",
"autoprefixer": "^10.4.4",
"chokidar": "^3.5.3",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.1",
"esbuild-loader": "~2.16.0",
"express": "^4.17.2",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"esbuild-loader": "~2.18.0",
"express": "^4.17.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.5.2",
"mini-css-extract-plugin": "^2.6.0",
"portfinder": "^1.0.28",
"postcss": "^8.4.5",
"postcss": "^8.4.12",
"postcss-csso": "^6.0.0",
"postcss-loader": "^6.2.1",
"style-loader": "^3.3.1",
"vue": "^3.2.28",
"vue": "^3.2.31",
"vue-loader": "^17.0.0",
"vue-router": "^4.0.12",
"webpack": "^5.67.0",
"vue-router": "^4.0.14",
"webpack": "^5.70.0",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.7.3",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/cli/package.json
Expand Up @@ -35,7 +35,7 @@
"cac": "^6.7.12",
"chokidar": "^3.5.3",
"envinfo": "^7.8.1",
"esbuild": "^0.13.12"
"esbuild": "^0.14.29"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/@vuepress/client/package.json
Expand Up @@ -29,14 +29,14 @@
"copy": "cpx \"src/**/*.{d.ts,css}\" lib"
},
"dependencies": {
"@vue/devtools-api": "^6.0.0-beta.21.1",
"@vue/devtools-api": "^6.1.4",
"@vuepress/shared": "2.0.0-beta.35",
"vue": "^3.2.28",
"vue-router": "^4.0.12"
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@types/webpack-env": "^1.16.3",
"vite": "^2.7.13"
"vite": "~2.8.6"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/@vuepress/client/src/setupDevtools.ts
Expand Up @@ -8,7 +8,8 @@ export const setupDevtools = (
): void => {
setupDevtoolsPlugin(
{
app,
// fix recursive reference
app: app as any,
id: 'org.vuejs.vuepress',
label: 'VuePress',
packageName: '@vuepress/client',
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-active-header-links/package.json
Expand Up @@ -33,8 +33,8 @@
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/utils": "2.0.0-beta.35",
"ts-debounce": "^4.0.0",
"vue": "^3.2.28",
"vue-router": "^4.0.12"
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-back-to-top/package.json
Expand Up @@ -32,7 +32,7 @@
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/utils": "2.0.0-beta.35",
"ts-debounce": "^4.0.0",
"vue": "^3.2.28"
"vue": "^3.2.31"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/@vuepress/plugin-docsearch/package.json
Expand Up @@ -33,15 +33,15 @@
"@docsearch/css": "^3.0.0",
"@docsearch/js": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.38",
"@types/react": "^17.0.43",
"@vuepress/client": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"preact": "^10.6.4",
"preact": "^10.7.0",
"ts-debounce": "^4.0.0",
"vue": "^3.2.28",
"vue-router": "^4.0.12"
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-external-link-icon/package.json
Expand Up @@ -33,7 +33,7 @@
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/markdown": "2.0.0-beta.36",
"@vuepress/utils": "2.0.0-beta.35",
"vue": "^3.2.28"
"vue": "^3.2.31"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-medium-zoom/package.json
Expand Up @@ -35,7 +35,7 @@
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/utils": "2.0.0-beta.35",
"medium-zoom": "^1.0.6",
"vue": "^3.2.28"
"vue": "^3.2.31"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-nprogress/package.json
Expand Up @@ -33,8 +33,8 @@
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/utils": "2.0.0-beta.35",
"nprogress": "^0.2.0",
"vue": "^3.2.28",
"vue-router": "^4.0.12"
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@types/nprogress": "^0.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-prismjs/package.json
Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@vuepress/core": "2.0.0-beta.36",
"prismjs": "^1.26.0"
"prismjs": "^1.27.0"
},
"devDependencies": {
"@types/prismjs": "^1.16.6"
"@types/prismjs": "^1.26.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-pwa-popup/package.json
Expand Up @@ -35,7 +35,7 @@
"@vuepress/plugin-pwa": "2.0.0-beta.36",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"vue": "^3.2.28"
"vue": "^3.2.31"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-pwa/package.json
Expand Up @@ -33,8 +33,8 @@
"@vuepress/utils": "2.0.0-beta.35",
"mitt": "^3.0.0",
"register-service-worker": "^1.7.2",
"vue": "^3.2.28",
"workbox-build": "^6.4.2"
"vue": "^3.2.31",
"workbox-build": "^6.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/@vuepress/plugin-search/package.json
Expand Up @@ -34,12 +34,12 @@
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"chokidar": "^3.5.3",
"vue": "^3.2.28",
"vue-router": "^4.0.12"
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@types/webpack-env": "^1.16.3",
"vite": "^2.7.13"
"vite": "~2.8.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-shiki/package.json
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@vuepress/core": "2.0.0-beta.36",
"shiki": "^0.10.0"
"shiki": "^0.10.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/@vuepress/plugin-theme-data/package.json
Expand Up @@ -29,16 +29,16 @@
"copy": "cpx \"src/**/*.d.ts\" lib"
},
"dependencies": {
"@vue/devtools-api": "^6.0.0-beta.21.1",
"@vue/devtools-api": "^6.1.4",
"@vuepress/client": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"vue": "^3.2.28"
"vue": "^3.2.31"
},
"devDependencies": {
"@types/webpack-env": "^1.16.3",
"vite": "^2.7.13"
"vite": "~2.8.6"
},
"publishConfig": {
"access": "public"
Expand Down
Expand Up @@ -34,7 +34,8 @@ export default defineClientAppEnhance(({ app }) => {
if (__VUEPRESS_DEV__ || __VUE_PROD_DEVTOOLS__) {
setupDevtoolsPlugin(
{
app,
// fix recursive reference
app: app as any,
id: 'org.vuejs.vuepress.plugin-theme-data',
label: 'VuePress Theme Data Plugin',
packageName: '@vuepress/plugin-theme-data',
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-toc/package.json
Expand Up @@ -31,8 +31,8 @@
"@vuepress/client": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/utils": "2.0.0-beta.35",
"vue": "^3.2.28",
"vue-router": "^4.0.12"
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/shared/package.json
Expand Up @@ -28,7 +28,7 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vue/shared": "^3.2.28"
"@vue/shared": "^3.2.31"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/@vuepress/theme-default/package.json
Expand Up @@ -44,11 +44,11 @@
"@vuepress/plugin-theme-data": "2.0.0-beta.36",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"@vueuse/core": "^7.5.4",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"vue": "^3.2.28",
"vue-router": "^4.0.12"
"@vueuse/core": "^8.2.1",
"sass": "^1.49.10",
"sass-loader": "^12.6.0",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/utils/package.json
Expand Up @@ -31,8 +31,8 @@
"@types/hash-sum": "^1.0.0",
"@vuepress/shared": "2.0.0-beta.35",
"chalk": "^4.1.2",
"debug": "^4.3.3",
"fs-extra": "^10.0.0",
"debug": "^4.3.4",
"fs-extra": "^10.0.1",
"globby": "^11.0.4",
"hash-sum": "^2.0.0",
"ora": "^5.4.1",
Expand Down

0 comments on commit b06ca39

Please sign in to comment.