Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit 0000b5f

Browse files
chore(deps-dev): bump @types/react from 17.0.14 to 18.0.9
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.14 to 18.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e9ccaa commit 0000b5f

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
@@ -86,7 +86,7 @@
8686
"@testing-library/react-hooks": "^7.0.1",
8787
"@testing-library/user-event": "^13.2.0",
8888
"@types/jest": "^26.0.24",
89-
"@types/react": "^17.0.14",
89+
"@types/react": "^18.0.9",
9090
"bundlesize2": "^0.0.28",
9191
"cpy-cli": "^3.1.1",
9292
"eslint": "^7.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,10 +1820,10 @@
18201820
dependencies:
18211821
"@types/react" "*"
18221822

1823-
"@types/react@*", "@types/react@>=16.9.0", "@types/react@^17.0.14":
1824-
version "17.0.14"
1825-
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.14.tgz"
1826-
integrity sha512-0WwKHUbWuQWOce61UexYuWTGuGY/8JvtUe/dtQ6lR4sZ3UiylHotJeWpf3ArP9+DSGUoLY3wbU59VyMrJps5VQ==
1823+
"@types/react@*", "@types/react@>=16.9.0", "@types/react@^18.0.9":
1824+
version "18.0.9"
1825+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.9.tgz#d6712a38bd6cd83469603e7359511126f122e878"
1826+
integrity sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw==
18271827
dependencies:
18281828
"@types/prop-types" "*"
18291829
"@types/scheduler" "*"

0 commit comments

Comments
 (0)