Skip to content

Commit c53f333

Browse files
authored
chore: upgrate vitepress to fix highlight bug (#4811)
1 parent fa6475f commit c53f333

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ts-jest": "^27.0.4",
5656
"ts-node": "^10.1.0",
5757
"typescript": "^4.3.5",
58-
"vitepress": "^0.16.0",
58+
"vitepress": "^0.17.0",
5959
"yorkie": "^2.0.0"
6060
},
6161
"peerDependencies": {

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5268,10 +5268,10 @@ map-obj@^4.0.0:
52685268
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.2.1.tgz#e4ea399dbc979ae735c83c863dd31bdf364277b7"
52695269
integrity sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==
52705270

5271-
markdown-it-anchor@^7.1.0:
5272-
version "7.1.0"
5273-
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-7.1.0.tgz#30fb21497bf59e83ff4d1ddc052d821962e2489e"
5274-
integrity sha512-loQggrwsIkkP7TOrESvmYkV2ikbQNNKhHcWyqC7/C2CmfHl1tkUizJJU8C5aGgg7J6oXVQJx17gk7i47tNn/lQ==
5271+
markdown-it-anchor@^8.1.2:
5272+
version "8.3.0"
5273+
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-8.3.0.tgz#9e1a71766f778c382e5b6d3808d8c4d3a3b4ae30"
5274+
integrity sha512-YXMxKqZDH/MM/sFBZe+JQ/XFa7i8mIWZYkcY7jCGmpNNqcj2iS9Wyxy5devkUoL14NJOUt5IleD99D8StAwkXg==
52755275

52765276
markdown-it-container@^3.0.0:
52775277
version "3.0.0"
@@ -7865,10 +7865,10 @@ vary@^1, vary@~1.1.2:
78657865
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
78667866
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
78677867

7868-
vitepress@^0.16.0:
7869-
version "0.16.1"
7870-
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.16.1.tgz#70ba4326a4bdc7152f264868c0775615c0bc16d5"
7871-
integrity sha512-jsgNY+b4mngVHQ1mZZ7ZGJliup/nM0jwdKTGoptwVzSQfkx5i3lF14jRRMb6ulC+9X5xbQ7N/zNcWqVWMFd/cQ==
7868+
vitepress@^0.17.0:
7869+
version "0.17.0"
7870+
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.17.0.tgz#14c54d5c9f0542dbe47ffe8f908d231c81796536"
7871+
integrity sha512-Fe2IVz79l2PhHWYP7aj8cYuVZttGsFLlekHZu78a8ewDTij8Laq6EfOCx7Eadeh4P/BYaYDv7UGXN0vTin811w==
78727872
dependencies:
78737873
"@docsearch/css" "^1.0.0-alpha.28"
78747874
"@docsearch/js" "^1.0.0-alpha.28"
@@ -7886,7 +7886,7 @@ vitepress@^0.16.0:
78867886
gray-matter "^4.0.3"
78877887
lru-cache "^6.0.0"
78887888
markdown-it "^12.0.6"
7889-
markdown-it-anchor "^7.1.0"
7889+
markdown-it-anchor "^8.1.2"
78907890
markdown-it-container "^3.0.0"
78917891
markdown-it-emoji "^2.0.0"
78927892
markdown-it-table-of-contents "^0.5.2"
@@ -7895,7 +7895,7 @@ vitepress@^0.16.0:
78957895
polka "^0.5.2"
78967896
prismjs "^1.23.0"
78977897
sirv "^1.0.12"
7898-
vite "^2.4.4"
7898+
vite "^2.5.0"
78997899
vue "^3.2.1"
79007900

79017901
void-elements@^3.1.0:

0 commit comments

Comments
 (0)