Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 28, 2023
1 parent bd8aa0a commit 3799c28
Show file tree
Hide file tree
Showing 7 changed files with 828 additions and 830 deletions.
2 changes: 1 addition & 1 deletion ecosystem/plugin-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@types/markdown-it": "^13.0.0",
"@types/markdown-it": "^13.0.1",
"@vuepress/core": "workspace:*",
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
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 @@ -44,7 +44,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^10.3.0",
"@vueuse/core": "^10.4.1",
"ts-debounce": "^4.0.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
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 @@ -55,7 +55,7 @@
"@vuepress/plugin-theme-data": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^10.3.0",
"@vueuse/core": "^10.4.1",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"vue": "^3.3.4",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^20.5.4",
"@types/node": "^20.5.7",
"@types/webpack-env": "^1.18.1",
"@vitest/coverage-istanbul": "^0.34.2",
"@vitest/coverage-istanbul": "^0.34.3",
"bumpp": "^9.2.0",
"conventional-changelog-cli": "^3.0.0",
"conventional-changelog-cli": "^4.0.0",
"cpx2": "^5.0.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-vuepress": "^4.3.0",
"eslint-config-vuepress-typescript": "^4.4.0",
"husky": "^8.0.3",
Expand All @@ -56,11 +56,11 @@
"sort-package-json": "^2.5.1",
"tsconfig-vuepress": "^4.2.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "~4.4.9",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.0",
"engines": {
"node": ">=18.16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@vue/devtools-api": "^6.5.0",
"@vuepress/shared": "workspace:*",
"@vueuse/core": "^10.3.0",
"@vueuse/core": "^10.4.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
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,15 +31,15 @@
"clean": "rimraf dist"
},
"dependencies": {
"@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/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.0",
"@types/markdown-it": "^13.0.1",
"@types/markdown-it-emoji": "^2.0.2",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
Expand Down
Loading

0 comments on commit 3799c28

Please sign in to comment.