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

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 @@ -25,12 +25,12 @@
"classnames": "^2.5.1",
"jotai": "^2.8.0",
"logrocket": "^8.1.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@types/react": "^18.2.75",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.2.25",
"@types/w3c-web-hid": "1.0.6",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18.2.75":
"@types/react@npm:*":
version: 18.2.75
resolution: "@types/react@npm:18.2.75"
dependencies:
Expand All @@ -927,6 +927,16 @@ __metadata:
languageName: node
linkType: hard

"@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: 10c0/9fb2f1fcf7e889ee4ea7c3c5978df595c66e770e5fd3a245dbdd2589b9b911524c11dab25a6275d8af4e336e4cb5fa850d447884b84c335a187a338c89df99ba
languageName: node
linkType: hard

"@types/w3c-web-hid@npm:1.0.6":
version: 1.0.6
resolution: "@types/w3c-web-hid@npm:1.0.6"
Expand Down Expand Up @@ -2312,12 +2322,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 Expand Up @@ -2464,15 +2474,15 @@ __metadata:
dependencies:
"@biomejs/biome": "npm:1.7.0"
"@nmann/struct-buffer": "npm:^5.4.1"
"@types/react": "npm:^18.2.75"
"@types/react": "npm:^18.3.2"
"@types/react-dom": "npm:^18.2.25"
"@types/w3c-web-hid": "npm:1.0.6"
"@vitejs/plugin-react": "npm:^4.2.1"
baconjs: "patch:baconjs@npm%3A3.0.17#~/.yarn/patches/baconjs-npm-3.0.17-1a95474784.patch"
classnames: "npm:^2.5.1"
jotai: "npm:^2.8.0"
logrocket: "npm:^8.1.0"
react: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.2.0"
typescript: "npm:^5.4.5"
vite: "npm:^5.2.8"
Expand Down