Skip to content

Commit 7cfbc2d

Browse files
dependabot-preview[bot]afontcu
authored andcommitted
chore(deps-dev): bump vitepress from 0.12.2 to 0.13.0
Bumps [vitepress](https://github.com/vuejs/vitepress) from 0.12.2 to 0.13.0. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/master/CHANGELOG.md) - [Commits](vuejs/vitepress@v0.12.2...v0.13.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1bdc82c commit 7cfbc2d

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"rollup-plugin-typescript2": "^0.30.0",
3939
"ts-jest": "25.3.1",
4040
"typescript": "^4.2.4",
41-
"vitepress": "^0.12.2",
41+
"vitepress": "^0.13.0",
4242
"vue": "3.0.11",
4343
"vue-class-component": "^8.0.0-rc.1",
4444
"vue-jest": "^5.0.0-alpha.8",

yarn.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,10 +2709,10 @@ error-ex@^1.3.1:
27092709
dependencies:
27102710
is-arrayish "^0.2.1"
27112711

2712-
esbuild@^0.8.34:
2713-
version "0.8.38"
2714-
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.8.38.tgz#04dc395e15c77bbc9d6798e9b31275546bcf7b9a"
2715-
integrity sha512-wSunJl8ujgBs9eVGubc8Y6fn/DkDjNyfQBVOFTY1E7sRxr8KTjmqyLIiE0M3Z4CjMnCu/rttCugwnOzY+HiwIw==
2712+
esbuild@^0.9.3:
2713+
version "0.9.7"
2714+
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.9.7.tgz#ea0d639cbe4b88ec25fbed4d6ff00c8d788ef70b"
2715+
integrity sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg==
27162716

27172717
escalade@^3.1.1:
27182718
version "3.1.1"
@@ -6163,22 +6163,22 @@ [email protected]:
61636163
core-util-is "1.0.2"
61646164
extsprintf "^1.2.0"
61656165

6166-
vite@^2.0.0-beta.70:
6167-
version "2.0.0-beta.70"
6168-
resolved "https://registry.yarnpkg.com/vite/-/vite-2.0.0-beta.70.tgz#ec0d4f2bfd02f31d2c59aa9760f27c26647f41ce"
6169-
integrity sha512-rbuAYZE8T0jNOUykkyfjiiKmz4MpW2KqzHO8++WCCDXyxzIg56ICQ/B6NLZzVpWyk0iSKiUKr2k8NMkmDlZAQQ==
6166+
vite@^2.0.5:
6167+
version "2.1.5"
6168+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.1.5.tgz#4857da441c62f7982c83cbd5f42a00330f20c9c1"
6169+
integrity sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og==
61706170
dependencies:
6171-
esbuild "^0.8.34"
6171+
esbuild "^0.9.3"
61726172
postcss "^8.2.1"
61736173
resolve "^1.19.0"
61746174
rollup "^2.38.5"
61756175
optionalDependencies:
61766176
fsevents "~2.3.1"
61776177

6178-
vitepress@^0.12.2:
6179-
version "0.12.2"
6180-
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.12.2.tgz#5e53c78a3ca045f8513cd4bedf2e280f98d48f61"
6181-
integrity sha512-dU4O7nG4TfI4CbGbrry1TAXlg19+xm9wlHJdvZnYYjTFRlS7zvHDWgxcP7zduUvhqXCGoGURFKjMPo8MRghVNg==
6178+
vitepress@^0.13.0:
6179+
version "0.13.0"
6180+
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.13.0.tgz#99fbeccc7e18f5371713b381c8c9725fa6bfd72d"
6181+
integrity sha512-LTVxbHTZt46kKwxreKe3EFARuwtbsK5DyXFPvhQ8oUkKFFR9FDI/vt79ABFQWUQM1AokQEoa6RXsBr1qFv0s4Q==
61826182
dependencies:
61836183
"@docsearch/css" "^1.0.0-alpha.28"
61846184
"@docsearch/js" "^1.0.0-alpha.28"
@@ -6204,8 +6204,7 @@ vitepress@^0.12.2:
62046204
polka "^0.5.2"
62056205
prismjs "^1.23.0"
62066206
sirv "^1.0.11"
6207-
slash "^3.0.0"
6208-
vite "^2.0.0-beta.70"
6207+
vite "^2.0.5"
62096208
vue "^3.0.5"
62106209

62116210
vue-class-component@^8.0.0-rc.1:

0 commit comments

Comments
 (0)