pptx-vue-viewer 1.1.8 → 1.1.9
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pptx-vue-viewer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Vue 3 PowerPoint viewer/editor component — depends on pptx-viewer-core. Vue counterpart of the React `pptx-viewer` package.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"editor",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"@tailwindcss/cli": "^4.3.1",
|
|
66
66
|
"@types/dompurify": "^3.2.0",
|
|
67
67
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
68
|
-
"@vue/test-utils": "^2.4.
|
|
68
|
+
"@vue/test-utils": "^2.4.11",
|
|
69
69
|
"happy-dom": "^20.10.3",
|
|
70
70
|
"tailwindcss": "^4.3.1",
|
|
71
|
-
"terser": "^5.
|
|
71
|
+
"terser": "^5.48.0",
|
|
72
72
|
"typescript": "^6.0.3",
|
|
73
73
|
"vite": "^8.0.16",
|
|
74
74
|
"vite-plugin-dts": "^5.0.2",
|