Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwalters committed May 30, 2019
1 parent a51f533 commit 6068472
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 31 deletions.
65 changes: 42 additions & 23 deletions package-lock.json

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

14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"@fortawesome/react-fontawesome": "^0.1.4",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"rimraf": "^2.6.3",
"rollup": "^1.12.1",
"rollup": "^1.12.5",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-multi-input": "^0.2.2",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-multi-input": "^1.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-postcss": "^2.0.3"
},
"peerDependencies": {
Expand All @@ -54,9 +54,7 @@
"@fortawesome/pro-solid-svg-icons": "5.x",
"@fortawesome/react-fontawesome": "0.1.x",
"react": "^16.8.x",
"react-router-dom": "5.x",
"redux": "~4.0.1",
"react-redux": "^7.1.0-alpha.4"
"react-router-dom": "5.x"
},
"scripts": {
"prebuild": "rimraf dist",
Expand Down

0 comments on commit 6068472

Please sign in to comment.