@acorex/data-grid 16.0.17 → 16.18.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,16 +1,13 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "16.0.17",
3
+ "version": "16.18.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "^16.2.0",
6
- "@angular/core": "^16.2.0",
5
+ "@angular/common": "^18.0.0",
6
+ "@angular/core": "^18.0.0",
7
7
  "ag-grid-angular": "^28.2.1",
8
8
  "ag-grid-community": "^28.2.1",
9
9
  "ag-grid-enterprise": "^28.2.1"
10
10
  },
11
- "dependencies": {
12
- "tslib": "^2.3.0"
13
- },
14
11
  "sideEffects": false,
15
12
  "module": "fesm2022/acorex-data-grid.mjs",
16
13
  "typings": "index.d.ts",
@@ -24,5 +21,8 @@
24
21
  "esm": "./esm2022/acorex-data-grid.mjs",
25
22
  "default": "./fesm2022/acorex-data-grid.mjs"
26
23
  }
24
+ },
25
+ "dependencies": {
26
+ "tslib": "^2.3.0"
27
27
  }
28
28
  }