Skip to content

Commit d0b12bf

Browse files
chore(deps-dev): Bump @types/react from 17.0.7 to 18.2.47 (#6)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.7 to 18.2.47. - [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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8165d37 commit d0b12bf

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@storybook/addon-essentials": "^6.2.7",
4141
"@storybook/addon-links": "^6.2.7",
4242
"@storybook/react": "^6.2.7",
43-
"@types/react": "^17.0.0",
43+
"@types/react": "^18.2.47",
4444
"@types/react-dom": "^18.2.18",
4545
"@types/react-twemoji": "^0.4.0",
4646
"@vitejs/plugin-react-refresh": "^1.1.0",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3708,10 +3708,10 @@
37083708
dependencies:
37093709
"@types/react" "*"
37103710

3711-
"@types/react@*", "@types/react@>=16.0.0", "@types/react@^17.0.0":
3712-
version "17.0.7"
3713-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.7.tgz#5f2ca73d8baee8c286e96c95df557799ac0d1996"
3714-
integrity sha512-lBc3fY20hRFQ/pXQT2XdtmpJeXZnRH8N+WPnEzEfPTzuKmaJTA7k/xGWHBaPvKceKpbf0ZnMlLWY/0sFZ5rfkw==
3711+
"@types/react@*", "@types/react@>=16.0.0", "@types/react@^18.2.47":
3712+
version "18.2.47"
3713+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.47.tgz#85074b27ab563df01fbc3f68dc64bf7050b0af40"
3714+
integrity sha512-xquNkkOirwyCgoClNk85BjP+aqnIS+ckAJ8i37gAbDs14jfW/J23f2GItAf33oiUPQnqNMALiFeoM9Y5mbjpVQ==
37153715
dependencies:
37163716
"@types/prop-types" "*"
37173717
"@types/scheduler" "*"
@@ -12508,7 +12508,7 @@ serve-static@1.14.1:
1250812508
parseurl "~1.3.3"
1250912509
send "0.17.1"
1251012510

12511-
set-blocking@~2.0.0:
12511+
set-blocking@^2.0.0, set-blocking@~2.0.0:
1251212512
version "2.0.0"
1251312513
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
1251412514
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
@@ -12976,15 +12976,6 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
1297612976
is-fullwidth-code-point "^3.0.0"
1297712977
strip-ansi "^6.0.0"
1297812978

12979-
string-width@^4.2.3:
12980-
version "4.2.3"
12981-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
12982-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
12983-
dependencies:
12984-
emoji-regex "^8.0.0"
12985-
is-fullwidth-code-point "^3.0.0"
12986-
strip-ansi "^6.0.1"
12987-
1298812979
"string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.4:
1298912980
version "4.0.4"
1299012981
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"

0 commit comments

Comments
 (0)