Skip to content

Commit 703d0e4

Browse files
Bump react-dom from 16.12.0 to 16.13.0
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.12.0 to 16.13.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.13.0/packages/react-dom) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6a89a9c commit 703d0e4

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"npm-run-all": "^4.1.5",
7575
"pre-commit": "1.2.2",
7676
"react": "^16.13.0",
77-
"react-dom": "^16.12.0",
77+
"react-dom": "^16.13.0",
7878
"style-loader": "^1.1.3",
7979
"styled-components": "^4.4.1",
8080
"ts-jest": "^25.2.1",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"enzyme": "^3.11.0",
6363
"jest-styled-components": "^6.3.4",
6464
"react": "^16.13.0",
65-
"react-dom": "^16.12.0",
65+
"react-dom": "^16.13.0",
6666
"react-test-renderer": "^16.13.0",
6767
"styled-components": "^4.4.1"
6868
},

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"csstype": "^2.6.9",
3737
"lodash": "^4.17.15",
3838
"react": "^16.13.0",
39-
"react-dom": "^16.12.0",
39+
"react-dom": "^16.13.0",
4040
"styled-components": "^4.4.1",
4141
"uuid": "^7.0.1"
4242
},

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@looker/design-tokens": "^0.7.15",
1919
"lodash": "^4.17.15",
2020
"react": "^16.13.0",
21-
"react-dom": "^16.12.0",
21+
"react-dom": "^16.13.0",
2222
"styled-components": "^4.4.1"
2323
},
2424
"devDependencies": {

packages/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prism-react-renderer": "^1.0.2",
2828
"react": "^16.13.0",
2929
"react-copy-to-clipboard": "^5.0.2",
30-
"react-dom": "^16.12.0",
30+
"react-dom": "^16.13.0",
3131
"react-helmet": "^5.2.1",
3232
"react-live": "^2.2.2"
3333
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15455,15 +15455,15 @@ react-dev-utils@^4.2.3:
1545515455
strip-ansi "3.0.1"
1545615456
text-table "0.2.0"
1545715457

15458-
react-dom@^16.12.0:
15459-
version "16.12.0"
15460-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.12.0.tgz#0da4b714b8d13c2038c9396b54a92baea633fe11"
15461-
integrity sha512-LMxFfAGrcS3kETtQaCkTKjMiifahaMySFDn71fZUNpPHZQEzmk/GiAeIT8JSOrHB23fnuCOMruL2a8NYlw+8Gw==
15458+
react-dom@^16.13.0:
15459+
version "16.13.0"
15460+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.0.tgz#cdde54b48eb9e8a0ca1b3dc9943d9bb409b81866"
15461+
integrity sha512-y09d2c4cG220DzdlFkPTnVvGTszVvNpC73v+AaLGLHbkpy3SSgvYq8x0rNwPJ/Rk/CicTNgk0hbHNw1gMEZAXg==
1546215462
dependencies:
1546315463
loose-envify "^1.1.0"
1546415464
object-assign "^4.1.1"
1546515465
prop-types "^15.6.2"
15466-
scheduler "^0.18.0"
15466+
scheduler "^0.19.0"
1546715467

1546815468
react-error-overlay@^3.0.0:
1546915469
version "3.0.0"

0 commit comments

Comments
 (0)