aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index e6421f5..d0e9e67 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-benzin",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "A powerful React Material components library.",
"main": "dist/index.tsx",
"module": "dist/index.tsx",
@@ -17,10 +17,8 @@
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.9.0",
- "@material-ui/icons": "^4.5.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
- "react-scripts": "^3.3.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"typeface-roboto": "0.0.75"
@@ -33,6 +31,7 @@
"@types/react-window": "^1.8.1",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.1.0",
+ "react-scripts": "^3.3.1",
"typescript": "^3.7.5"
},
"browserslist": {