From f137c83f076ce816953c1423579f9a9cc66afc7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 11 Sep 2023 10:45:43 +0200 Subject: [PATCH] [core] Move types packages to docs' devDependencies (#38914) --- docs/package.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/package.json b/docs/package.json index d9204d4c723ed4..fa3775234e07e6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -57,15 +57,6 @@ "@mui/x-tree-view": "6.0.0-alpha.1", "@popperjs/core": "^2.11.8", "@react-spring/web": "^9.7.3", - "@types/autosuggest-highlight": "^3.2.0", - "@types/css-mediaquery": "^0.1.1", - "@types/json2mq": "^0.2.0", - "@types/markdown-to-jsx": "^7.0.1", - "@types/react-dom": "^18.2.7", - "@types/react-swipeable-views": "^0.13.2", - "@types/react-swipeable-views-utils": "^0.13.4", - "@types/react-window": "^1.8.5", - "@types/styled-components": "5.1.26", "autoprefixer": "^10.4.15", "autosuggest-highlight": "^3.3.4", "babel-plugin-module-resolver": "^5.0.0", @@ -127,12 +118,20 @@ "@babel/plugin-transform-react-constant-elements": "^7.22.5", "@babel/preset-typescript": "^7.22.15", "@mui-internal/docs-utilities": "^1.0.0", + "@types/autosuggest-highlight": "^3.2.0", "@types/chai": "^4.3.5", + "@types/css-mediaquery": "^0.1.1", + "@types/json2mq": "^0.2.0", + "@types/markdown-to-jsx": "^7.0.1", "@types/node": "^18.17.6", "@types/prop-types": "^15.7.5", "@types/react": "^18.2.21", - "@types/react-dom": "18.2.7", + "@types/react-dom": "^18.2.7", + "@types/react-swipeable-views-utils": "^0.13.4", + "@types/react-swipeable-views": "^0.13.2", "@types/react-transition-group": "^4.4.6", + "@types/react-window": "^1.8.5", + "@types/styled-components": "5.1.26", "@types/stylis": "^4.2.0", "chai": "^4.3.7", "cross-fetch": "^4.0.0",