@adaptabletools/adaptable-plugin-openfin 22.0.0-canary.9 → 22.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-plugin-openfin",
3
- "version": "22.0.0-canary.9",
3
+ "version": "22.0.0",
4
4
  "description": "",
5
5
  "homepage": "http://www.adaptabletools.com/",
6
6
  "author": {
@@ -9,9 +9,7 @@
9
9
  },
10
10
  "typings": "src/index.d.ts",
11
11
  "dependencies": {
12
- "lodash": "^4.17.15",
13
12
  "openfin-notifications": "^0.12.6",
14
- "prop-types": "^15.6.2",
15
13
  "react": "^18.0.0 || ^19.0.0",
16
14
  "react-redux": "^9.2.0",
17
15
  "rebass": "^3.2.2",
@@ -1,6 +1,6 @@
1
1
  import { AdaptableModuleBase } from '@adaptabletools/adaptable/src/Strategy/AdaptableModuleBase';
2
2
  import * as ModuleConstants from '@adaptabletools/adaptable/src/Utilities/Constants/ModuleConstants';
3
- import throttle from 'lodash/throttle';
3
+ import throttle from '@adaptabletools/adaptable/src/Utilities/utils/throttle';
4
4
  import { DEFAULT_LIVE_REPORT_THROTTLE_TIME, ALL_DATA_REPORT, SELECTED_DATA_REPORT, } from '@adaptabletools/adaptable/src/Utilities/Constants/GeneralConstants';
5
5
  export const EXCEL_VALIDATION_FAILED = 'excelValidationFailed';
6
6
  export class OpenFinModule extends AdaptableModuleBase {