From 3ef8c52ebf0aab5e4306cd55ebda6bb940e0132f Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Wed, 7 Apr 2021 11:00:43 +0100 Subject: [PATCH] chore: fix types (#3608) Updates deps, fixes typos. Not sure why the compiler doesn't pick up things like this. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9d84c3f53c..39892d8be8 100644 --- a/package.json +++ b/package.json @@ -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" },