angular-slickgrid 5.2.2 → 5.3.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": "angular-slickgrid",
3
- "version": "5.2.2",
3
+ "version": "5.3.0",
4
4
  "description": "Slickgrid components made available in Angular",
5
5
  "keywords": [
6
6
  "angular",
@@ -22,7 +22,7 @@
22
22
  "main": "src/app/modules/angular-slickgrid/index",
23
23
  "private": false,
24
24
  "comments": {
25
- "new-release": "1- build library (ng-packagr), 2- 'prepare-release' (npm script) and push git tag, 3- copy new version prop into dist/package.json, 4- run script 'pack-lib' and 'npm publish [tar tgz]'"
25
+ "new-release": "npm run release, note that yarn is not supported with release-it and will throw an error"
26
26
  },
27
27
  "funding": {
28
28
  "type": "ko_fi",
@@ -30,16 +30,16 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@ngx-translate/core": ">=14.0.0",
33
- "@slickgrid-universal/common": "~2.2.2",
34
- "@slickgrid-universal/custom-footer-component": "~2.2.2",
35
- "@slickgrid-universal/empty-warning-component": "~2.2.2",
36
- "@slickgrid-universal/event-pub-sub": "~2.1.2",
37
- "@slickgrid-universal/pagination-component": "~2.2.2",
38
- "@slickgrid-universal/row-detail-view-plugin": "~2.2.2",
39
- "@slickgrid-universal/rxjs-observable": "~2.2.2",
40
- "@types/jquery": "^3.5.14",
33
+ "@slickgrid-universal/common": "~2.3.0",
34
+ "@slickgrid-universal/custom-footer-component": "~2.3.0",
35
+ "@slickgrid-universal/empty-warning-component": "~2.3.0",
36
+ "@slickgrid-universal/event-pub-sub": "~2.3.0",
37
+ "@slickgrid-universal/pagination-component": "~2.3.0",
38
+ "@slickgrid-universal/row-detail-view-plugin": "~2.3.0",
39
+ "@slickgrid-universal/rxjs-observable": "~2.3.0",
40
+ "@types/jquery": "^3.5.16",
41
41
  "dequal": "^2.0.3",
42
- "dompurify": "^2.4.1",
42
+ "dompurify": "^2.4.3",
43
43
  "jquery": "^3.6.3",
44
44
  "rxjs": ">=7.5.0",
45
45
  "sortablejs": "^1.15.0",
@@ -50,7 +50,7 @@
50
50
  "npm": ">=6.14.13"
51
51
  },
52
52
  "resolutions": {
53
- "caniuse-lite": "1.0.30001441"
53
+ "caniuse-lite": "1.0.30001446"
54
54
  },
55
55
  "module": "fesm2015/angular-slickgrid.mjs",
56
56
  "es2020": "fesm2020/angular-slickgrid.mjs",