aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 11 insertions, 12 deletions
diff --git a/package.json b/package.json
index a808511..b8bac16 100644
--- a/package.json
+++ b/package.json
@@ -4,26 +4,25 @@
"private": true,
"homepage": "https://eug-vs.github.io/chrono-cube",
"dependencies": {
- "@material-ui/core": "^4.8.2",
+ "@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
- "@testing-library/jest-dom": "^4.2.4",
+ "@testing-library/jest-dom": "^5.0.2",
"@testing-library/react": "^9.4.0",
- "@testing-library/user-event": "^7.2.1",
- "axios": "^0.19.0",
+ "@testing-library/user-event": "^8.0.5",
+ "axios": "^0.19.2",
"gh-pages": "^2.2.0",
"react": "^16.12.0",
+ "react-benzin-test": "^2.0.3",
"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.4"
+ "typescript": "^3.7.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
@@ -40,15 +39,15 @@
]
},
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^2.15.0",
- "@typescript-eslint/parser": "^2.15.0",
+ "@typescript-eslint/eslint-plugin": "^2.18.0",
+ "@typescript-eslint/parser": "^2.18.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.1.0",
- "eslint-plugin-flowtype": "^3.13.0",
+ "eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
- "eslint-plugin-react": "^7.17.0",
- "eslint-plugin-react-hooks": "^1.7.0"
+ "eslint-plugin-react": "^7.18.0",
+ "eslint-plugin-react-hooks": "^2.3.0"
}
}