Skip to content

Commit

Permalink
chore: fix types (ipfs#3608)
Browse files Browse the repository at this point in the history
Updates deps, fixes typos.

Not sure why the compiler doesn't pick up things like this.
  • Loading branch information
achingbrain authored Apr 7, 2021
1 parent f1357da commit 3ef8c52
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 @@ -3,11 +3,11 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"dot-prop": "^5.0.0",
"dot-prop": "^6.0.1",
"ipfs": "^0.54.4",
"ipfs-css": "^0.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"ipfs-css": "^1.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"tachyons": "^4.11.1"
},
Expand Down

0 comments on commit 3ef8c52

Please sign in to comment.