@adaptabletools/adaptable-vue3-aggrid-cjs 18.1.5 → 18.1.7

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AdaptableAgGridVue = void 0;
4
4
  const vue_1 = require("vue");
5
5
  const AdaptableProviderContext_1 = require("./AdaptableProviderContext");
6
- const vue3_1 = require("ag-grid-community");
6
+ const vue3_1 = require("ag-grid-vue3");
7
7
  const core_1 = require("ag-grid-community");
8
8
  const utils_1 = require("./utils");
9
9
  const agGridPropertySet = new Set(core_1.ComponentUtil.ALL_PROPERTIES);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-vue3-aggrid-cjs",
3
- "version": "18.1.5",
3
+ "version": "18.1.7",
4
4
  "main": "lib/index.js",
5
5
  "typings": "lib/index.d.ts",
6
6
  "peerDependencies": {
@@ -8,6 +8,6 @@
8
8
  "ag-grid-community": "^31.3.2"
9
9
  },
10
10
  "dependencies": {
11
- "@adaptabletools/adaptable-cjs": "18.1.5"
11
+ "@adaptabletools/adaptable-cjs": "18.1.7"
12
12
  }
13
13
  }