@amsom-habitat/amsom-excel-extractor 2.4.0 → 2.4.3
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 +27 -27
- package/dist/amsom-excel-extractor.js +0 -9205
- package/dist/amsom-excel-extractor.umd.cjs +0 -44
- package/dist/style.css +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amsom-habitat/amsom-excel-extractor",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
@@ -17,52 +17,52 @@
|
|
|
17
17
|
"chromatic": "npx chromatic --exit-zero-on-changes"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@amsom-habitat/amsom-autocomplete": "^2.4.
|
|
21
|
-
"@amsom-habitat/amsom-table": "^4.
|
|
20
|
+
"@amsom-habitat/amsom-autocomplete": "^2.4.11",
|
|
21
|
+
"@amsom-habitat/amsom-table": "^4.5.6",
|
|
22
22
|
"@amsom-habitat/amsom-textarea": "^0.0.2",
|
|
23
|
-
"@amsom-habitat/axios-overlay": "^1.0.
|
|
24
|
-
"@amsom-habitat/bootstrap-5": "^3.1.
|
|
23
|
+
"@amsom-habitat/axios-overlay": "^1.0.10",
|
|
24
|
+
"@amsom-habitat/bootstrap-5": "^3.1.32",
|
|
25
25
|
"@amsom-habitat/file-manager": "^0.0.6",
|
|
26
26
|
"@amsom-habitat/file-utils": "^2.0.2",
|
|
27
|
-
"@amsom-habitat/ui": "^2.
|
|
27
|
+
"@amsom-habitat/ui": "^2.20.15",
|
|
28
28
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
29
29
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
30
|
-
"@fortawesome/vue-fontawesome": "^3.1.
|
|
31
|
-
"bootstrap": "^5.3.
|
|
30
|
+
"@fortawesome/vue-fontawesome": "^3.1.3",
|
|
31
|
+
"bootstrap": "^5.3.8",
|
|
32
32
|
"jwt-decode": "^4.0.0",
|
|
33
|
-
"pinia": "^3.0.
|
|
34
|
-
"pinia-plugin-persistedstate": "^4.
|
|
33
|
+
"pinia": "^3.0.4",
|
|
34
|
+
"pinia-plugin-persistedstate": "^4.7.1",
|
|
35
35
|
"vue3-toastify": "^0.2.8",
|
|
36
36
|
"xlsx": "^0.18.5"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"pinia": "^3.0.
|
|
40
|
-
"pinia-plugin-persistedstate": "^4.
|
|
39
|
+
"pinia": "^3.0.4",
|
|
40
|
+
"pinia-plugin-persistedstate": "^4.7.1",
|
|
41
41
|
"vue": "^3.4.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@rushstack/eslint-patch": "^1.
|
|
45
|
-
"@storybook/addon-essentials": "^7.6.
|
|
46
|
-
"@storybook/addon-interactions": "^7.6.
|
|
47
|
-
"@storybook/addon-links": "^7.6.
|
|
44
|
+
"@rushstack/eslint-patch": "^1.15.0",
|
|
45
|
+
"@storybook/addon-essentials": "^7.6.21",
|
|
46
|
+
"@storybook/addon-interactions": "^7.6.21",
|
|
47
|
+
"@storybook/addon-links": "^7.6.21",
|
|
48
48
|
"@storybook/blocks": "^7.6.17",
|
|
49
|
-
"@storybook/test": "^7.6.
|
|
49
|
+
"@storybook/test": "^7.6.21",
|
|
50
50
|
"@storybook/vue3": "^7.6.17",
|
|
51
|
-
"@storybook/vue3-vite": "^7.6.
|
|
52
|
-
"@vitejs/plugin-vue": "^5.
|
|
51
|
+
"@storybook/vue3-vite": "^7.6.21",
|
|
52
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
53
53
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
54
|
-
"chromatic": "^11.
|
|
55
|
-
"cypress": "^13.
|
|
56
|
-
"eslint": "^8.57.
|
|
54
|
+
"chromatic": "^11.29.0",
|
|
55
|
+
"cypress": "^13.17.0",
|
|
56
|
+
"eslint": "^8.57.1",
|
|
57
57
|
"eslint-plugin-cypress": "^2.15.2",
|
|
58
58
|
"eslint-plugin-storybook": "^0.8.0",
|
|
59
|
-
"eslint-plugin-vue": "^9.
|
|
60
|
-
"prettier": "^3.
|
|
59
|
+
"eslint-plugin-vue": "^9.33.0",
|
|
60
|
+
"prettier": "^3.8.1",
|
|
61
61
|
"react": "^18.3.1",
|
|
62
62
|
"react-dom": "^18.3.1",
|
|
63
|
-
"start-server-and-test": "^2.
|
|
64
|
-
"storybook": "^7.6.
|
|
65
|
-
"vite": "^5.4.
|
|
63
|
+
"start-server-and-test": "^2.1.3",
|
|
64
|
+
"storybook": "^7.6.21",
|
|
65
|
+
"vite": "^5.4.21"
|
|
66
66
|
},
|
|
67
67
|
"files": [
|
|
68
68
|
"dist"
|