From f4a2dce130144f02ba6dc66489a807be6f12378c Mon Sep 17 00:00:00 2001 From: Tyler Barker Date: Wed, 18 Dec 2024 15:23:32 +1100 Subject: [PATCH] Move @types/* packages from runtime to dev dependencies --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 095412b1e3..f1eaeb5206 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,18 @@ "@types/react-linkify": "^1.0.4", "@types/testing-library__jest-dom": "^5.14.5", "@types/valid-url": "^1.0.7", + "@types/d3": "^7.4.0", + "@types/howler": "^2.2.2", + "@types/jquery": "^2.0.41", + "@types/markdown-it": "^0.0.4", + "@types/moment-duration-format": "^2.2.2", + "@types/platform": "^1.3.4", + "@types/query-string": "^5.0.1", + "@types/react": "^18.0.28", + "@types/react-autosuggest": "^10.1.5", + "@types/react-dom": "^18.0.11", + "@types/react-virtualized": "^9.21.21", + "@types/sanitize-html": "^1.22.0", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", "@stylistic/eslint-plugin": "^2.12.0", @@ -106,18 +118,6 @@ "@nivo/line": "^0.87.0", "@nivo/pie": "^0.87.0", "@sentry/browser": "^7.92.0", - "@types/d3": "^7.4.0", - "@types/howler": "^2.2.2", - "@types/jquery": "^2.0.41", - "@types/markdown-it": "^0.0.4", - "@types/moment-duration-format": "^2.2.2", - "@types/platform": "^1.3.4", - "@types/query-string": "^5.0.1", - "@types/react": "^18.0.28", - "@types/react-autosuggest": "^10.1.5", - "@types/react-dom": "^18.0.11", - "@types/react-virtualized": "^9.21.21", - "@types/sanitize-html": "^1.22.0", "array-move": "^2.2.1", "d3": "^7.6.1", "date-fns": "^3.6.0",