Skip to content

Commit 2bc8f84

Browse files
committed
Upgrade some other deps
1 parent 070b838 commit 2bc8f84

File tree

3 files changed

+462
-535
lines changed

3 files changed

+462
-535
lines changed

examples/todos/src/components/Link.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const Link = ({ active, children, onClick }) => {
77
}
88

99
return (
10+
// eslint-disable-next-line
1011
<a href="#"
1112
onClick={e => {
1213
e.preventDefault()

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"babel-cli": "^6.3.15",
7171
"babel-core": "^6.3.15",
7272
"babel-eslint": "^7.0.0",
73-
"babel-jest": "^18.0.0",
73+
"babel-jest": "^20.0.3",
7474
"babel-plugin-check-es2015-constants": "^6.3.13",
7575
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
7676
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
@@ -94,15 +94,15 @@
9494
"babel-plugin-transform-object-rest-spread": "^6.3.13",
9595
"babel-register": "^6.3.13",
9696
"cross-env": "^5.0.1",
97-
"eslint": "^3.8.1",
98-
"eslint-config-react-app": "^0.5.0",
97+
"eslint": "^4.0.0",
98+
"eslint-config-react-app": "^1.0.4",
9999
"eslint-plugin-flowtype": "^2.29.2",
100100
"eslint-plugin-import": "^2.2.0",
101-
"eslint-plugin-jsx-a11y": "2.2.3",
102-
"eslint-plugin-react": "^6.8.0",
101+
"eslint-plugin-jsx-a11y": "^5.0.3",
102+
"eslint-plugin-react": "^7.1.0",
103103
"gitbook-cli": "^2.3.0",
104104
"glob": "^7.1.1",
105-
"jest": "^18.0.0",
105+
"jest": "^20.0.4",
106106
"rimraf": "^2.3.4",
107107
"rollup": "^0.43.0",
108108
"rollup-plugin-babel": "^2.7.1",

0 commit comments

Comments
 (0)