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

chore(deps): bump react and @types/react #1105

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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"node-cache": "^5.1.2",
"path": "^0.12.7",
"plex-api": "^5.3.2",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-select": "^5.8.0",
"react-toast-notifications": "^2.5.1",
Expand Down Expand Up @@ -88,7 +88,7 @@
"@types/express": "^4.17.20",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.5",
"@types/react": "^18.2.73",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-transition-group": "^4.4.10",
"@types/web-push": "^3.6.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4331,13 +4331,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.2.73":
version: 18.2.73
resolution: "@types/react@npm:18.2.73"
"@types/react@npm:^18.3.3":
version: 18.3.3
resolution: "@types/react@npm:18.3.3"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/b6645ab3c20efa41cfccf58ce0be45419517a0ba4594e323dd400342fb1c1f9589d169cf9bfa85b5b0605e9097fe9de7734b6d0c533f5b9bc32aaadb624537a4
checksum: 10c0/fe455f805c5da13b89964c3d68060cebd43e73ec15001a68b34634604a78140e6fc202f3f61679b9d809dde6d7a7c2cb3ed51e0fd1462557911db09879b55114
languageName: node
linkType: hard

Expand Down Expand Up @@ -10884,7 +10884,7 @@ __metadata:
"@types/jest": "npm:^29.5.12"
"@types/lodash": "npm:^4.17.5"
"@types/node": "npm:^20.14.8"
"@types/react": "npm:^18.2.73"
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.0"
"@types/react-transition-group": "npm:^4.4.10"
"@types/web-push": "npm:^3.6.3"
Expand Down Expand Up @@ -10914,7 +10914,7 @@ __metadata:
postcss: "npm:^8.4.38"
prettier: "npm:^3.3.1"
prettier-plugin-tailwindcss: "npm:^0.6.2"
react: "npm:18.2.0"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-select: "npm:^5.8.0"
react-toast-notifications: "npm:^2.5.1"
Expand Down Expand Up @@ -13173,12 +13173,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: 10c0/b562d9b569b0cb315e44b48099f7712283d93df36b19a39a67c254c6686479d3980b7f013dc931f4a5a3ae7645eae6386b4aa5eea933baa54ecd0f9acb0902b8
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
languageName: node
linkType: hard

Expand Down
Loading