Skip to content

Commit d1b2b63

Browse files
committed
build: bump dependencies
1 parent bf880cd commit d1b2b63

File tree

5 files changed

+85
-85
lines changed

5 files changed

+85
-85
lines changed

ecosystem/theme-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@vuepress/shared": "workspace:*",
5555
"@vuepress/utils": "workspace:*",
5656
"@vueuse/core": "^9.1.0",
57-
"sass": "^1.54.4",
57+
"sass": "^1.54.5",
5858
"vue": "^3.2.37",
5959
"vue-router": "^4.1.3"
6060
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@commitlint/cli": "^17.0.3",
3838
"@commitlint/config-conventional": "^17.0.3",
39-
"@types/node": "^18.7.6",
39+
"@types/node": "^18.7.8",
4040
"@types/webpack-env": "^1.18.0",
4141
"@vitest/coverage-istanbul": "^0.22.1",
4242
"bumpp": "^8.2.1",
@@ -54,7 +54,7 @@
5454
"tsconfig-vuepress": "^4.0.0",
5555
"tsup": "^6.2.2",
5656
"typescript": "^4.7.4",
57-
"vite": "~3.0.8",
57+
"vite": "~3.0.9",
5858
"vitest": "^0.22.1"
5959
},
6060
"packageManager": "pnpm@7.9.3",

packages/bundler-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"autoprefixer": "^10.4.8",
4242
"connect-history-api-fallback": "^2.0.0",
4343
"postcss": "^8.4.16",
44-
"rollup": "^2.78.0",
45-
"vite": "~3.0.8",
44+
"rollup": "^2.78.1",
45+
"vite": "~3.0.9",
4646
"vue": "^3.2.37",
4747
"vue-router": "^4.1.3"
4848
},

packages/markdown/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"clean": "rimraf dist"
3232
},
3333
"dependencies": {
34-
"@mdit-vue/plugin-component": "^0.9.0",
35-
"@mdit-vue/plugin-frontmatter": "^0.9.1",
36-
"@mdit-vue/plugin-headers": "^0.9.1",
37-
"@mdit-vue/plugin-sfc": "^0.9.1",
38-
"@mdit-vue/plugin-title": "^0.9.1",
39-
"@mdit-vue/plugin-toc": "^0.9.1",
40-
"@mdit-vue/shared": "^0.9.1",
41-
"@mdit-vue/types": "^0.9.0",
34+
"@mdit-vue/plugin-component": "^0.9.2",
35+
"@mdit-vue/plugin-frontmatter": "^0.9.2",
36+
"@mdit-vue/plugin-headers": "^0.9.3",
37+
"@mdit-vue/plugin-sfc": "^0.9.2",
38+
"@mdit-vue/plugin-title": "^0.9.3",
39+
"@mdit-vue/plugin-toc": "^0.9.2",
40+
"@mdit-vue/shared": "^0.9.2",
41+
"@mdit-vue/types": "^0.9.2",
4242
"@types/markdown-it": "^12.2.3",
4343
"@types/markdown-it-emoji": "^2.0.2",
4444
"@vuepress/shared": "workspace:*",

0 commit comments

Comments
 (0)