Skip to content

Commit ad39873

Browse files
committed
chore(deps): update dependency @types/react to v18.3.1
1 parent 16e12e8 commit ad39873

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@apollo/client": "3.10.1",
3131
"@testing-library/react": "14.3.1",
32-
"@types/react": "18.3.0",
32+
"@types/react": "18.3.1",
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.4.2",
4646
"@testing-library/react": "14.3.1",
4747
"@types/node": "20.12.7",
48-
"@types/react": "18.3.0",
48+
"@types/react": "18.3.1",
4949
"@typescript-eslint/eslint-plugin": "6.21.0",
5050
"@typescript-eslint/parser": "6.21.0",
5151
"autoprefixer": "10.4.19",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,10 +2169,10 @@
21692169
dependencies:
21702170
"@types/react" "*"
21712171

2172-
"@types/react@*", "@types/react@18.3.0", "@types/react@>=16":
2173-
version "18.3.0"
2174-
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.0.tgz"
2175-
integrity sha512-DiUcKjzE6soLyln8NNZmyhcQjVv+WsUIFSqetMN0p8927OztKT4VTfFTqsbAi5oAGIcgOmOajlfBqyptDDjZRw==
2172+
"@types/react@*", "@types/react@18.3.1", "@types/react@>=16":
2173+
version "18.3.1"
2174+
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.1.tgz"
2175+
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
21762176
dependencies:
21772177
"@types/prop-types" "*"
21782178
csstype "^3.0.2"

0 commit comments

Comments
 (0)