Skip to content

Commit

Permalink
Upgrade several packages to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnapse committed Jan 9, 2018
1 parent 17c7bae commit 421c31f
Show file tree
Hide file tree
Showing 2 changed files with 1,573 additions and 583 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
"license": "UNLICENSED",
"main": "lib/index.js",
"dependencies": {
"autoprefixer": "7.2.3",
"autoprefixer": "7.2.4",
"babel-core": "6.26.0",
"babel-eslint": "8.0.3",
"babel-jest": "21.2.0",
"babel-eslint": "8.2.1",
"babel-jest": "22.0.4",
"babel-loader": "7.1.2",
"babel-preset-react-app": "^3.1.0",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "2.3.0",
"css-loader": "0.28.7",
"css-loader": "0.28.8",
"dotenv": "4.0.0",
"eslint": "4.13.1",
"eslint": "4.15.0",
"eslint-config-react-app": "^2.0.1",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.40.1",
"eslint-plugin-flowtype": "2.41.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.5.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"file-loader": "1.1.6",
"fs-extra": "5.0.0",
"html-webpack-plugin": "2.30.1",
"jest": "21.2.1",
"material-ui": "^1.0.0-beta.23",
"jest": "22.0.5",
"material-ui": "^1.0.0-beta.27",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.9",
"postcss-loader": "2.0.10",
"promise": "8.0.1",
"react": "^16.2.0",
"react-dev-utils": "^4.2.1",
Expand All @@ -40,22 +40,22 @@
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.6.2",
"webpack": "3.10.0",
"webpack-dev-server": "2.9.7",
"webpack-dev-server": "2.10.1",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.17",
"@storybook/addon-links": "^3.2.17",
"@storybook/react": "^3.2.17",
"@storybook/addon-actions": "^3.3.6",
"@storybook/addon-links": "^3.3.6",
"@storybook/react": "^3.3.6",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"husky": "^0.14.3",
"jest-enzyme": "^4.0.1",
"jest-enzyme": "^4.0.2",
"lint-staged": "^6.0.0",
"prettier": "^1.9.2",
"react-test-renderer": "^16.2.0"
Expand Down
Loading

0 comments on commit 421c31f

Please sign in to comment.