Skip to content

Commit 70f9be2

Browse files
committed
chore(deps): update type definition
1 parent c93ec85 commit 70f9be2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@commitlint/cli": "9.1.2",
1919
"@commitlint/config-conventional": "9.1.2",
2020
"commitizen": "4.2.1",
21-
"@types/jest": "26.0.10",
21+
"@types/jest": "26.0.12",
2222
"cross-env": "7.0.2",
2323
"dependency-cruiser": "9.12.0",
2424
"sort-package-json": "1.44.0"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/html-webpack-plugin": "3.2.3",
4141
"@types/marked": "1.1.0",
4242
"@types/mini-css-extract-plugin": "0.9.1",
43-
"@types/react": "16.9.48",
43+
"@types/react": "16.9.49",
4444
"@types/react-dom": "16.9.8",
4545
"@types/resolve-pkg": "2.0.0",
4646
"@types/webpack": "4.41.21",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,10 +2565,10 @@
25652565
dependencies:
25662566
"@types/istanbul-lib-report" "*"
25672567

2568-
"@types/jest@26.0.10":
2569-
version "26.0.10"
2570-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607"
2571-
integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==
2568+
"@types/jest@26.0.12":
2569+
version "26.0.12"
2570+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.12.tgz#0f20fef9e74f55a312530284e6178f3b3254f501"
2571+
integrity sha512-vZOFjm562IPb1EmaKxMjdcouxVb1l3NqoUH4XC4tDQ2R/AWde+0HXBUhyfc6L+7vc3mJ393U+5vr3nH2CLSVVg==
25722572
dependencies:
25732573
jest-diff "^25.2.1"
25742574
pretty-format "^25.2.1"
@@ -2673,10 +2673,10 @@
26732673
"@types/prop-types" "*"
26742674
csstype "^2.2.0"
26752675

2676-
"@types/react@16.9.48":
2677-
version "16.9.48"
2678-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.48.tgz#d3387329f070d1b1bc0ff4a54a54ceefd5a8485c"
2679-
integrity sha512-4ykBVswgYitPGMXFRxJCHkxJDU2rjfU3/zw67f8+dB7sNdVJXsrwqoYxz/stkAucymnEEbRPFmX7Ce5Mc/kJCw==
2676+
"@types/react@16.9.49":
2677+
version "16.9.49"
2678+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.49.tgz#09db021cf8089aba0cdb12a49f8021a69cce4872"
2679+
integrity sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g==
26802680
dependencies:
26812681
"@types/prop-types" "*"
26822682
csstype "^3.0.2"

0 commit comments

Comments
 (0)