Skip to content

Commit

Permalink
Updates deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Aug 9, 2018
1 parent 84569ad commit a021832
Show file tree
Hide file tree
Showing 3 changed files with 579 additions and 673 deletions.
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,47 +35,46 @@
"devDependencies": {
"app-root-dir": "1.0.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.2",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-env": "^1.7.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"change-case": "^3.0.2",
"codecov": "^3.0.0",
"cross-env": "^5.0.5",
"enzyme": "^3.1.0",
"enzyme-to-json": "^3.1.2",
"codecov": "^3.0.4",
"cross-env": "^5.2.0",
"enzyme": "^3.4.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"gzip-size": "^4.0.0",
"gzip-size": "^5.0.0",
"husky": "^0.14.3",
"in-publish": "2.0.0",
"jest": "^22.4.3",
"lint-staged": "^7.0.0",
"prettier": "^1.7.4",
"pretty-bytes": "4.0.2",
"jest": "^23.4.2",
"lint-staged": "^7.2.0",
"prettier": "^1.14.2",
"pretty-bytes": "5.1.0",
"ramda": "^0.25.0",
"react": "^16.0.0",
"react": "^16.4.2",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.0.0",
"react-dom": "^16.4.2",
"readline-sync": "1.4.9",
"rimraf": "^2.6.2",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-uglify": "^3.0.0"
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-uglify": "^4.0.0"
},
"dependencies": {
"react-tree-walker": "^4.0.2"
"react-tree-walker": "^4.2.0"
},
"jest": {
"collectCoverageFrom": [
Expand Down
2 changes: 1 addition & 1 deletion rollup-min.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const uglify = require('rollup-plugin-uglify')
const { uglify } = require('rollup-plugin-uglify')
const packageJson = require('./package.json')

const baseConfig = require('./rollup.config.js')
Expand Down
Loading

0 comments on commit a021832

Please sign in to comment.