Skip to content

Commit

Permalink
perf: upgrade vuepress to rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Feb 16, 2024
1 parent dd19f19 commit e707e9a
Show file tree
Hide file tree
Showing 17 changed files with 1,130 additions and 909 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"docs:serve": "anywhere -s -h localhost -d .vuepress/dist"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.2",
"@vuepress/bundler-webpack": "2.0.0-rc.2",
"@vuepress/bundler-vite": "2.0.0-rc.7",
"@vuepress/bundler-webpack": "2.0.0-rc.7",
"anywhere": "^1.6.0",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"vue": "^3.4.15",
"sass-loader": "^14.1.0",
"vue": "^3.4.19",
"vuepress-theme-plume": "workspace:*"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.32",
"private": true,
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.3",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -38,8 +38,8 @@
"release:version": "bumpp package.json plugins/*/package.json theme/package.json --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all --tag --push"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@pengzhanbo/eslint-config-vue": "^1.5.4",
"@pengzhanbo/stylelint-config": "^1.5.4",
"@types/lodash.merge": "^4.6.9",
Expand All @@ -52,17 +52,17 @@
"cpx2": "^7.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"rimraf": "^5.0.5",
"stylelint": "^16.2.0",
"stylelint": "^16.2.1",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"vite": "^5.1.3"
},
"pnpm": {
"patchedDependencies": {
"@vuepress/markdown@2.0.0-rc.2": "patches/@vuepress__markdown@2.0.0-rc.2.patch"
"@vuepress/markdown@2.0.0-rc.7": "patches/@vuepress__markdown@2.0.0-rc.7.patch"
}
},
"lint-staged": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/dist/index.js b/dist/index.js
index de136bbd25d01677b7b86b6654b780765b9b7cec..b0ff18b8888fe4e691e8c8c2ee3db6ba9fd35ed2 100644
index 057c2897fdb1a01960724b83707a9c9d28205988..169e64c5e1d4b40aa48cdf07d0fb807e404f000e 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -267,7 +267,7 @@ var codePlugin = (md, {
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-auto-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"create-filter": "^1.0.1",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-baidu-tongji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions plugins/plugin-blog-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"@vue/devtools-api": "6.5.1",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"create-filter": "^1.0.1",
"vue": "^3.4.15"
"vue": "^3.4.19"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-caniuse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"markdown-it-container": "^4.0.0"
Expand Down
7 changes: 3 additions & 4 deletions plugins/plugin-content-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,15 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"vue": "^3.4.15",
"vue-router": "4.2.5"
"vue": "^3.4.19"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 0 additions & 4 deletions plugins/plugin-content-update/src/shim.d.ts

This file was deleted.

6 changes: 3 additions & 3 deletions plugins/plugin-copy-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"@vuepress-plume/plugin-content-update": "workspace:*",
"vue": "^3.4.15"
"vue": "^3.4.19"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-iconify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"@iconify/vue": "^4.1.1",
"vue": "^3.4.15"
"vue": "^3.4.19"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions plugins/plugin-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@netlify/functions": "^2.5.1",
"@netlify/functions": "^2.6.0",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"cpx2": "^7.0.1",
"dotenv": "^16.4.1",
"esbuild": "^0.19.12",
"dotenv": "^16.4.4",
"esbuild": "^0.20.0",
"execa": "^8.0.1",
"netlify-cli": "^17.15.3",
"netlify-cli": "^17.16.2",
"portfinder": "^1.0.32"
},
"devDependencies": {
"@types/node": "^20.11.7"
"@types/node": "^20.11.19"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions plugins/plugin-notes-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"@vue/devtools-api": "6.5.1",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"create-filter": "^1.0.1",
"vue": "^3.4.15"
"vue": "^3.4.19"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions plugins/plugin-page-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"@netlify/functions": "^2.5.1",
"@netlify/functions": "^2.6.0",
"leancloud-storage": "^4.15.2",
"vue": "^3.4.15",
"vue": "^3.4.19",
"vue-router": "4.2.5",
"vuepress-plugin-netlify-functions": "workspace:*"
},
Expand Down
11 changes: 5 additions & 6 deletions plugins/plugin-shikiji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,18 @@
],
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
"clean": "rimraf lib *.tsbuildinfo",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"ts": "tsc -b tsconfig.build.json"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"@shikijs/transformers": "^1.1.2",
"@shikijs/twoslash": "^1.1.2",
"@shikijs/transformers": "^1.1.3",
"@shikijs/twoslash": "^1.1.3",
"nanoid": "^5.0.5",
"picocolors": "^1.0.0",
"shiki": "^1.1.2"
"shiki": "^1.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit e707e9a

Please sign in to comment.