From af9b89cfef2ab4f5855d28b647838475b4614b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Oberm=C3=BCller?= Date: Wed, 16 Nov 2022 10:24:59 +0100 Subject: [PATCH] chore(deps): move dev dependencies to respective section in package.json (#12784) --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 41348e0b98c..0c3844b77fd 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,6 @@ }, "dependencies": { "@ant-design/icons": "^4.7.0", - "@babel/core": "^7.17.10", - "@babel/runtime": "^7.17.9", "@floating-ui/react-dom-interactions": "^0.6.6", "@lottiefiles/react-lottie-player": "^3.4.7", "@monaco-editor/react": "^4.1.3", @@ -59,13 +57,6 @@ "@posthog/simmerjs": "^0.7.7", "@react-hook/size": "^2.1.2", "@sentry/react": "7.7.0", - "@testing-library/dom": ">=7.21.4", - "@types/d3-sankey": "^0.11.2", - "@types/md5": "^2.3.0", - "@types/react-input-autosize": "^2.2.1", - "@types/react-textfit": "^1.1.0", - "@types/react-transition-group": "^4.4.4", - "@types/react-virtualized": "^9.21.14", "antd": "^4.17.1", "antd-dayjs-webpack-plugin": "^1.0.6", "babel-preset-nano-react-app": "^0.1.0", @@ -122,6 +113,7 @@ "zxcvbn": "^4.4.2" }, "devDependencies": { + "@babel/core": "^7.17.10", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-private-property-in-object": "^7.16.7", "@babel/plugin-transform-react-jsx": "^7.17.3", @@ -129,6 +121,7 @@ "@babel/preset-env": "^7.17.10", "@babel/preset-react": "^7.17.10", "@babel/preset-typescript": "^7.16.7", + "@babel/runtime": "^7.17.9", "@cypress/webpack-preprocessor": "^5.15.4", "@hot-loader/react-dom": "^16.14.0", "@storybook/addon-a11y": "^6.5.10", @@ -137,6 +130,7 @@ "@storybook/addon-links": "^6.5.9", "@storybook/addon-storysource": "^6.5.9", "@storybook/react": "^6.5.9", + "@testing-library/dom": ">=7.21.4", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", @@ -145,16 +139,22 @@ "@types/clone": "^2.1.1", "@types/cypress": "^1.1.3", "@types/d3": "^7.0.0", + "@types/d3-sankey": "^0.11.2", "@types/jest": "^26.0.15", + "@types/md5": "^2.3.0", "@types/pixelmatch": "^5.2.4", "@types/pngjs": "^6.0.1", "@types/query-selector-shadow-dom": "^1.0.0", "@types/react": "^16.14.2", "@types/react-dom": "^16.9.8", "@types/react-grid-layout": "^1.1.2", + "@types/react-input-autosize": "^2.2.1", "@types/react-modal": "^3.13.1", "@types/react-resizable": "^1.7.2", "@types/react-syntax-highlighter": "^11.0.4", + "@types/react-textfit": "^1.1.0", + "@types/react-transition-group": "^4.4.4", + "@types/react-virtualized": "^9.21.14", "@types/zxcvbn": "^4.4.0", "@typescript-eslint/eslint-plugin": "^3.6.0", "@typescript-eslint/parser": "^3.6.0",