Skip to content

Commit 275b445

Browse files
Bump @types/react from 16.9.45 to 16.9.46 (#1365)
1 parent f766a45 commit 275b445

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/components-providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@looker/design-tokens": "^0.9.10"
2020
},
2121
"devDependencies": {
22-
"@types/react": "^16.9.45",
22+
"@types/react": "^16.9.46",
2323
"@types/styled-components": "^4.4.1",
2424
"react": "^16.13.1",
2525
"styled-components": "^4.4.1"

packages/components-test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@testing-library/react": "^10.4.8",
2121
"@types/enzyme": "^3.10.5",
2222
"@types/jest": "^26.0.10",
23-
"@types/react": "^16.9.45",
23+
"@types/react": "^16.9.46",
2424
"@types/react-test-renderer": "^16.9.3",
2525
"enzyme": "^3.11.0",
2626
"jest-styled-components": "^6.3.4",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/d3-color": "^1.2.2",
4444
"@types/d3-hsv": "^0.1.3",
4545
"@types/lodash": "^4.14.159",
46-
"@types/react": "^16.9.45",
46+
"@types/react": "^16.9.46",
4747
"@types/react-dom": "^16.9.8",
4848
"@types/react-resize-detector": "^4.2.0",
4949
"@types/react-transition-group": "^4.4.0",

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@mdx-js/mdx": "^1.6.16",
1010
"@mdx-js/react": "^1.6.16",
1111
"@reach/router": "^1.3.3",
12-
"@types/react": "^16.9.45",
12+
"@types/react": "^16.9.46",
1313
"@types/react-copy-to-clipboard": "^4.3.0",
1414
"@types/react-helmet": "^6.0.0",
1515
"babel-plugin-styled-components": "^1.11.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4031,10 +4031,10 @@
40314031
dependencies:
40324032
"@types/react" "*"
40334033

4034-
"@types/react@*", "@types/react@^16.9.45":
4035-
version "16.9.45"
4036-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.45.tgz#b43ccf3d8a3d2020e6a48c8c8492e5a4bc10f097"
4037-
integrity sha512-vv950slTF5UZ5eDOf13b8qC1SD4rTvkqg3HfaUKzr17U97oeJZAa+dUaIHn0QoOJflNTIt6Pem9MmapULs9dkA==
4034+
"@types/react@*", "@types/react@^16.9.46":
4035+
version "16.9.46"
4036+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.46.tgz#f0326cd7adceda74148baa9bff6e918632f5069e"
4037+
integrity sha512-dbHzO3aAq1lB3jRQuNpuZ/mnu+CdD3H0WVaaBQA8LTT3S33xhVBUj232T8M3tAhSWJs/D/UqORYUlJNl/8VQZg==
40384038
dependencies:
40394039
"@types/prop-types" "*"
40404040
csstype "^3.0.2"

0 commit comments

Comments
 (0)