Skip to content

Commit

Permalink
feat: update to latest reacto-form and react pkgs
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
  • Loading branch information
aldeed committed Aug 9, 2019
1 parent 3c4214d commit a7995ae
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 249 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
"dependencies": {
"@babel/polyfill": "~7.2.5",
"@reactioncommerce/components-context": "~1.2.0",
"lodash": "4.17.14",
"prop-types": "~15.6.2",
"react": "~16.4.2",
"lodash": "~4.17.15",
"prop-types": "~15.7.2",
"react": "~16.9.0",
"react-container-query": "~0.11.0",
"react-dom": "~16.4.2",
"react-dom": "~16.9.0",
"react-stripe-elements": "~2.0.1",
"reacto-form": "~0.0.2",
"reacto-form": "~1.4.0",
"styled-components": "~3.3.3"
},
"devDependencies": {
Expand Down Expand Up @@ -131,7 +131,7 @@
"case-sensitive-paths-webpack-plugin": "~2.1.2",
"chalk": "~1.1.3",
"check-prop-types": "~1.1.2",
"composable-form-tests": "~1.0.0",
"composable-form-tests": "~1.0.1",
"css-loader": "~0.28.11",
"dotenv": "~4.0.0",
"dotenv-expand": "~4.0.1",
Expand Down Expand Up @@ -159,9 +159,9 @@
"postcss-loader": "~2.0.8",
"promise": "~8.0.2",
"raf": "~3.4.1",
"react-dev-utils": "~7.0.1",
"react-styleguidist": "9.1.11",
"react-test-renderer": "~16.7.0",
"react-dev-utils": "~9.0.1",
"react-styleguidist": "~9.1.14",
"react-test-renderer": "~16.9.0",
"replace-in-files": "~1.1.4",
"rimraf": "~2.6.3",
"semantic-release": "~15.13.3",
Expand Down
14 changes: 7 additions & 7 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lodash.isequal": "~4.5.0",
"lodash.uniqueid": "~4.0.1",
"mdi-material-ui": "~5.8.0",
"react-is": "~16.4.1",
"react-is": "~16.9.0",
"react-select": "~2.4.0"
},
"devDependencies": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"babel-plugin-styled-components": "~1.10.0",
"chalk": "~1.1.3",
"check-prop-types": "~1.1.2",
"composable-form-tests": "~1.0.0",
"composable-form-tests": "~1.0.1",
"dotenv": "~4.0.0",
"dotenv-expand": "~4.0.1",
"enzyme": "~3.8.0",
Expand All @@ -79,9 +79,9 @@
"object-assign": "~4.1.1",
"promise": "~8.0.2",
"raf": "~3.4.1",
"react-dev-utils": "~7.0.1",
"react-dev-utils": "~9.0.1",
"react-styleguidist": "~6.5.3",
"react-test-renderer": "~16.7.0",
"react-test-renderer": "~16.9.0",
"replace-in-files": "~1.1.4",
"rimraf": "~2.6.3",
"semantic-release": "~15.13.3",
Expand All @@ -92,11 +92,11 @@
},
"peerDependencies": {
"@reactioncommerce/components-context": "~1.2.0",
"prop-types": "~15.6.2",
"react": "~16.4.2",
"prop-types": "~15.7.2",
"react": "~16.9.0",
"react-container-query": "~0.11.0",
"react-stripe-elements": "~2.0.1",
"reacto-form": "~0.0.2",
"reacto-form": "~1.4.0",
"styled-components": "~3.3.3"
}
}
Loading

0 comments on commit a7995ae

Please sign in to comment.