@mdaemon/html-editor 1.5.0 → 1.6.1

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/dist/styles.css CHANGED
@@ -1833,4 +1833,4 @@
1833
1833
  50% {
1834
1834
  opacity: 0.3;
1835
1835
  }
1836
- }
1836
+ }/*$vite$:1*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdaemon/html-editor",
3
- "version": "1.5.0",
3
+ "version": "1.6.1",
4
4
  "description": "A TinyMCE-compatible HTML editor built on TipTap",
5
5
  "homepage": "https://github.com/mdaemon-technologies/MDHTMLEditor",
6
6
  "repository": {
@@ -93,7 +93,7 @@
93
93
  "sass": "^1.97.3",
94
94
  "ts-jest": "^29.4.9",
95
95
  "typescript": "^6.0.0",
96
- "vite": "^7.3.1",
96
+ "vite": "^8.0.16",
97
97
  "vite-plugin-dts": "^4.5.4"
98
98
  },
99
99
  "allowScripts": {