Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 6e7fd40

Browse files
author
Matt Goo
authored
chore(infrastructure): update React and ReactDom to 16.4.2 (#219)
1 parent ffd9bba commit 6e7fd40

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ matrix:
3737
- docker pull mdcreact/screenshots
3838
- docker image ls
3939
script:
40-
- docker run -it --rm --cap-add=SYS_ADMIN -e MDC_GCLOUD_SERVICE_ACCOUNT_KEY="${MDC_GCLOUD_SERVICE_ACCOUNT_KEY}" mdcreact/screenshots /bin/sh -c "git fetch; git checkout \"${CURRENT_BRANCH}\"; git pull; npm i; /home/pptruser/material-components-web-react/test/screenshot/start.sh; sleep 220s; npm run test:image-diff"
40+
- docker run -it --rm --cap-add=SYS_ADMIN -e MDC_GCLOUD_SERVICE_ACCOUNT_KEY="${MDC_GCLOUD_SERVICE_ACCOUNT_KEY}" mdcreact/screenshots /bin/sh -c "git fetch; git checkout \"${CURRENT_BRANCH}\"; git pull; npm i; /home/pptruser/material-components-web-react/test/screenshot/start.sh; sleep 290s; npm run test:image-diff"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"optimize-css-assets-webpack-plugin": "^3.2.0",
9494
"postcss-loader": "^2.1.5",
9595
"puppeteer": "^1.1.1",
96-
"react": "^16.3.2",
97-
"react-dom": "^16.3.2",
96+
"react": "^16.4.2",
97+
"react-dom": "^16.4.2",
9898
"resemblejs": "^2.10.3",
9999
"sass-loader": "^6.0.7",
100100
"testdouble": "^3.6.0",

packages/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@material/react-ripple": "^0.4.2",
2121
"classnames": "^2.2.5",
2222
"prop-types": "^15.6.1",
23-
"react": "^16.3.2"
23+
"react": "^16.4.2"
2424
},
2525
"publishConfig": {
2626
"access": "public"

packages/card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@material/card": "^0.38.1",
2020
"classnames": "^2.2.5",
2121
"prop-types": "^15.6.1",
22-
"react": "^16.3.2"
22+
"react": "^16.4.2"
2323
},
2424
"publishConfig": {
2525
"access": "public"

packages/chips/package_skip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@material/react-ripple": "^0.2.0",
2222
"classnames": "^2.2.5",
2323
"prop-types": "^15.6.1",
24-
"react": "^16.3.2"
24+
"react": "^16.4.2"
2525
},
2626
"publishConfig": {
2727
"access": "public"

packages/fab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@material/react-ripple": "^0.4.2",
2121
"classnames": "^2.2.5",
2222
"prop-types": "^15.6.1",
23-
"react": "^16.3.2"
23+
"react": "^16.4.2"
2424
},
2525
"publishConfig": {
2626
"access": "public"

packages/floating-label/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@material/floating-label": "^0.38.0",
2121
"classnames": "^2.2.5",
2222
"prop-types": "^15.6.1",
23-
"react": "^16.3.0"
23+
"react": "^16.4.2"
2424
},
2525
"publishConfig": {
2626
"access": "public"

packages/line-ripple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@material/line-ripple": "^0.38.0",
2020
"classnames": "^2.2.5",
2121
"prop-types": "^15.6.1",
22-
"react": "^16.3.2"
22+
"react": "^16.4.2"
2323
},
2424
"publishConfig": {
2525
"access": "public"

packages/material-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@material/react-ripple": "^0.4.2",
2020
"classnames": "^2.2.5",
2121
"prop-types": "^15.6.1",
22-
"react": "^16.3.2"
22+
"react": "^16.4.2"
2323
},
2424
"publishConfig": {
2525
"access": "public"

packages/notched-outline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@material/notched-outline": "^0.38.0",
2020
"classnames": "^2.2.5",
2121
"prop-types": "^15.6.1",
22-
"react": "^16.3.2"
22+
"react": "^16.4.2"
2323
},
2424
"publishConfig": {
2525
"access": "public"

packages/ripple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@material/ripple": "^0.38.1",
1919
"classnames": "^2.2.5",
2020
"prop-types": "^15.6.1",
21-
"react": "^16.3.2"
21+
"react": "^16.4.2"
2222
},
2323
"publishConfig": {
2424
"access": "public"

packages/select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@material/select": "^0.38.1",
2222
"classnames": "^2.2.5",
2323
"prop-types": "^15.6.1",
24-
"react": "^16.3.2"
24+
"react": "^16.4.2"
2525
},
2626
"publishConfig": {
2727
"access": "public"

packages/tab-indicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@material/tab-indicator": "^0.38.0",
2121
"classnames": "^2.2.5",
2222
"prop-types": "^15.6.1",
23-
"react": "^16.3.2"
23+
"react": "^16.4.2"
2424
},
2525
"publishConfig": {
2626
"access": "public"

packages/text-field/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@material/textfield": "^0.38.1",
2323
"classnames": "^2.2.5",
2424
"prop-types": "^15.6.1",
25-
"react": "^16.3.2"
25+
"react": "^16.4.2"
2626
},
2727
"publishConfig": {
2828
"access": "public"

packages/top-app-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@material/top-app-bar": "^0.38.1",
1616
"classnames": "^2.2.5",
1717
"prop-types": "^15.6.1",
18-
"react": "^16.3.2"
18+
"react": "^16.4.2"
1919
},
2020
"publishConfig": {
2121
"access": "public"

0 commit comments

Comments
 (0)