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 160c864 commit 0c6afef
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 123 deletions.
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"test": "tsdx test --coverage"
},
"peerDependencies": {
"date-fns": "^2.0.0-alpha.1",
"final-state": "^1.1.0"
"date-fns": "^2.0.0"
},
"husky": {
"hooks": {
Expand All @@ -33,22 +32,22 @@
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"date-fns": "^2.0.0-alpha.36",
"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",
"date-fns": "^2.0.1",
"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",
"tsdx": "^0.7.2",
"tslib": "^1.10.0",
"typescript": "^3.5.2"
"typescript": "^3.6.2"
},
"dependencies": {
"@types/deep-diff": "^1.0.0",
Expand Down
Loading

0 comments on commit 0c6afef

Please sign in to comment.