@slickgrid-universal/vanilla-bundle 9.0.2 → 9.1.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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/vanilla-bundle",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "Vanilla Slick Grid Bundle - Framework agnostic the output is to be used in vanilla JS/TS - Written in TypeScript and we also use Vite to bundle everything into a single JS file.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@slickgrid-universal/binding": "9.0.0",
|
|
40
|
-
"@slickgrid-universal/common": "9.0
|
|
41
|
-
"@slickgrid-universal/custom-footer-component": "9.0
|
|
42
|
-
"@slickgrid-universal/empty-warning-component": "9.0
|
|
40
|
+
"@slickgrid-universal/common": "9.1.0",
|
|
41
|
+
"@slickgrid-universal/custom-footer-component": "9.1.0",
|
|
42
|
+
"@slickgrid-universal/empty-warning-component": "9.1.0",
|
|
43
43
|
"@slickgrid-universal/event-pub-sub": "9.0.0",
|
|
44
|
-
"@slickgrid-universal/pagination-component": "9.0
|
|
44
|
+
"@slickgrid-universal/pagination-component": "9.1.0",
|
|
45
45
|
"@slickgrid-universal/utils": "9.0.0",
|
|
46
46
|
"dequal": "^2.0.3",
|
|
47
47
|
"sortablejs": "^1.15.6"
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"type": "ko_fi",
|
|
51
51
|
"url": "https://ko-fi.com/ghiscoding"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "13b7246f58494ab65f345b8eb33c34d75c457aa5"
|
|
54
54
|
}
|