Packages: Fixed npm dependency issue (#27996)
* Packages: Fixed npm dependency issue * Updated yarn.lock * Fixes * Updated
Showing
... | ... | @@ -89,7 +89,6 @@ |
"@types/enzyme": "3.10.5", | ||
"@types/enzyme-adapter-react-16": "1.0.6", | ||
"@types/file-saver": "2.0.1", | ||
"@types/hoist-non-react-statics": "3.3.0", | ||
"@types/is-hotkey": "0.1.1", | ||
"@types/jest": "26.0.0", | ||
"@types/jquery": "3.3.38", | ||
... | ... | @@ -215,12 +214,14 @@ |
"@types/jsurl": "^1.2.28", | ||
"@types/md5": "^2.1.33", | ||
"@types/react-loadable": "5.5.2", | ||
"@types/hoist-non-react-statics": "3.3.1", | ||
"@types/react-virtualized-auto-sizer": "1.0.0", | ||
"@types/sockjs-client": "^1.1.1", | ||
"@types/uuid": "8.3.0", | ||
"@welldone-software/why-did-you-render": "4.0.6", | ||
"abortcontroller-polyfill": "1.4.0", | ||
"angular": "1.6.9", | ||
"hoist-non-react-statics": "3.3.2", | ||
"angular-bindonce": "0.3.1", | ||
"angular-native-dragdrop": "1.2.2", | ||
"angular-route": "1.6.6", | ||
... | ... | @@ -241,7 +242,6 @@ |
"eventemitter3": "4.0.0", | ||
"fast-text-encoding": "^1.0.0", | ||
"file-saver": "2.0.2", | ||
"hoist-non-react-statics": "3.3.0", | ||
"immutable": "3.8.2", | ||
"is-hotkey": "0.1.6", | ||
"jquery": "3.5.1", | ||
... | ... |
... | ... | @@ -58,7 +58,7 @@ |
"commander": "^5.0.0", | ||
"concurrently": "4.1.0", | ||
"copy-webpack-plugin": "5.1.1", | ||
"css-loader": "^3.0.0", | ||
"css-loader": "3.4.2", | ||
"eslint": "7.4.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-jsdoc": "28.6.1", | ||
... | ... | @@ -66,7 +66,7 @@ |
"eslint-plugin-react-hooks": "4.0.5", | ||
"execa": "^1.0.0", | ||
"expect-puppeteer": "4.1.1", | ||
"file-loader": "^4.0.0", | ||
"file-loader": "5.0.2", | ||
"fork-ts-checker-webpack-plugin": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"globby": "^10.0.1", | ||
... | ... | @@ -97,11 +97,11 @@ |
"replace-in-file": "^4.1.0", | ||
"replace-in-file-webpack-plugin": "^1.0.6", | ||
"rimraf": "^3.0.0", | ||
"sass-loader": "7.1.0", | ||
"sass-loader": "8.0.2", | ||
"semver": "^7.1.3", | ||
"simple-git": "^1.132.0", | ||
"style-loader": "^0.23.1", | ||
"terser-webpack-plugin": "^2.3.4", | ||
"style-loader": "1.1.3", | ||
"terser-webpack-plugin": "2.3.5", | ||
"ts-jest": "26.3.0", | ||
"ts-loader": "6.2.1", | ||
"ts-node": "8.8.1", | ||
... | ... |
... | ... | @@ -35,6 +35,7 @@ |
"@torkelo/react-select": "3.0.8", | ||
"@types/react-beautiful-dnd": "12.1.2", | ||
"@types/react-color": "3.0.1", | ||
"@types/hoist-non-react-statics": "3.3.1", | ||
"@types/react-select": "3.0.8", | ||
"@types/react-table": "7.0.12", | ||
"@types/slate": "0.47.1", | ||
... | ... | @@ -42,6 +43,8 @@ |
"bizcharts": "^3.5.8", | ||
"classnames": "2.2.6", | ||
"d3": "5.15.0", | ||
"hoist-non-react-statics": "3.3.2", | ||
"immutable": "3.8.2", | ||
"emotion": "10.0.27", | ||
"immutable": "3.8.2", | ||
"jquery": "3.5.1", | ||
... | ... |
Please
register
or
sign in
to comment