Skip to content

Commit 3ef8c52

Browse files
authored
chore: fix types (ipfs#3608)
Updates deps, fixes typos. Not sure why the compiler doesn't pick up things like this.
1 parent f1357da commit 3ef8c52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"dot-prop": "^5.0.0",
6+
"dot-prop": "^6.0.1",
77
"ipfs": "^0.54.4",
8-
"ipfs-css": "^0.13.1",
9-
"react": "^16.8.6",
10-
"react-dom": "^16.8.6",
8+
"ipfs-css": "^1.3.0",
9+
"react": "^17.0.2",
10+
"react-dom": "^17.0.2",
1111
"react-scripts": "^4.0.3",
1212
"tachyons": "^4.11.1"
1313
},

0 commit comments

Comments
 (0)