Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 27, 2023
1 parent 8bdfbf2 commit 346c6e7
Show file tree
Hide file tree
Showing 7 changed files with 282 additions and 279 deletions.
4 changes: 2 additions & 2 deletions ecosystem/theme-default/package.json
Expand Up @@ -55,8 +55,8 @@
"@vuepress/plugin-theme-data": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"@vueuse/core": "^9.12.0",
"sass": "^1.58.1",
"@vueuse/core": "^9.13.0",
"sass": "^1.58.3",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -36,15 +36,15 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@types/node": "^18.13.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@types/node": "^18.14.2",
"@types/webpack-env": "^1.18.0",
"@vitest/coverage-istanbul": "^0.28.5",
"bumpp": "^8.2.1",
"@vitest/coverage-istanbul": "^0.29.1",
"bumpp": "^9.0.0",
"conventional-changelog-cli": "^2.2.2",
"cpx2": "^4.2.0",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-config-vuepress": "^4.0.4",
"eslint-config-vuepress-typescript": "^4.0.4",
"husky": "^8.0.3",
Expand All @@ -56,10 +56,10 @@
"tsconfig-vuepress": "^4.0.4",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "~4.1.1",
"vitest": "^0.28.5"
"vite": "~4.1.4",
"vitest": "^0.29.1"
},
"packageManager": "pnpm@7.27.0",
"packageManager": "pnpm@7.28.0",
"engines": {
"node": ">=14.18.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-vite/package.json
Expand Up @@ -42,8 +42,8 @@
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.21",
"postcss-load-config": "^4.0.1",
"rollup": "^3.15.0",
"vite": "~4.1.1",
"rollup": "^3.17.3",
"vite": "~4.1.4",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Expand Up @@ -44,7 +44,7 @@
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-anchor": "^8.6.7",
"markdown-it-emoji": "^2.0.2",
"mdurl": "^1.0.1"
},
Expand Down
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`@vuepress/markdown > plugins > codePlugin > :line-numbers / :no-line-numbers > should work properly if \`lineNumbers\` is disabled by default 1`] = `
"<div class=\\"language-text\\" data-ext=\\"text\\"><pre v-pre class=\\"language-text\\"><code>Raw text
Expand Down
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`@vuepress/markdown > plugins > importCodePlugin > compatibility with codePlugin > should work with syntax supported by codePlugin 1`] = `
"<div class=\\"language-javascript line-numbers-mode\\" data-ext=\\"js\\"><pre v-pre class=\\"language-javascript\\"><code>const msg = 'hello from js'
Expand Down

0 comments on commit 346c6e7

Please sign in to comment.