Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react and @types/react #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"core-js": "^3.37.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react": "^18.3.1",
"react-animate-height": "^3.2.3",
"react-cookie": "^6.1.3",
"react-dom": "^18.2.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.14",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/testing-library__jest-dom": "^6.0.0",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9623,7 +9623,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:>=16, @types/react@npm:^18.2.6, @types/react@npm:^18.3.3":
"@types/react@npm:*, @types/react@npm:>=16, @types/react@npm:^18.2.6":
version: 18.3.3
resolution: "@types/react@npm:18.3.3"
dependencies:
Expand All @@ -9644,6 +9644,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.3.4":
version: 18.3.4
resolution: "@types/react@npm:18.3.4"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/359973924be42cf9e7366e1d885b28e0b3bd56d31f24458c5351af7a3f2fc070511e90d517b2195fb229146cdcb70342db6318e279c31dd5057beec1105b704e
languageName: node
linkType: hard

"@types/resolve@npm:^1.20.2":
version: 1.20.6
resolution: "@types/resolve@npm:1.20.6"
Expand Down Expand Up @@ -19575,12 +19585,12 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.2.0":
version: 18.2.0
resolution: "react@npm:18.2.0"
"react@npm:^18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10/b9214a9bd79e99d08de55f8bef2b7fc8c39630be97c4e29d7be173d14a9a10670b5325e94485f74cd8bff4966ef3c78ee53c79a7b0b9b70cba20aa8973acc694
checksum: 10/261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -22938,7 +22948,7 @@ __metadata:
"@types/lodash": "npm:^4.17.7"
"@types/node": "npm:^20.14.14"
"@types/prop-types": "npm:^15.7.12"
"@types/react": "npm:^18.3.3"
"@types/react": "npm:^18.3.4"
"@types/react-dom": "npm:^18.3.0"
"@types/react-helmet": "npm:^6.1.11"
"@types/testing-library__jest-dom": "npm:^6.0.0"
Expand Down Expand Up @@ -22979,7 +22989,7 @@ __metadata:
prettier: "npm:^3.2.5"
pretty-quick: "npm:^3.3.1"
prop-types: "npm:^15.8.1"
react: "npm:^18.2.0"
react: "npm:^18.3.1"
react-animate-height: "npm:^3.2.3"
react-cookie: "npm:^6.1.3"
react-docgen-typescript: "npm:^2.2.2"
Expand Down