Skip to content

Commit 70ae259

Browse files
committed
chore(deps): update typescript types packages
1 parent 1de9e3f commit 70ae259

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@storybook/react": "5.3.21",
2222
"@testing-library/react-hooks": "3.4.2",
2323
"@types/jest": "26.0.15",
24-
"@types/react": "16.9.53",
25-
"@types/react-dom": "16.9.8",
24+
"@types/react": "16.9.54",
25+
"@types/react-dom": "16.9.9",
2626
"@typescript-eslint/eslint-plugin": "4.0.1",
2727
"@typescript-eslint/parser": "4.0.1",
2828
"babel-loader": "8.1.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,10 +2407,10 @@
24072407
dependencies:
24082408
"@types/react" "*"
24092409

2410-
"@types/[email protected].8":
2411-
version "16.9.8"
2412-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423"
2413-
integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==
2410+
"@types/[email protected].9":
2411+
version "16.9.9"
2412+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.9.tgz#d2d0a6f720a0206369ccbefff752ba37b9583136"
2413+
integrity sha512-jE16FNWO3Logq/Lf+yvEAjKzhpST/Eac8EMd1i4dgZdMczfgqC8EjpxwNgEe3SExHYLliabXDh9DEhhqnlXJhg==
24142414
dependencies:
24152415
"@types/react" "*"
24162416

@@ -2435,10 +2435,10 @@
24352435
dependencies:
24362436
"@types/react" "*"
24372437

2438-
"@types/react@*", "@types/[email protected].53":
2439-
version "16.9.53"
2440-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.53.tgz#40cd4f8b8d6b9528aedd1fff8fcffe7a112a3d23"
2441-
integrity sha512-4nW60Sd4L7+WMXH1D6jCdVftuW7j4Za6zdp6tJ33Rqv0nk1ZAmQKML9ZLD4H0dehA3FZxXR/GM8gXplf82oNGw==
2438+
"@types/react@*", "@types/[email protected].54":
2439+
version "16.9.54"
2440+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.54.tgz#140280c31825287ee74e9da95285b91c5a2e471d"
2441+
integrity sha512-GhawhYraQZpGFO2hVMArjPrYbnA/6+DS8SubK8IPhhVClmKqANihsRenOm5E0mvqK0m/BKoqVktA1O1+Xvlz9w==
24422442
dependencies:
24432443
"@types/prop-types" "*"
24442444
csstype "^3.0.2"

0 commit comments

Comments
 (0)