mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Packages: Fixed npm dependency issue (#27996)
* Packages: Fixed npm dependency issue * Updated yarn.lock * Fixes * Updated
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user