Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix(deps): update react monorepo to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 24, 2018
1 parent 1745dd4 commit b9a30b4
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 56 deletions.
41 changes: 15 additions & 26 deletions microfrontends/tabcorp/header/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions microfrontends/tabcorp/header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"babel-cli": "6.26.0",
"react": "15.6.2",
"react-dom": "15.6.2",
"react": "16.4.0",
"react-dom": "16.4.0",
"react-scripts": "1.0.17"
},
"scripts": {
Expand Down
41 changes: 15 additions & 26 deletions microfrontends/tabcorp/products-list/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions microfrontends/tabcorp/products-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"babel-cli": "6.26.0",
"react": "15.6.2",
"react-dom": "15.6.2"
"react": "16.4.0",
"react-dom": "16.4.0"
},
"devDependencies": {
"autoprefixer": "6.7.7",
Expand Down

0 comments on commit b9a30b4

Please sign in to comment.