Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 67635d2

Browse files
committed
update dependencies
1 parent ce72c39 commit 67635d2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@
2323
},
2424
"optionalDependencies": {
2525
"@cookielab.io/eslint-plugin-custom-rules": "^0.3.0",
26-
"@typescript-eslint/eslint-plugin": "^2.5.0",
27-
"@typescript-eslint/parser": "^2.5.0",
26+
"@typescript-eslint/eslint-plugin": "^2.7.0",
27+
"@typescript-eslint/parser": "^2.7.0",
2828
"babel-eslint": "^10.0.3",
2929
"eslint-import-resolver-typescript": "^2.0.0",
30-
"eslint-plugin-flowtype": "^4.3.0",
30+
"eslint-plugin-flowtype": "^4.4.1",
3131
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
32-
"typescript": "^3.6.4"
32+
"typescript": "^3.7.2"
3333
},
3434
"devDependencies": {
3535
"@cookielab.io/eslint-plugin-custom-rules": "0.3.0",
36-
"@typescript-eslint/eslint-plugin": "2.5.0",
37-
"@typescript-eslint/parser": "2.5.0",
36+
"@typescript-eslint/eslint-plugin": "2.7.0",
37+
"@typescript-eslint/parser": "2.7.0",
3838
"ajv": "6.10.2",
3939
"babel-eslint": "10.0.3",
40-
"eslint": "6.5.1",
40+
"eslint": "6.6.0",
4141
"eslint-import-resolver-typescript": "2.0.0",
4242
"eslint-plugin-filenames": "1.3.2",
43-
"eslint-plugin-flowtype": "4.3.0",
43+
"eslint-plugin-flowtype": "4.4.1",
4444
"eslint-plugin-import": "2.18.2",
4545
"eslint-plugin-sort-imports-es6-autofix": "0.5.0",
4646
"jest": "24.9.0",
47-
"typescript": "3.6.4"
47+
"typescript": "3.7.2"
4848
},
4949
"jest": {
5050
"roots": [

0 commit comments

Comments
 (0)