Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 41256f6

Browse files
committed
fix: version format
1 parent aaf75f1 commit 41256f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Kohei Watanabe <[email protected]>",
66
"license": "CC0-1.0",
77
"dependencies": {
8-
"@docusaurus/core": "^2.0.1Z",
8+
"@docusaurus/core": "^2.0.1",
99
"@docusaurus/plugin-pwa": "^2.0.1",
1010
"@docusaurus/preset-classic": "^2.0.1",
1111
"react": "^18.2.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@
12001200
"@docsearch/css" "3.1.1"
12011201
algoliasearch "^4.0.0"
12021202

1203-
"@docusaurus/[email protected]", "@docusaurus/core@^2.0.1Z":
1203+
"@docusaurus/[email protected]", "@docusaurus/core@^2.0.1":
12041204
version "2.0.1"
12051205
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.0.1.tgz#a2b0d653e8f18eacddda4778a46b638dd1f0f45c"
12061206
integrity sha512-Prd46TtZdiixlTl8a+h9bI5HegkfREjSNkrX2rVEwJZeziSz4ya+l7QDnbnCB2XbxEG8cveFo/F9q5lixolDtQ==

0 commit comments

Comments
 (0)