diff options
author | Eugene <eug-vs@keemail.me> | 2020-01-28 19:56:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 19:56:24 +0000 |
commit | 547a6101f3ec0d01680cd14bf74c9a8386b9a835 (patch) | |
tree | 2ffa01673377d33af49ea8dbc317cde6f2bf0a42 /package.json | |
parent | 4486c9f47ab4f9ba76ac09fab6bd8dd41e08cf7a (diff) | |
parent | 1ea6ae2f80e5e3f60ad89b4d6d02281c817cee43 (diff) | |
download | chrono-cube-ui-547a6101f3ec0d01680cd14bf74c9a8386b9a835.tar.gz |
Merge pull request #47 from Eug-VS/benzin
Migrate to BENZIN
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/package.json b/package.json index a808511..2fbbac4 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": "^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.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" } } |