Skip to content

Commit

Permalink
upgrade some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
李元秋 committed Sep 3, 2019
1 parent 2ddc15a commit e3a6bf2
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 117 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"test": "tsdx test --coverage"
},
"peerDependencies": {
"final-state": "^1.1.0",
"rxjs": "^6.0.0"
},
"husky": {
Expand All @@ -33,21 +32,21 @@
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-import": "^2.17.3",
"@typescript-eslint/eslint-plugin": "^2.1.0",
"@typescript-eslint/parser": "^2.1.0",
"eslint": "6.1.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"final-state": "^1.1.0",
"final-state": "^1.1.1",
"husky": "^2.4.1",
"immer": "^3.1.3",
"immer": "^3.2.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"rxjs": "^6.5.2",
"tsdx": "^0.7.2",
"tslib": "^1.10.0",
"typescript": "^3.5.2"
"typescript": "^3.6.2"
}
}
Loading

0 comments on commit e3a6bf2

Please sign in to comment.