diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 92e2dc2..33a67f5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@material-ui/icons": "^4.9.1", "axios": "^0.19.2", "react": "^16.12.0", - "react-benzin": "^1.0.1", + "react-benzin": "^3.0.0", "react-dom": "^16.12.0", "react-scripts": "3.3.1" }, @@ -31,6 +31,7 @@ ] }, "devDependencies": { + "@types/react-dom": "^16.9.5", "@typescript-eslint/eslint-plugin": "^2.19.0", "@typescript-eslint/parser": "^2.19.0", "babel-eslint": "^10.0.3", |