Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BramKaashoek committed Oct 26, 2020
1 parent 00a372a commit 7ac7b00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "tsdx lint",
"prepare": "tsdx build"
},
"peerDependencies": {},

"husky": {
"hooks": {
"pre-commit": "tsdx lint"
Expand All @@ -44,9 +44,9 @@
"tslib": "^2.0.0",
"typescript": "^3.9.7"
},
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"resolutions": {
"serialize-javascript": "^3.1.0"
Expand Down

0 comments on commit 7ac7b00

Please sign in to comment.