Skip to content

Commit 9dc8937

Browse files
chore(deps): update dependency @types/react to v18.2.60
1 parent 3528668 commit 9dc8937

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-router-dom": "^5.2.0"
1616
},
1717
"devDependencies": {
18-
"@types/react": "18.2.58",
18+
"@types/react": "18.2.60",
1919
"@types/react-dom": "18.2.19",
2020
"parcel": "^2.0.0",
2121
"process": "^0.11.10",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@babel/helper-explode-assignable-expression": "^7.18.6",
3232
"@changesets/changelog-github": "0.5.0",
3333
"@changesets/cli": "2.27.1",
34-
"@types/react": "18.2.58",
34+
"@types/react": "18.2.60",
3535
"@types/react-dom": "18.2.19",
3636
"@typescript-eslint/eslint-plugin": "^6.15.0",
3737
"@typescript-eslint/parser": "^6.15.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4620,7 +4620,7 @@
46204620
dependencies:
46214621
"@types/react" "*"
46224622

4623-
"@types/react@*", "@types/react@18.2.58", "@types/react@^17.0.0 || ^18.0.0":
4623+
"@types/react@*", "@types/react@^17.0.0 || ^18.0.0":
46244624
version "18.2.58"
46254625
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.58.tgz#22082d12898d11806f4a1aefb5583116a047493d"
46264626
integrity sha512-TaGvMNhxvG2Q0K0aYxiKfNDS5m5ZsoIBBbtfUorxdH4NGSXIlYvZxLJI+9Dd3KjeB3780bciLyAb7ylO8pLhPw==
@@ -4629,6 +4629,15 @@
46294629
"@types/scheduler" "*"
46304630
csstype "^3.0.2"
46314631

4632+
"@types/react@18.2.60":
4633+
version "18.2.60"
4634+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.60.tgz#df026eaef1100b6dafe420f36fecb1d209a8cee1"
4635+
integrity sha512-dfiPj9+k20jJrLGOu9Nf6eqxm2EyJRrq2NvwOFsfbb7sFExZ9WELPs67UImHj3Ayxg8ruTtKtNnbjaF8olPq0A==
4636+
dependencies:
4637+
"@types/prop-types" "*"
4638+
"@types/scheduler" "*"
4639+
csstype "^3.0.2"
4640+
46324641
"@types/resolve@1.17.1":
46334642
version "1.17.1"
46344643
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"

0 commit comments

Comments
 (0)