From fbdaa40e7ce585b65038835c05a283cec6f28d0e Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 24 Jun 2020 00:52:26 +0300 Subject: chore: migrate to which-types@1.3.1 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index a8e1718..4584877 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^2.5.1", "gh-pages": "^3.0.0", - "typescript": "^3.9.5" + "typescript": "^3.9.5", + "which-types": "^1.3.1" } } -- cgit v1.2.3 From 3e92c59a0a79646f77a6f882d3543ecde7cb2dc8 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 25 Jun 2020 13:52:03 +0300 Subject: feat: use latest API --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4584877..22e3488 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "eslint-plugin-react-hooks": "^2.5.1", "gh-pages": "^3.0.0", "typescript": "^3.9.5", - "which-types": "^1.3.1" + "which-types": "^1.4.1" } } -- cgit v1.2.3 From 6212b5ef0e2ae1f2c2334bc003ead1d4fd0b1fe4 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 25 Jun 2020 14:14:44 +0300 Subject: style: fix linting errors --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 22e3488..98f44df 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,13 @@ "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", "axios": "^0.19.2", + "lodash": "^4.17.15", "react": "^16.13.1", "react-dom": "^16.13.1", "react-icons": "^3.10.0", "react-scripts": "3.4.1", - "typeface-roboto": "0.0.75" + "typeface-roboto": "0.0.75", + "which-types": "^1.4.1" }, "scripts": { "start": "react-scripts start", @@ -32,6 +34,7 @@ ] }, "devDependencies": { + "@types/lodash": "^4.14.157", "@types/node": "^12.12.44", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", @@ -45,7 +48,6 @@ "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^2.5.1", "gh-pages": "^3.0.0", - "typescript": "^3.9.5", - "which-types": "^1.4.1" + "typescript": "^3.9.5" } } -- cgit v1.2.3