Skip to content

Commit 25ecd1a

Browse files
committed
chore(deps): update dependency @types/react to ^18.2.0
1 parent f8f3ea1 commit 25ecd1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@commitlint/config-conventional": "^17.6.1",
3838
"@semantic-release/changelog": "^6.0.3",
3939
"@semantic-release/git": "^10.0.1",
40-
"@types/react": "^18.0.38",
40+
"@types/react": "^18.2.0",
4141
"@typescript-eslint/eslint-plugin": "^5.59.1",
4242
"@typescript-eslint/parser": "^5.59.1",
4343
"commitizen": "^4.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,10 +1500,10 @@
15001500
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
15011501
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
15021502

1503-
"@types/react@^18.0.38":
1504-
version "18.0.38"
1505-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.38.tgz#02a23bef8848b360a0d1dceef4432c15c21c600c"
1506-
integrity sha512-ExsidLLSzYj4cvaQjGnQCk4HFfVT9+EZ9XZsQ8Hsrcn8QNgXtpZ3m9vSIC2MWtx7jHictK6wYhQgGh6ic58oOw==
1503+
"@types/react@^18.2.0":
1504+
version "18.2.0"
1505+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.0.tgz#15cda145354accfc09a18d2f2305f9fc099ada21"
1506+
integrity sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==
15071507
dependencies:
15081508
"@types/prop-types" "*"
15091509
"@types/scheduler" "*"

0 commit comments

Comments
 (0)