Skip to content

Commit c93ba02

Browse files
authored
Merge pull request #1416 from oasisprotocol/renovate/typescript-type-definitions
Update TypeScript type definitions
2 parents 815fba7 + 2727ce3 commit c93ba02

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changelog/1416.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@
102102
"@testing-library/react": "14.3.1",
103103
"@testing-library/user-event": "14.5.2",
104104
"@types/jest": "^29.5.12",
105-
"@types/node": "20.12.11",
105+
"@types/node": "20.14.2",
106106
"@types/node-fetch": "2.6.11",
107-
"@types/react": "18.3.1",
107+
"@types/react": "18.3.3",
108108
"@types/react-dom": "18.3.0",
109109
"@typescript-eslint/eslint-plugin": "7.9.0",
110110
"@typescript-eslint/parser": "7.9.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4511,10 +4511,10 @@
45114511
dependencies:
45124512
undici-types "~5.26.4"
45134513

4514-
"@types/node@20.12.11":
4515-
version "20.12.11"
4516-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.11.tgz#c4ef00d3507000d17690643278a60dc55a9dc9be"
4517-
integrity sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==
4514+
"@types/node@20.14.2":
4515+
version "20.14.2"
4516+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
4517+
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
45184518
dependencies:
45194519
undici-types "~5.26.4"
45204520

@@ -4582,10 +4582,10 @@
45824582
"@types/prop-types" "*"
45834583
csstype "^3.0.2"
45844584

4585-
"@types/react@18.3.1":
4586-
version "18.3.1"
4587-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
4588-
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
4585+
"@types/react@18.3.3":
4586+
version "18.3.3"
4587+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
4588+
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
45894589
dependencies:
45904590
"@types/prop-types" "*"
45914591
csstype "^3.0.2"

0 commit comments

Comments
 (0)