Skip to content

Commit

Permalink
Bump dependencies (facebook#3785)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Use a more sensible way to compile error overlay

* Keep old chalk for global CLI
  • Loading branch information
gaearon authored and Timer committed Jan 15, 2018
1 parent 80a182b commit f309392
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,44 +21,44 @@
"react-scripts": "./bin/react-scripts.js"
},
"dependencies": {
"@babel/core": "7.0.0-beta.36",
"@babel/runtime": "7.0.0-beta.36",
"autoprefixer": "7.1.6",
"@babel/core": "7.0.0-beta.37",
"@babel/runtime": "7.0.0-beta.37",
"autoprefixer": "7.2.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.0.2",
"babel-eslint": "8.2.1",
"babel-jest": "22.0.6",
"babel-loader": "8.0.0-beta.0",
"babel-preset-react-app": "^3.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"css-loader": "0.28.7",
"chalk": "2.3.0",
"css-loader": "0.28.8",
"dotenv": "4.0.0",
"dotenv-expand": "4.0.1",
"eslint": "4.15.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-flowtype": "2.41.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.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",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0",
"file-loader": "1.1.6",
"fs-extra": "5.0.0",
"html-webpack-plugin": "2.30.1",
"jest": "22.0.6",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"postcss-loader": "2.0.10",
"promise": "8.0.1",
"raf": "3.4.0",
"react-dev-utils": "^5.0.0",
"style-loader": "0.19.0",
"style-loader": "0.19.1",
"sw-precache-webpack-plugin": "0.11.4",
"thread-loader": "1.1.2",
"uglifyjs-webpack-plugin": "1.1.6",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4",
"webpack": "3.10.0",
"webpack-dev-server": "2.11.0",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.3"
},
Expand Down

0 comments on commit f309392

Please sign in to comment.