Unverified Commit 9754a231 authored by Joe Haddad's avatar Joe Haddad
Browse files

Bump deps

parent 096703ab
Showing with 10 additions and 10 deletions
+10 -10
...@@ -16,6 +16,6 @@ ...@@ -16,6 +16,6 @@
"index.js" "index.js"
], ],
"devDependencies": { "devDependencies": {
"jest": "22.1.1" "jest": "22.1.2"
} }
} }
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"dependencies": { "dependencies": {
"@babel/code-frame": "7.0.0-beta.38", "@babel/code-frame": "7.0.0-beta.38",
"address": "1.0.3", "address": "1.0.3",
"browserslist": "2.11.1", "browserslist": "2.11.3",
"chalk": "2.3.0", "chalk": "2.3.0",
"cross-spawn": "5.1.0", "cross-spawn": "5.1.0",
"detect-port-alt": "1.1.5", "detect-port-alt": "1.1.5",
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
"text-table": "0.2.0" "text-table": "0.2.0"
}, },
"devDependencies": { "devDependencies": {
"jest": "22.1.1" "jest": "22.1.2"
}, },
"scripts": { "scripts": {
"test": "jest" "test": "jest"
......
...@@ -33,15 +33,15 @@ ...@@ -33,15 +33,15 @@
"@babel/code-frame": "7.0.0-beta.38", "@babel/code-frame": "7.0.0-beta.38",
"@babel/core": "7.0.0-beta.38", "@babel/core": "7.0.0-beta.38",
"@babel/runtime": "7.0.0-beta.38", "@babel/runtime": "7.0.0-beta.38",
"anser": "1.4.4", "anser": "1.4.6",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.0.2", "babel-eslint": "^8.0.2",
"babel-jest": "^22.1.0", "babel-jest": "^22.1.0",
"babel-loader": "^8.0.0-beta.0", "babel-loader": "^8.0.0-beta.0",
"babel-preset-react-app": "^3.1.1", "babel-preset-react-app": "^3.1.1",
"chalk": "^2.1.0", "chalk": "^2.1.0",
"chokidar": "^1.7.0", "chokidar": "^2.0.0",
"cross-env": "5.0.5", "cross-env": "5.1.3",
"eslint": "4.15.0", "eslint": "4.15.0",
"eslint-config-react-app": "^2.1.0", "eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "2.41.0", "eslint-plugin-flowtype": "2.41.0",
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"eslint-plugin-react": "7.5.1", "eslint-plugin-react": "7.5.1",
"flow-bin": "^0.63.1", "flow-bin": "^0.63.1",
"html-entities": "1.2.1", "html-entities": "1.2.1",
"jest": "22.1.1", "jest": "22.1.2",
"jest-fetch-mock": "1.2.1", "jest-fetch-mock": "1.2.1",
"object-assign": "4.1.1", "object-assign": "4.1.1",
"promise": "8.0.1", "promise": "8.0.1",
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"babel-preset-react-app": "^3.1.1", "babel-preset-react-app": "^3.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.1", "case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "2.3.0", "chalk": "2.3.0",
"css-loader": "0.28.8", "css-loader": "0.28.9",
"dotenv": "4.0.0", "dotenv": "4.0.0",
"dotenv-expand": "4.0.1", "dotenv-expand": "4.0.1",
"eslint": "4.15.0", "eslint": "4.15.0",
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
"fs-extra": "5.0.0", "fs-extra": "5.0.0",
"html-webpack-plugin": "2.30.1", "html-webpack-plugin": "2.30.1",
"identity-obj-proxy": "3.0.0", "identity-obj-proxy": "3.0.0",
"jest": "22.1.1", "jest": "22.1.2",
"object-assign": "4.1.1", "object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0", "postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.10", "postcss-loader": "2.0.10",
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
"react-dom": "^16.0.0" "react-dom": "^16.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"fsevents": "1.1.2" "fsevents": "1.1.3"
}, },
"browserslist": { "browserslist": {
"development": [ "development": [
......
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