Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

fix(deps): update dependency @types/react to v18.2.30 #218

Merged
merged 1 commit into from
Oct 20, 2023
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@supabase/auth-helpers-nextjs": "0.8.1",
"@supabase/supabase-js": "2.38.2",
"@types/node": "18.18.6",
"@types/react": "18.2.29",
"@types/react": "18.2.30",
"@types/react-dom": "18.2.14",
"encoding": "0.1.13",
"eslint": "8.51.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -870,14 +870,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.29":
version: 18.2.29
resolution: "@types/react@npm:18.2.29"
"@types/react@npm:18.2.30":
version: 18.2.30
resolution: "@types/react@npm:18.2.30"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 3d09ac61a683fa976512a28ac175b9d823f0368adc5fb2abf53f64ab030e8ad866a201a8029f92ff48246c8e326f7517ebe165f976ecb412627c65c6f9a7c9d3
checksum: 962fa67e4ff439a2eb621ad74e58cb975d2882afa06bb7c9e9823606f6dcc3cd37d5cce143ec3c95b3856549f48ee0382e8c4628267cdcc5c5343d979ad9d92f
languageName: node
linkType: hard

Expand Down Expand Up @@ -4713,7 +4713,7 @@ __metadata:
"@supabase/auth-helpers-nextjs": 0.8.1
"@supabase/supabase-js": 2.38.2
"@types/node": 18.18.6
"@types/react": 18.2.29
"@types/react": 18.2.30
"@types/react-dom": 18.2.14
encoding: 0.1.13
eslint: 8.51.0
Expand Down
Loading