@slickgrid-universal/vanilla-force-bundle 1.2.3 → 1.2.6

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.
@@ -142,7 +142,7 @@
142
142
  * http://jquery.org/license
143
143
  */
144
144
 
145
- /*! @license DOMPurify 2.3.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.5/LICENSE */
145
+ /*! @license DOMPurify 2.3.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.6/LICENSE */
146
146
 
147
147
  /*! Copyright (c) 2011 Brandon Aaron (http://brandonaaron.net)
148
148
  * Licensed under the MIT License (LICENSE.txt).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/vanilla-force-bundle",
3
- "version": "1.2.3",
3
+ "version": "1.2.6",
4
4
  "description": "Vanilla Slick Grid Bundle (mostly exist for our Salesforce implementation) - Similar to Vanilla Bundle, the only difference is that it adds extra packages within its bundle (CustomTooltip, CompositeEditor & TextExport)",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -45,8 +45,8 @@
45
45
  "url": "https://github.com/ghiscoding/slickgrid-universal/issues"
46
46
  },
47
47
  "engines": {
48
- "node": ">=16.11.0",
49
- "npm": ">=8.0.0"
48
+ "node": ">=14.17.0",
49
+ "npm": ">=6.14.8"
50
50
  },
51
51
  "browserslist": [
52
52
  "last 2 version",
@@ -54,15 +54,15 @@
54
54
  "not dead"
55
55
  ],
56
56
  "dependencies": {
57
- "@slickgrid-universal/common": "^1.2.3",
58
- "@slickgrid-universal/composite-editor-component": "^1.2.3",
59
- "@slickgrid-universal/custom-footer-component": "^1.2.3",
60
- "@slickgrid-universal/custom-tooltip-plugin": "^1.2.3",
61
- "@slickgrid-universal/empty-warning-component": "^1.2.3",
62
- "@slickgrid-universal/event-pub-sub": "^1.2.3",
63
- "@slickgrid-universal/pagination-component": "^1.2.3",
64
- "@slickgrid-universal/text-export": "^1.2.3",
65
- "@slickgrid-universal/vanilla-bundle": "^1.2.3",
57
+ "@slickgrid-universal/common": "^1.2.6",
58
+ "@slickgrid-universal/composite-editor-component": "^1.2.6",
59
+ "@slickgrid-universal/custom-footer-component": "^1.2.6",
60
+ "@slickgrid-universal/custom-tooltip-plugin": "^1.2.6",
61
+ "@slickgrid-universal/empty-warning-component": "^1.2.6",
62
+ "@slickgrid-universal/event-pub-sub": "^1.2.6",
63
+ "@slickgrid-universal/pagination-component": "^1.2.6",
64
+ "@slickgrid-universal/text-export": "^1.2.6",
65
+ "@slickgrid-universal/vanilla-bundle": "^1.2.6",
66
66
  "whatwg-fetch": "^3.6.2"
67
67
  },
68
68
  "devDependencies": {
@@ -73,7 +73,7 @@
73
73
  "html-loader": "^3.1.0",
74
74
  "npm-run-all": "^4.1.5",
75
75
  "rimraf": "^3.0.2",
76
- "webpack": "^5.68.0"
76
+ "webpack": "^5.70.0"
77
77
  },
78
- "gitHead": "8f9a87cfe68f6e1d6e196114cdf798065b823d01"
78
+ "gitHead": "3a2e6ff120b3cd310e8c046d84d229fba4e9e4b6"
79
79
  }