Skip to content

Commit a3e0339

Browse files
Bump @types/react from 16.9.25 to 16.9.34
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.25 to 16.9.34. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 61a4315 commit a3e0339

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/d3-hsv": "^0.1.3",
5454
"@types/lodash": "^4.14.149",
5555
"@types/moment": "^2.13.0",
56-
"@types/react": "^16.9.25",
56+
"@types/react": "^16.9.34",
5757
"@types/react-resize-detector": "^4.2.0",
5858
"@types/react-transition-group": "^4.2.4",
5959
"@types/styled-components": "^4.4.1",

packages/providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"styled-components": "^4.4.1"
3030
},
3131
"devDependencies": {
32-
"@types/react": "^16.9.25",
32+
"@types/react": "^16.9.34",
3333
"@types/styled-components": "^4.4.1",
3434
"react": "^16.13.1"
3535
},

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@testing-library/react": "^10.0.2",
3030
"@types/enzyme": "^3.10.5",
3131
"@types/jest": "^25.2.1",
32-
"@types/react": "^16.9.25",
32+
"@types/react": "^16.9.34",
3333
"@types/react-test-renderer": "^16.9.2",
3434
"enzyme": "^3.11.0",
3535
"jest-styled-components": "^6.3.4",

packages/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@looker/components": "^0.7.28",
3232
"@looker/design-tokens": "^0.7.28",
3333
"@looker/icons": "^0.7.28",
34-
"@types/react": "^16.9.25",
34+
"@types/react": "^16.9.34",
3535
"@types/react-copy-to-clipboard": "^4.3.0",
3636
"eslint": "^6.8.0",
3737
"gh-pages": "^2.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3308,10 +3308,10 @@
33083308
dependencies:
33093309
"@types/react" "*"
33103310

3311-
"@types/react@*", "@types/react@^16.9.25":
3312-
version "16.9.25"
3313-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.25.tgz#6ae2159b40138c792058a23c3c04fd3db49e929e"
3314-
integrity sha512-Dlj2V72cfYLPNscIG3/SMUOzhzj7GK3bpSrfefwt2YT9GLynvLCCZjbhyF6VsT0q0+aRACRX03TDJGb7cA0cqg==
3311+
"@types/react@*", "@types/react@^16.9.34":
3312+
version "16.9.34"
3313+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
3314+
integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==
33153315
dependencies:
33163316
"@types/prop-types" "*"
33173317
csstype "^2.2.0"

0 commit comments

Comments
 (0)