Skip to content

Commit 1d780a8

Browse files
committed
Use types-use-sync-external-store for @types/use-sync-external-store
1 parent 45347ac commit 1d780a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464
},
6565
"dependencies": {
66-
"@types/use-sync-external-store": "^0.0.6",
66+
"@types/use-sync-external-store": "npm:types-use-sync-external-store@rc",
6767
"use-sync-external-store": "^1.2.2 || ^1.4.0-rc"
6868
},
6969
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2233,10 +2233,10 @@ __metadata:
22332233
languageName: node
22342234
linkType: hard
22352235

2236-
"@types/use-sync-external-store@npm:^0.0.6":
2237-
version: 0.0.6
2238-
resolution: "@types/use-sync-external-store@npm:0.0.6"
2239-
checksum: 10/a95ce330668501ad9b1c5b7f2b14872ad201e552a0e567787b8f1588b22c7040c7c3d80f142cbb9f92d13c4ea41c46af57a20f2af4edf27f224d352abcfe4049
2236+
"@types/use-sync-external-store@npm:types-use-sync-external-store@rc":
2237+
version: 19.0.0-rc.1
2238+
resolution: "types-use-sync-external-store@npm:19.0.0-rc.1"
2239+
checksum: 10/a57e1e6fcd8b34716432ada9cef9a6a1fbfc70b0c34d97442c997cf70895929ff85a574eb82e15799d024e90251ec28f3f1e4afada780a951b49c7cb84558501
22402240
languageName: node
22412241
linkType: hard
22422242

@@ -6181,7 +6181,7 @@ __metadata:
61816181
"@types/prop-types": "npm:^15.7.12"
61826182
"@types/react": "npm:types-react@rc"
61836183
"@types/react-dom": "npm:types-react-dom@rc"
6184-
"@types/use-sync-external-store": "npm:^0.0.6"
6184+
"@types/use-sync-external-store": "npm:types-use-sync-external-store@rc"
61856185
babel-eslint: "npm:^10.1.0"
61866186
codecov: "npm:^3.8.3"
61876187
cross-env: "npm:^7.0.3"

0 commit comments

Comments
 (0)