Skip to content
  • Sponsor facebook/create-react-app

  • Notifications You must be signed in to change notification settings
  • Fork 27k

Commit 9754a23

Browse files
committedJan 18, 2018
Bump deps
1 parent 096703a commit 9754a23

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
 

‎packages/confusing-browser-globals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"index.js"
1717
],
1818
"devDependencies": {
19-
"jest": "22.1.1"
19+
"jest": "22.1.2"
2020
}
2121
}

‎packages/react-dev-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@babel/code-frame": "7.0.0-beta.38",
4141
"address": "1.0.3",
42-
"browserslist": "2.11.1",
42+
"browserslist": "2.11.3",
4343
"chalk": "2.3.0",
4444
"cross-spawn": "5.1.0",
4545
"detect-port-alt": "1.1.5",
@@ -59,7 +59,7 @@
5959
"text-table": "0.2.0"
6060
},
6161
"devDependencies": {
62-
"jest": "22.1.1"
62+
"jest": "22.1.2"
6363
},
6464
"scripts": {
6565
"test": "jest"

‎packages/react-error-overlay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"@babel/code-frame": "7.0.0-beta.38",
3434
"@babel/core": "7.0.0-beta.38",
3535
"@babel/runtime": "7.0.0-beta.38",
36-
"anser": "1.4.4",
36+
"anser": "1.4.6",
3737
"babel-core": "^7.0.0-bridge.0",
3838
"babel-eslint": "^8.0.2",
3939
"babel-jest": "^22.1.0",
4040
"babel-loader": "^8.0.0-beta.0",
4141
"babel-preset-react-app": "^3.1.1",
4242
"chalk": "^2.1.0",
43-
"chokidar": "^1.7.0",
44-
"cross-env": "5.0.5",
43+
"chokidar": "^2.0.0",
44+
"cross-env": "5.1.3",
4545
"eslint": "4.15.0",
4646
"eslint-config-react-app": "^2.1.0",
4747
"eslint-plugin-flowtype": "2.41.0",
@@ -50,7 +50,7 @@
5050
"eslint-plugin-react": "7.5.1",
5151
"flow-bin": "^0.63.1",
5252
"html-entities": "1.2.1",
53-
"jest": "22.1.1",
53+
"jest": "22.1.2",
5454
"jest-fetch-mock": "1.2.1",
5555
"object-assign": "4.1.1",
5656
"promise": "8.0.1",

‎packages/react-scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"babel-preset-react-app": "^3.1.1",
3232
"case-sensitive-paths-webpack-plugin": "2.1.1",
3333
"chalk": "2.3.0",
34-
"css-loader": "0.28.8",
34+
"css-loader": "0.28.9",
3535
"dotenv": "4.0.0",
3636
"dotenv-expand": "4.0.1",
3737
"eslint": "4.15.0",
@@ -46,7 +46,7 @@
4646
"fs-extra": "5.0.0",
4747
"html-webpack-plugin": "2.30.1",
4848
"identity-obj-proxy": "3.0.0",
49-
"jest": "22.1.1",
49+
"jest": "22.1.2",
5050
"object-assign": "4.1.1",
5151
"postcss-flexbugs-fixes": "3.2.0",
5252
"postcss-loader": "2.0.10",
@@ -69,7 +69,7 @@
6969
"react-dom": "^16.0.0"
7070
},
7171
"optionalDependencies": {
72-
"fsevents": "1.1.2"
72+
"fsevents": "1.1.3"
7373
},
7474
"browserslist": {
7575
"development": [

0 commit comments

Comments
 (0)
Please sign in to comment.