From 2d976f7d3468ba5f49bb54351b47b3cad494d7ba Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 21 Mar 2020 13:44:43 +0300 Subject: chore: update to react-benzin@3.0.0 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3 From de2a49bf1bf0e4c2f09ddcd0f2a86dff7062d8ea Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 21 Mar 2020 14:42:20 +0300 Subject: chore: update eslint to use typescript rules --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 33a67f5..80fb870 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ }, "scripts": { "start": "react-scripts start", + "lint": "eslint . --ext ts,tsx --max-warnings 0", "build": "react-scripts build", "predeploy": "npm run build", "deploy": "gh-pages -d build" -- cgit v1.2.3 From ef3f55d8396218a41b48c4ed10a5e515ac320e5c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 21 Mar 2020 15:10:15 +0300 Subject: ci: lint code and check types of every commit --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 80fb870..65fcc4e 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "scripts": { "start": "react-scripts start", "lint": "eslint . --ext ts,tsx --max-warnings 0", + "test": "npm run lint && tsc", "build": "react-scripts build", "predeploy": "npm run build", "deploy": "gh-pages -d build" -- cgit v1.2.3 From 7f8ab6802c68c46f988ef012fdc88b09e43a9e54 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 21 Mar 2020 16:45:09 +0300 Subject: chore: update dependencies :arrow_up: --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 65fcc4e..beb57e9 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "private": true, "homepage": "https://eug-vs.github.io/chrono-cube", "dependencies": { - "@material-ui/core": "^4.9.1", + "@material-ui/core": "^4.9.7", "@material-ui/icons": "^4.9.1", "axios": "^0.19.2", - "react": "^16.12.0", + "react": "^16.13.1", "react-benzin": "^3.0.0", - "react-dom": "^16.12.0", - "react-scripts": "3.3.1" + "react-dom": "^16.13.1", + "react-scripts": "3.4.1" }, "scripts": { "start": "react-scripts start", @@ -34,16 +34,16 @@ }, "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", + "@typescript-eslint/eslint-plugin": "^2.24.0", + "@typescript-eslint/parser": "^2.24.0", + "babel-eslint": "^10.1.0", "eslint": "^6.8.0", - "eslint-config-react-app": "^5.2.0", - "eslint-plugin-flowtype": "^3.13.0", + "eslint-config-react-app": "^5.2.1", + "eslint-plugin-flowtype": "^4.6.0", "eslint-plugin-import": "^2.20.1", - "eslint-plugin-react": "^7.18.3", - "eslint-plugin-react-hooks": "^1.7.0", + "eslint-plugin-react": "^7.19.0", + "eslint-plugin-react-hooks": "^2.5.1", "gh-pages": "^2.2.0", - "typescript": "^3.7.5" + "typescript": "^3.8.3" } } -- cgit v1.2.3