Skip to content

Commit 15edb4a

Browse files
authored
Merge pull request #300 from vazra/dependabot/npm_and_yarn/types/react-18.0.3
chore(deps-dev): bump @types/react from 18.0.1 to 18.0.3
2 parents 3e3c2ae + d6dddcb commit 15edb4a

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
@@ -19,7 +19,7 @@
1919
"@babel/preset-react": "^7.16.7",
2020
"@types/electron-devtools-installer": "^2.2.1",
2121
"@types/node": "^17.0.23",
22-
"@types/react": "^18.0.1",
22+
"@types/react": "^18.0.3",
2323
"@types/react-dom": "^18.0.0",
2424
"electron": "9.0.4",
2525
"electron-builder": "^23.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,10 +1042,10 @@
10421042
dependencies:
10431043
"@types/react" "*"
10441044

1045-
"@types/react@*", "@types/react@^18.0.1":
1046-
version "18.0.1"
1047-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.1.tgz#1b2e02fb7613212518733946e49fb963dfc66e19"
1048-
integrity sha512-VnWlrVgG0dYt+NqlfMI0yUYb8Rdl4XUROyH+c6gq/iFCiZ805Vi//26UW38DHnxQkbDhnrIWTBiy6oKZqL11cw==
1045+
"@types/react@*", "@types/react@^18.0.3":
1046+
version "18.0.3"
1047+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.3.tgz#baefa397561372015b9f8ba5bc83bc3f84ae8fcb"
1048+
integrity sha512-P8QUaMW4k+kH9aKNPl9b3XWcKMSSALYprLL8xpAMJOLUn3Pl6B+6nKC4F7dsk9oJPwkiRx+qlwhG/Zc1LxFVuQ==
10491049
dependencies:
10501050
"@types/prop-types" "*"
10511051
"@types/scheduler" "*"

0 commit comments

Comments
 (0)