Skip to content

Commit

Permalink
chore: upgrade @types/react (apache#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and zhaoyongjie committed Nov 17, 2021
1 parent 0c8a730 commit 761ccea
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@types/react": "^16.9.34",
"@types/react": "^16.9.35",
"@vx/responsive": "^0.0.197",
"csstype": "^2.6.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@types/react": "^16.9.34",
"@types/react": "^16.9.35",
"@types/react-loadable": "^5.4.2",
"@vx/responsive": "^0.0.197",
"prop-types": "^15.6.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@types/datatables.net": "^1.10.18",
"@types/react-dom": "^16.9.6",
"@types/react-dom": "^16.9.8",
"datatables.net-bs": "^1.10.20",
"xss": "^1.0.6"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@types/d3-cloud": "^1.2.1",
"@types/d3-scale": "^2.0.2",
"@types/react": "^16.3.0",
"@types/react": "^16.9.35",
"d3-cloud": "^1.2.5",
"d3-scale": "^3.0.1",
"emotion-theming": "^10.0.27",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/enzyme": "^3.10.3",
"@types/jest": "^25.1.3",
"@types/jsdom": "^12.2.4",
"@types/react": "^16.9.23",
"@types/react": "^16.9.35",
"@types/react-test-renderer": "^16.9.2",
"csstype": "^2.6.3",
"enzyme": "^3.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@storybook/addon-links": "^5.0.9",
"@storybook/addons": "^5.0.9",
"@storybook/react": "^5.0.9",
"@types/react": "^16.8.8",
"@types/react": "^16.9.35",
"@types/storybook__react": "4.0.2",
"bootstrap": "^3.4.1",
"jquery": "^3.4.1",
Expand Down
4 changes: 2 additions & 2 deletions superset-frontend/temporary_superset_ui/superset-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4012,7 +4012,7 @@
dependencies:
"@types/react" "*"

"@types/react-dom@*", "@types/react-dom@^16.9.6":
"@types/react-dom@*", "@types/react-dom@^16.9.8":
version "16.9.8"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423"
integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==
Expand Down Expand Up @@ -4055,7 +4055,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^16.3.0", "@types/react@^16.9.11", "@types/react@^16.9.34", "@types/react@^16.9.35":
"@types/react@*", "@types/react@^16.9.11", "@types/react@^16.9.35":
version "16.9.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368"
integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==
Expand Down

0 comments on commit 761ccea

Please sign in to comment.