Skip to content

Commit f78180a

Browse files
Pin dependencies (#384)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent aeb5661 commit f78180a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@docusaurus/preset-classic": "2.0.0-beta.3",
2222
"clsx": "1.1.1",
2323
"prism-react-renderer": "1.2.1",
24-
"react": "^17.0.2",
25-
"react-dom": "^17.0.2",
24+
"react": "17.0.2",
25+
"react-dom": "17.0.2",
2626
"rehype-katex": "5.0.0",
2727
"remark-math": "3.0.1"
2828
},
@@ -54,7 +54,7 @@
5454
"eslint-plugin-prettier": "3.4.0",
5555
"eslint-plugin-promise": "5.1.0",
5656
"eslint-plugin-react": "7.24.0",
57-
"eslint-plugin-react-hooks": "^4.2.0",
57+
"eslint-plugin-react-hooks": "4.2.0",
5858
"eslint-plugin-standard": "5.0.0",
5959
"husky": "7.0.1",
6060
"lint-staged": "11.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4077,7 +4077,7 @@ eslint-plugin-promise@5.1.0:
40774077
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24"
40784078
integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==
40794079

4080-
eslint-plugin-react-hooks@^4.2.0:
4080+
eslint-plugin-react-hooks@4.2.0:
40814081
version "4.2.0"
40824082
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
40834083
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
@@ -7733,7 +7733,7 @@ react-dev-utils@^11.0.1:
77337733
strip-ansi "6.0.0"
77347734
text-table "0.2.0"
77357735

7736-
react-dom@^17.0.2:
7736+
react-dom@17.0.2:
77377737
version "17.0.2"
77387738
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
77397739
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
@@ -7846,7 +7846,7 @@ react-textarea-autosize@^8.3.2:
78467846
use-composed-ref "^1.0.0"
78477847
use-latest "^1.0.0"
78487848

7849-
react@^17.0.2:
7849+
react@17.0.2:
78507850
version "17.0.2"
78517851
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
78527852
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==

0 commit comments

Comments
 (0)