From 3e32883ad8b6155368d71e33188ca8cd371f5293 Mon Sep 17 00:00:00 2001 From: Alisson Fabiano Date: Wed, 21 Sep 2022 09:36:36 +0100 Subject: [PATCH] move from devDependencies to dependencies: @types/luxon Signed-off-by: Alisson Fabiano --- plugins/tech-insights/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json index 23c5fc0742..3903881daa 100644 --- a/plugins/tech-insights/package.json +++ b/plugins/tech-insights/package.json @@ -38,6 +38,7 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", + "@types/luxon": "^3.0.1", "luxon": "^3.0.3", "react-use": "^17.2.4" }, @@ -54,7 +55,6 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", - "@types/luxon": "^3.0.1", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", "msw": "^0.47.0"