Skip to content

Commit 3c59e36

Browse files
chore(deps): update react monorepo (#1270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddf3875 commit 3c59e36

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@apollo/client": "3.12.0",
3131
"@testing-library/react": "14.3.1",
32-
"@types/react": "18.3.13",
32+
"@types/react": "18.3.14",
3333
"next": "12.3.4",
3434
"react": "18.3.1",
3535
"react-countdown-circle-timer": "3.2.1"
@@ -45,7 +45,7 @@
4545
"@testing-library/jest-dom": "6.6.3",
4646
"@testing-library/react": "14.3.1",
4747
"@types/node": "20.17.9",
48-
"@types/react": "18.3.13",
48+
"@types/react": "18.3.14",
4949
"@typescript-eslint/eslint-plugin": "8.17.0",
5050
"@typescript-eslint/parser": "8.17.0",
5151
"autoprefixer": "10.4.20",
@@ -58,7 +58,7 @@
5858
"eslint-plugin-jsx-a11y": "6.10.2",
5959
"eslint-plugin-prettier": "5.2.1",
6060
"eslint-plugin-react": "7.37.2",
61-
"eslint-plugin-react-hooks": "5.0.0",
61+
"eslint-plugin-react-hooks": "5.1.0",
6262
"husky": "9.0.1",
6363
"jest": "29.7.0",
6464
"jest-watch-typeahead": "2.2.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,10 +2236,10 @@
22362236
dependencies:
22372237
"@types/react" "*"
22382238

2239-
"@types/react@*", "@types/react@18.3.13", "@types/react@>=16":
2240-
version "18.3.13"
2241-
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.13.tgz"
2242-
integrity sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg==
2239+
"@types/react@*", "@types/react@18.3.14", "@types/react@>=16":
2240+
version "18.3.14"
2241+
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.14.tgz"
2242+
integrity sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==
22432243
dependencies:
22442244
"@types/prop-types" "*"
22452245
csstype "^3.0.2"
@@ -4045,10 +4045,10 @@ eslint-plugin-prettier@5.2.1:
40454045
prettier-linter-helpers "^1.0.0"
40464046
synckit "^0.9.1"
40474047

4048-
eslint-plugin-react-hooks@5.0.0, eslint-plugin-react-hooks@^5.0.0:
4049-
version "5.0.0"
4050-
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz"
4051-
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
4048+
eslint-plugin-react-hooks@5.1.0, eslint-plugin-react-hooks@^5.0.0:
4049+
version "5.1.0"
4050+
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz"
4051+
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
40524052

40534053
eslint-plugin-react@7.37.2, eslint-plugin-react@^7.35.0:
40544054
version "7.37.2"

0 commit comments

Comments
 (0)