Skip to content

Commit ccc82c3

Browse files
chore(deps-dev): bump @types/react from 18.2.60 to 18.2.61 (#434)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.60 to 18.2.61. - [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 b198453 commit ccc82c3

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.19.3",
12-
"@types/react": "^18.2.60",
12+
"@types/react": "^18.2.61",
1313
"eslint": "^8.57.0",
1414
"eslint-config-prettier": "^9.1.0",
1515
"eslint-plugin-markdown": "^3.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -862,10 +862,10 @@
862862
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
863863
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
864864

865-
"@types/react@^18.2.60":
866-
version "18.2.60"
867-
resolved "https://registry.npmjs.org/@types/react/-/react-18.2.60.tgz#df026eaef1100b6dafe420f36fecb1d209a8cee1"
868-
integrity sha512-dfiPj9+k20jJrLGOu9Nf6eqxm2EyJRrq2NvwOFsfbb7sFExZ9WELPs67UImHj3Ayxg8ruTtKtNnbjaF8olPq0A==
865+
"@types/react@^18.2.61":
866+
version "18.2.61"
867+
resolved "https://registry.npmjs.org/@types/react/-/react-18.2.61.tgz#5607308495037436779939ec0348a5816c08799d"
868+
integrity sha512-NURTN0qNnJa7O/k4XUkEW2yfygA+NxS0V5h1+kp9jPwhzZy95q3ADoGMP0+JypMhrZBTTgjKAUlTctde1zzeQA==
869869
dependencies:
870870
"@types/prop-types" "*"
871871
"@types/scheduler" "*"

0 commit comments

Comments
 (0)