Skip to content

Commit a4092fb

Browse files
authored
Merge pull request #304 from vazra/dependabot/npm_and_yarn/types/react-dom-18.0.1
chore(deps-dev): bump @types/react-dom from 18.0.0 to 18.0.1
2 parents 0ed253a + 65233ad commit a4092fb

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
@@ -20,7 +20,7 @@
2020
"@types/electron-devtools-installer": "^2.2.1",
2121
"@types/node": "^17.0.24",
2222
"@types/react": "^18.0.5",
23-
"@types/react-dom": "^18.0.0",
23+
"@types/react-dom": "^18.0.1",
2424
"electron": "9.0.4",
2525
"electron-builder": "^23.0.3",
2626
"electron-devtools-installer": "^3.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,10 +1035,10 @@
10351035
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
10361036
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
10371037

1038-
"@types/react-dom@^18.0.0":
1039-
version "18.0.0"
1040-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.0.tgz#b13f8d098e4b0c45df4f1ed123833143b0c71141"
1041-
integrity sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==
1038+
"@types/react-dom@^18.0.1":
1039+
version "18.0.1"
1040+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.1.tgz#cb3cc10ea91141b12c71001fede1017acfbce4db"
1041+
integrity sha512-jCwTXvHtRLiyVvKm9aEdHXs8rflVOGd5Sl913JZrPshfXjn8NYsTNZOz70bCsA31IR0TOqwi3ad+X4tSCBoMTw==
10421042
dependencies:
10431043
"@types/react" "*"
10441044

0 commit comments

Comments
 (0)