Commit 15e0b984 authored by Joe Haddad's avatar Joe Haddad Committed by GitHub
Browse files

Upgrade dependencies (#1522)

* Upgrade dependencies

* Re-add caret
parent b0b0e6da
Showing with 10 additions and 10 deletions
+10 -10
...@@ -23,18 +23,18 @@ ...@@ -23,18 +23,18 @@
"react-scripts": "./bin/react-scripts.js" "react-scripts": "./bin/react-scripts.js"
}, },
"dependencies": { "dependencies": {
"autoprefixer": "6.5.1", "autoprefixer": "6.7.2",
"babel-core": "6.17.0", "babel-core": "6.22.1",
"babel-eslint": "7.1.1", "babel-eslint": "7.1.1",
"babel-jest": "18.0.0", "babel-jest": "18.0.0",
"babel-loader": "6.2.10", "babel-loader": "6.2.10",
"babel-runtime": "^6.20.0",
"babel-preset-react-app": "^2.0.1", "babel-preset-react-app": "^2.0.1",
"babel-runtime": "^6.20.0",
"case-sensitive-paths-webpack-plugin": "1.1.4", "case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3", "chalk": "1.1.3",
"connect-history-api-fallback": "1.3.0", "connect-history-api-fallback": "1.3.0",
"cross-spawn": "4.0.2", "cross-spawn": "4.0.2",
"css-loader": "0.26.0", "css-loader": "0.26.1",
"detect-port": "1.0.1", "detect-port": "1.0.1",
"dotenv": "2.0.0", "dotenv": "2.0.0",
"eslint": "3.8.1", "eslint": "3.8.1",
...@@ -45,16 +45,16 @@ ...@@ -45,16 +45,16 @@
"eslint-plugin-jsx-a11y": "2.2.3", "eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.4.1", "eslint-plugin-react": "6.4.1",
"extract-text-webpack-plugin": "1.0.1", "extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0", "file-loader": "0.10.0",
"filesize": "3.3.0", "filesize": "3.3.0",
"fs-extra": "0.30.0", "fs-extra": "0.30.0",
"gzip-size": "3.0.0", "gzip-size": "3.0.0",
"html-webpack-plugin": "2.24.0", "html-webpack-plugin": "2.24.0",
"http-proxy-middleware": "0.17.2", "http-proxy-middleware": "0.17.3",
"jest": "18.1.0", "jest": "18.1.0",
"json-loader": "0.5.4", "json-loader": "0.5.4",
"object-assign": "4.1.0", "object-assign": "4.1.1",
"postcss-loader": "1.0.0", "postcss-loader": "1.2.2",
"promise": "7.1.1", "promise": "7.1.1",
"react-dev-utils": "^0.4.2", "react-dev-utils": "^0.4.2",
"recursive-readdir": "2.1.0", "recursive-readdir": "2.1.0",
...@@ -64,13 +64,13 @@ ...@@ -64,13 +64,13 @@
"webpack": "1.14.0", "webpack": "1.14.0",
"webpack-dev-server": "1.16.2", "webpack-dev-server": "1.16.2",
"webpack-manifest-plugin": "1.1.0", "webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "1.0.0" "whatwg-fetch": "2.0.2"
}, },
"devDependencies": { "devDependencies": {
"react": "^15.3.0", "react": "^15.3.0",
"react-dom": "^15.3.0" "react-dom": "^15.3.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"fsevents": "1.0.14" "fsevents": "1.0.17"
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment