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 #371

Closed
wants to merge 1 commit into from
Closed
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
36 changes: 18 additions & 18 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@types/node": "20.12.12",
"@types/react": "18.2.79",
"@types/react": "18.3.2",
"@types/react-dom": "18.2.25",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
Expand All @@ -48,7 +48,7 @@
"next": "^14.2.3",
"normalize.css": "^8.0.1",
"prettier": "^3.2.5",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"styled-components": "^6.1.11",
"stylis": "^4.3.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -647,13 +647,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.79":
version: 18.2.79
resolution: "@types/react@npm:18.2.79"
"@types/react@npm:18.3.2":
version: 18.3.2
resolution: "@types/react@npm:18.3.2"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 2ef833e7d0a5c226beddbbe090811582371f6ae5e2f092a3d9f47cc6087c8bce0b96ee33e351de6d1d470f0a0ec5892d971933f841ef31538c1821681fc6569e
checksum: a85eed82c1009dc9d979281d9ea1f5322255003de3378390f35d897b4bdaf1d34ea748636c03e9e9b4b7cc97c2f4582993d2d60e40846226ad497d97c7d8565a
languageName: node
linkType: hard

Expand Down Expand Up @@ -3817,12 +3817,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: b9214a9bd79e99d08de55f8bef2b7fc8c39630be97c4e29d7be173d14a9a10670b5325e94485f74cd8bff4966ef3c78ee53c79a7b0b9b70cba20aa8973acc694
checksum: 261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -4006,7 +4006,7 @@ __metadata:
resolution: "russia-win-win@workspace:."
dependencies:
"@types/node": "npm:20.12.12"
"@types/react": "npm:18.2.79"
"@types/react": "npm:18.3.2"
"@types/react-dom": "npm:18.2.25"
eslint: "npm:8.57.0"
eslint-config-next: "npm:14.2.3"
Expand All @@ -4016,7 +4016,7 @@ __metadata:
next: "npm:^14.2.3"
normalize.css: "npm:^8.0.1"
prettier: "npm:^3.2.5"
react: "npm:18.2.0"
react: "npm:18.3.1"
react-dom: "npm:18.2.0"
styled-components: "npm:^6.1.11"
stylis: "npm:^4.3.2"
Expand Down
Loading