Dependencies: Remove duplicates from yarn.lock (#34124)

* build(yarn): run yarn-deduplicate on lock file

* chore(npm): clean up moment dependencies

* chore(npm): move dev dependencies out of dependencies

* chore(npm): bump moment-timezone to fix TS errors

* chore(npm): move dev dependencies to devDependencies in package.json
This commit is contained in:
Jack Westbrook
2021-05-17 14:18:54 +02:00
committed by GitHub
parent fc451cf277
commit 00253fe359
4 changed files with 271 additions and 3046 deletions
+9 -9
View File
@@ -36,14 +36,6 @@
"@monaco-editor/react": "4.1.1",
"@popperjs/core": "2.5.4",
"@sentry/browser": "5.25.0",
"@testing-library/jest-dom": "5.11.9",
"@types/hoist-non-react-statics": "3.3.1",
"@types/react-beautiful-dnd": "12.1.2",
"@types/react-color": "3.0.1",
"@types/react-select": "4.0.13",
"@types/react-table": "7.0.12",
"@types/slate": "0.47.2",
"@types/slate-react": "0.22.5",
"@visx/event": "1.3.0",
"@visx/gradient": "1.0.0",
"@visx/scale": "1.4.0",
@@ -55,7 +47,7 @@
"immutable": "3.8.2",
"jquery": "3.5.1",
"lodash": "4.17.21",
"moment": "2.24.0",
"moment": "2.29.1",
"monaco-editor": "0.21.2",
"papaparse": "5.3.0",
"rc-cascader": "1.0.1",
@@ -89,9 +81,11 @@
"@storybook/addon-storysource": "6.2.7",
"@storybook/react": "6.2.7",
"@storybook/theming": "6.2.7",
"@testing-library/jest-dom": "5.11.9",
"@types/classnames": "2.2.7",
"@types/common-tags": "^1.8.0",
"@types/d3": "5.7.2",
"@types/hoist-non-react-statics": "3.3.1",
"@types/jest": "26.0.15",
"@types/jquery": "3.3.38",
"@types/lodash": "4.14.123",
@@ -99,11 +93,17 @@
"@types/node": "10.14.1",
"@types/papaparse": "5.2.0",
"@types/react": "16.9.9",
"@types/react-beautiful-dnd": "12.1.2",
"@types/react-color": "3.0.1",
"@types/react-custom-scrollbars": "4.0.5",
"@types/react-router-dom": "^5.1.7",
"@types/react-select": "4.0.13",
"@types/react-table": "7.0.12",
"@types/react-test-renderer": "16.9.2",
"@types/react-transition-group": "4.4.0",
"@types/rollup-plugin-visualizer": "2.6.0",
"@types/slate": "0.47.2",
"@types/slate-react": "0.22.5",
"@types/tinycolor2": "1.4.1",
"common-tags": "^1.8.0",
"mock-raf": "1.0.1",
+1 -2
View File
@@ -22,7 +22,6 @@
"@types/deep-freeze": "^0.1.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/lodash": "^4.14.123",
"@types/moment": "^2.13.0",
"@types/react-icons": "2.2.7",
"@types/recompose": "^0.30.7",
"@types/slate-react": "0.22.5",
@@ -37,7 +36,7 @@
"lodash": "4.17.21",
"lru-memoize": "^1.1.0",
"memoize-one": "^5.0.0",
"moment": "^2.18.1",
"moment": "2.29.1",
"react-icons": "2.2.7",
"recompose": "^0.25.0",
"tinycolor2": "1.4.1",