Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored and akstuhl committed Mar 15, 2018
1 parent 93a0887 commit b684d50
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/confusing-browser-globals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"index.js"
],
"devDependencies": {
"jest": "22.1.1"
"jest": "22.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@babel/code-frame": "7.0.0-beta.38",
"address": "1.0.3",
"browserslist": "2.11.1",
"browserslist": "2.11.3",
"chalk": "2.3.0",
"cross-spawn": "5.1.0",
"detect-port-alt": "1.1.5",
Expand All @@ -59,7 +59,7 @@
"text-table": "0.2.0"
},
"devDependencies": {
"jest": "22.1.1"
"jest": "22.1.2"
},
"scripts": {
"test": "jest"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"@babel/code-frame": "7.0.0-beta.38",
"@babel/core": "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-eslint": "^8.0.2",
"babel-jest": "^22.1.0",
"babel-loader": "^8.0.0-beta.0",
"babel-preset-react-app": "^3.1.1",
"chalk": "^2.1.0",
"chokidar": "^1.7.0",
"cross-env": "5.0.5",
"chokidar": "^2.0.0",
"cross-env": "5.1.3",
"eslint": "4.15.0",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "2.41.0",
Expand All @@ -50,7 +50,7 @@
"eslint-plugin-react": "7.5.1",
"flow-bin": "^0.63.1",
"html-entities": "1.2.1",
"jest": "22.1.1",
"jest": "22.1.2",
"jest-fetch-mock": "1.2.1",
"object-assign": "4.1.1",
"promise": "8.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"babel-preset-react-app": "^3.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "2.3.0",
"css-loader": "0.28.8",
"css-loader": "0.28.9",
"dotenv": "4.0.0",
"dotenv-expand": "4.0.1",
"eslint": "4.15.0",
Expand All @@ -46,7 +46,7 @@
"fs-extra": "5.0.0",
"html-webpack-plugin": "2.30.1",
"identity-obj-proxy": "3.0.0",
"jest": "22.1.1",
"jest": "22.1.2",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.10",
Expand All @@ -69,7 +69,7 @@
"react-dom": "^16.0.0"
},
"optionalDependencies": {
"fsevents": "1.1.2"
"fsevents": "1.1.3"
},
"browserslist": {
"development": [
Expand Down

0 comments on commit b684d50

Please sign in to comment.