Skip to content

Commit 3355502

Browse files
chore(deps-dev): bump @types/react from 18.0.29 to 18.0.30 (#189)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.29 to 18.0.30. - [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-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a3ca00 commit 3355502

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
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@remix-run/eslint-config": "^1.14.3",
12-
"@types/react": "^18.0.29",
12+
"@types/react": "^18.0.30",
1313
"eslint": "^8.36.0",
1414
"eslint-plugin-markdown": "^3.0.0",
1515
"eslint-plugin-prefer-let": "^3.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -868,10 +868,10 @@
868868
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz"
869869
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
870870

871-
"@types/react@^18.0.29":
872-
version "18.0.29"
873-
resolved "https://registry.npmjs.org/@types/react/-/react-18.0.29.tgz#4cead505172c0020c5b51940199e31fc6ff2f63a"
874-
integrity sha512-wXHktgUABxplw1+UnljseDq4+uztQyp2tlWZRIxHlpchsCFqiYkvaDS8JR7eKOQm8wziTH/el5qL7D6gYNkYcw==
871+
"@types/react@^18.0.30":
872+
version "18.0.30"
873+
resolved "https://registry.npmjs.org/@types/react/-/react-18.0.30.tgz#83944e679fc7aeab3f042b76d63c4d755b56b7c4"
874+
integrity sha512-AnME2cHDH11Pxt/yYX6r0w448BfTwQOLEhQEjCdwB7QskEI7EKtxhGUsExTQe/MsY3D9D5rMtu62WRocw9A8FA==
875875
dependencies:
876876
"@types/prop-types" "*"
877877
"@types/scheduler" "*"

0 commit comments

Comments
 (0)