Skip to content

Commit 800caf2

Browse files
TASK: Revert some upgrades by greenkeeper
1 parent 585029f commit 800caf2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@
2828
"@types/react": "^16.4.7",
2929
"babel-cli": "^6.26.0",
3030
"babel-core": "^6.26.3",
31-
"babel-eslint": "^8.2.6",
31+
"babel-eslint": "^7.2.3",
3232
"babel-plugin-transform-decorators-legacy": "^1.3.5",
3333
"babel-preset-es2015": "^6.24.1",
3434
"babel-preset-react": "^6.24.1",
3535
"babel-preset-stage-0": "^6.24.1",
36-
"eslint": "^5.2.0",
36+
"eslint": "^3.19.0",
3737
"eslint-config-rackt": "^1.1.1",
38-
"eslint-plugin-babel": "^5.1.0",
38+
"eslint-plugin-babel": "^4.1.1",
3939
"eslint-plugin-react": "^7.10.0",
40-
"expect": "^23.4.0",
40+
"expect": "^1.18.0",
4141
"fbjs": "^0.8.17",
42-
"jsdom": "^11.12.0",
43-
"mocha": "^5.2.0",
42+
"jsdom": "^9.8.3",
43+
"mocha": "^3.3.0",
4444
"prop-types": "^15.6.2",
4545
"react": "^16.4.2",
4646
"react-dom": "^16.4.2",
4747
"rimraf": "^2.6.2",
48-
"sinon": "^6.1.4"
48+
"sinon": "^1.17.6"
4949
},
5050
"files": [
5151
"index.d.ts",
@@ -73,7 +73,9 @@
7373
"expect",
7474
"mocha",
7575
"sinon",
76-
"jsdom"
76+
"jsdom",
77+
"eslint",
78+
"babel-eslint"
7779
]
7880
}
7981
}

0 commit comments

Comments
 (0)