Skip to content

Commit 4e88b7a

Browse files
committed
update packages
1 parent 8fe7128 commit 4e88b7a

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

packages/eslint-config-react-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"index.js"
1212
],
1313
"peerDependencies": {
14-
"babel-eslint": "^7.2.3",
15-
"eslint": "^4.1.1",
16-
"eslint-plugin-flowtype": "^2.34.1",
17-
"eslint-plugin-import": "^2.6.0",
14+
"babel-eslint": "^8.2.1",
15+
"eslint": "^4.17.0",
16+
"eslint-plugin-flowtype": "^2.42.0",
17+
"eslint-plugin-import": "^2.8.0",
1818
"eslint-plugin-jsx-a11y": "^5.1.1",
19-
"eslint-plugin-react": "^7.1.0"
19+
"eslint-plugin-react": "^7.6.1"
2020
}
2121
}

packages/react-scripts/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"address": "^1.0.3",
2626
"antd": "^3.1.5",
2727
"babel-core": "^6.26.0",
28-
"babel-eslint": "^7.2.3",
29-
"babel-jest": "^21.2.0",
28+
"babel-eslint": "^8.2.1",
29+
"babel-jest": "^22.2.0",
3030
"babel-loader": "^7.1.2",
3131
"babel-plugin-transform-decorators-legacy": "^1.3.4",
3232
"babel-preset-react-app": "^3.1.1",
3333
"babel-preset-stage-0": "^6.24.1",
34-
"babel-plugin-import": "^1.6.2",
34+
"babel-plugin-import": "^1.6.3",
3535
"babel-runtime": "^6.26.0",
3636
"case-sensitive-paths-webpack-plugin": "^2.1.1",
3737
"chalk": "^1.1.3",
@@ -47,17 +47,17 @@
4747
"eslint-plugin-flowtype": "^2.42.0",
4848
"eslint-plugin-import": "^2.8.0",
4949
"eslint-plugin-jsx-a11y": "^5.1.1",
50-
"eslint-plugin-react": "^7.6.0",
50+
"eslint-plugin-react": "^7.6.1",
5151
"extract-text-webpack-plugin": "^3.0.2",
52-
"immutable": "~3.7.4",
52+
"immutable": "~3.8.2",
5353
"husky": "^0.14.3",
5454
"lint-staged": "^5.0.0",
55-
"file-loader": "^1.1.5",
55+
"file-loader": "^1.1.6",
5656
"fs-extra": "^3.0.1",
57-
"flow-bin": "^0.64.0",
57+
"flow-bin": "^0.65.0",
5858
"html-webpack-plugin": "^2.30.1",
59-
"jest": "^21.2.1",
60-
"jest-enzyme": "^4.0.2",
59+
"jest": "^22.2.1",
60+
"jest-enzyme": "^4.2.0",
6161
"jquery": "^3.2.1",
6262
"less": "^2.7.3",
6363
"less-loader": "^4.0.5",
@@ -70,14 +70,14 @@
7070
"promise": "^8.0.1",
7171
"raf": "^3.4.0",
7272
"react-dev-utils-custom": "^5.0.0",
73-
"react-test-renderer": "^16.1.1",
73+
"react-test-renderer": "^16.2.0",
7474
"sass-loader": "^6.0.6",
7575
"source-map-explorer": "^1.5.0",
76-
"style-loader": "^0.19.0",
76+
"style-loader": "^0.20.1",
7777
"stylus": "^0.54.5",
7878
"stylus-loader": "^3.0.1",
7979
"stylelint": "^8.4.0",
80-
"stylelint-scss": "^2.2.0",
80+
"stylelint-scss": "^2.3.0",
8181
"sw-precache-webpack-plugin": "^0.11.4",
8282
"url-loader": "^0.6.2",
8383
"webpack": "^3.10.0",

0 commit comments

Comments
 (0)