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

Update react monorepo #625

Merged
merged 1 commit into from
Jan 9, 2024
Merged
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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@bufbuild/connect-web": "0.8.6",
"@bufbuild/protobuf": "0.5.0",
"@types/node": "18.18.9",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"next": "12.3.4",
"prettier": "2.8.8",
"react": "18.2.0",
Expand Down
20 changes: 10 additions & 10 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.15":
version: 18.2.15
resolution: "@types/react-dom@npm:18.2.15"
"@types/react-dom@npm:18.2.18":
version: 18.2.18
resolution: "@types/react-dom@npm:18.2.18"
dependencies:
"@types/react": "*"
checksum: 8e9631600c21ff561328e38a951d1991b3b3b20f538af4c0efbd1327c883a5573a63f50e1b945c34fa51b114b30e1ca5e62317bd54f21e063d6697b4be843a03
checksum: 8e3da404c980e2b2a76da3852f812ea6d8b9d0e7f5923fbaf3bfbbbfa1d59116ff91c129de8f68e9b7668a67ae34484fe9df74d5a7518cf8591ec07a0c4dad57
languageName: node
linkType: hard

Expand All @@ -417,14 +417,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.37":
version: 18.2.37
resolution: "@types/react@npm:18.2.37"
"@types/react@npm:18.2.47":
version: 18.2.47
resolution: "@types/react@npm:18.2.47"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 2d2599f1a09e4f678509161fea8baeaf76d21deee460f4f3ccc1ca431ebe85f896d7d0b906127de17e97ed57240cec61955eb97d0b5d9cbf4e97fd6620b1acdb
checksum: 49608f07f73374e535b21f99fee28e6cfd5801d887c6ed88c41b4dc701dbcee9f0c4d289d9af7b2b23114f76dbf203ffe2c9191bfb4958cf18dae5a25daedbd0
languageName: node
linkType: hard

Expand Down Expand Up @@ -891,8 +891,8 @@ __metadata:
"@bufbuild/protoc-gen-connect-web": 0.11.0
"@bufbuild/protoc-gen-es": 0.5.0
"@types/node": 18.18.9
"@types/react": 18.2.37
"@types/react-dom": 18.2.15
"@types/react": 18.2.47
"@types/react-dom": 18.2.18
eslint: 8.55.0
eslint-config-next: 12.3.4
next: 12.3.4
Expand Down
Loading