Skip to content

Commit

Permalink
fix(dependencies): upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Mar 21, 2019
1 parent 66e5a93 commit 6d6cbce
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,20 +211,20 @@
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/core": "^7.4.0",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.3.4",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@babel/preset-react": "^7.0.0",
"@bootstrap-styled/documentation": "^2.0.0",
"@rollup-umd/documentation": "^2.0.1",
Expand All @@ -248,7 +248,7 @@
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"eslint": "5.15.2",
"eslint": "5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
Expand All @@ -274,18 +274,18 @@
"react-transition-group": "^2.6.1",
"redux": "~3.7.2",
"redux-form": "~7.4.0",
"rollup": "^1.6.0",
"rollup": "^1.7.0",
"semantic-release": "^15.13.3",
"styled-components": "^4.1.3",
"toctoc": "^0.3.2",
"webpack": "4.29.6"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"@babel/runtime": "^7.4.0",
"@bootstrap-styled/css-mixins": "^2.0.6",
"@bootstrap-styled/provider": "^1.4.2",
"@bootstrap-styled/v4": "^3.0.12",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.8.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
Expand All @@ -304,11 +304,11 @@
"reselect": "^3.0.0"
},
"peerDependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"ra-core": "^2.6.4",
"redux-form": "~7.4.0",
"styled-components": "^4.1.3",
"styled-components": "^4.0.0",
"redux": "~3.7.2",
"react-redux": "~5.0.7",
"@bootstrap-styled/redux": "^1.1.2"
Expand Down

0 comments on commit 6d6cbce

Please sign in to comment.