aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 12 insertions, 19 deletions
diff --git a/package.json b/package.json
index 2fbbac4..92e2dc2 100644
--- a/package.json
+++ b/package.json
@@ -4,21 +4,13 @@
"private": true,
"homepage": "https://eug-vs.github.io/chrono-cube",
"dependencies": {
- "@material-ui/core": "^4.9.0",
- "@material-ui/icons": "^4.5.1",
- "@testing-library/jest-dom": "^5.0.2",
- "@testing-library/react": "^9.4.0",
- "@testing-library/user-event": "^8.0.5",
+ "@material-ui/core": "^4.9.1",
+ "@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
- "gh-pages": "^2.2.0",
"react": "^16.12.0",
"react-benzin": "^1.0.1",
"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",
- "typescript": "^3.7.5"
+ "react-scripts": "3.3.1"
},
"scripts": {
"start": "react-scripts start",
@@ -39,15 +31,16 @@
]
},
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^2.18.0",
- "@typescript-eslint/parser": "^2.18.0",
+ "@typescript-eslint/eslint-plugin": "^2.19.0",
+ "@typescript-eslint/parser": "^2.19.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
- "eslint-config-react-app": "^5.1.0",
- "eslint-plugin-flowtype": "^4.6.0",
- "eslint-plugin-import": "^2.20.0",
- "eslint-plugin-jsx-a11y": "^6.2.3",
- "eslint-plugin-react": "^7.18.0",
- "eslint-plugin-react-hooks": "^2.3.0"
+ "eslint-config-react-app": "^5.2.0",
+ "eslint-plugin-flowtype": "^3.13.0",
+ "eslint-plugin-import": "^2.20.1",
+ "eslint-plugin-react": "^7.18.3",
+ "eslint-plugin-react-hooks": "^1.7.0",
+ "gh-pages": "^2.2.0",
+ "typescript": "^3.7.5"
}
}