Skip to content

Commit e90cef6

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): pin dependencies
1 parent c5ea994 commit e90cef6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"@docusaurus/preset-classic": "2.1.0",
2828
"@docusaurus/theme-live-codeblock": "2.1.0",
2929
"@easyops-cn/docusaurus-search-local": "0.31.0",
30-
"@mdx-js/react": "^1.6.22",
30+
"@mdx-js/react": "1.6.22",
3131
"antd": "4.23.0",
32-
"clsx": "^1.2.1",
32+
"clsx": "1.2.1",
3333
"lint-staged": "13.0.3",
3434
"nodejieba": "2.6.0",
35-
"react": "^17.0.2",
36-
"react-dom": "^17.0.2",
35+
"react": "17.0.2",
36+
"react-dom": "17.0.2",
3737
"rehype-katex": "5.0.0",
3838
"remark-math": "4.0.0"
3939
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@
18221822
unist-builder "2.0.3"
18231823
unist-util-visit "2.0.3"
18241824

1825-
"@mdx-js/react@^1.6.22":
1825+
"@mdx-js/react@1.6.22", "@mdx-js/react@^1.6.22":
18261826
version "1.6.22"
18271827
resolved "https://registry.npmmirror.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
18281828
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
@@ -3405,7 +3405,7 @@ clone-response@^1.0.2:
34053405
dependencies:
34063406
mimic-response "^1.0.0"
34073407

3408-
clsx@^1.1.1, clsx@^1.2.1:
3408+
clsx@1.2.1, clsx@^1.1.1, clsx@^1.2.1:
34093409
version "1.2.1"
34103410
resolved "https://registry.npmmirror.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
34113411
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
@@ -7856,9 +7856,9 @@ react-dev-utils@^12.0.1:
78567856
strip-ansi "^6.0.1"
78577857
text-table "^0.2.0"
78587858

7859-
react-dom@^17.0.2:
7859+
react-dom@17.0.2:
78607860
version "17.0.2"
7861-
resolved "https://registry.npmmirror.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
7861+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
78627862
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
78637863
dependencies:
78647864
loose-envify "^1.1.0"
@@ -7976,9 +7976,9 @@ react-textarea-autosize@^8.3.2:
79767976
use-composed-ref "^1.3.0"
79777977
use-latest "^1.2.1"
79787978

7979-
react@^17.0.2:
7979+
react@17.0.2:
79807980
version "17.0.2"
7981-
resolved "https://registry.npmmirror.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
7981+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
79827982
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
79837983
dependencies:
79847984
loose-envify "^1.1.0"

0 commit comments

Comments
 (0)