@foxui/text 0.4.7 → 0.4.8
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 +44 -44
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foxui/text",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -18,54 +18,54 @@
|
|
|
18
18
|
"types": "./dist/types.d.ts",
|
|
19
19
|
"svelte": "./dist/index.js",
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@eslint/compat": "^
|
|
22
|
-
"@eslint/js": "^
|
|
23
|
-
"@sveltejs/adapter-auto": "^
|
|
24
|
-
"@sveltejs/adapter-static": "^3.0.
|
|
25
|
-
"@sveltejs/kit": "^2.
|
|
26
|
-
"@sveltejs/package": "^2.
|
|
27
|
-
"@sveltejs/vite-plugin-svelte": "^
|
|
28
|
-
"@tailwindcss/forms": "^0.5.
|
|
29
|
-
"@tailwindcss/typography": "^0.5.
|
|
30
|
-
"@tailwindcss/vite": "^4.
|
|
31
|
-
"eslint": "^
|
|
32
|
-
"eslint-config-prettier": "^10.
|
|
33
|
-
"eslint-plugin-svelte": "^3.
|
|
34
|
-
"globals": "^
|
|
35
|
-
"prettier": "^3.
|
|
36
|
-
"prettier-plugin-svelte": "^3.
|
|
37
|
-
"prettier-plugin-tailwindcss": "^0.
|
|
38
|
-
"svelte": "^5.
|
|
39
|
-
"svelte-check": "^4.
|
|
40
|
-
"tailwindcss": "^4.
|
|
41
|
-
"typescript": "^5.
|
|
42
|
-
"typescript-eslint": "^8.
|
|
43
|
-
"vite": "^
|
|
21
|
+
"@eslint/compat": "^2.0.2",
|
|
22
|
+
"@eslint/js": "^10.0.1",
|
|
23
|
+
"@sveltejs/adapter-auto": "^7.0.1",
|
|
24
|
+
"@sveltejs/adapter-static": "^3.0.10",
|
|
25
|
+
"@sveltejs/kit": "^2.53.0",
|
|
26
|
+
"@sveltejs/package": "^2.5.7",
|
|
27
|
+
"@sveltejs/vite-plugin-svelte": "^6.2.4",
|
|
28
|
+
"@tailwindcss/forms": "^0.5.11",
|
|
29
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
30
|
+
"@tailwindcss/vite": "^4.2.0",
|
|
31
|
+
"eslint": "^10.0.1",
|
|
32
|
+
"eslint-config-prettier": "^10.1.8",
|
|
33
|
+
"eslint-plugin-svelte": "^3.15.0",
|
|
34
|
+
"globals": "^17.3.0",
|
|
35
|
+
"prettier": "^3.8.1",
|
|
36
|
+
"prettier-plugin-svelte": "^3.5.0",
|
|
37
|
+
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
38
|
+
"svelte": "^5.53.2",
|
|
39
|
+
"svelte-check": "^4.4.3",
|
|
40
|
+
"tailwindcss": "^4.2.0",
|
|
41
|
+
"typescript": "^5.9.3",
|
|
42
|
+
"typescript-eslint": "^8.56.0",
|
|
43
|
+
"vite": "^7.3.1"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@tiptap/core": "^
|
|
47
|
-
"@tiptap/extension-bubble-menu": "^
|
|
48
|
-
"@tiptap/extension-code-block-lowlight": "^
|
|
49
|
-
"@tiptap/extension-document": "^
|
|
50
|
-
"@tiptap/extension-dropcursor": "^
|
|
51
|
-
"@tiptap/extension-history": "^
|
|
52
|
-
"@tiptap/extension-image": "^
|
|
53
|
-
"@tiptap/extension-link": "^
|
|
54
|
-
"@tiptap/extension-paragraph": "^
|
|
55
|
-
"@tiptap/extension-placeholder": "^
|
|
56
|
-
"@tiptap/extension-strike": "^
|
|
57
|
-
"@tiptap/extension-text": "^
|
|
58
|
-
"@tiptap/extension-typography": "^
|
|
59
|
-
"@tiptap/extension-underline": "^
|
|
60
|
-
"@tiptap/pm": "^
|
|
61
|
-
"@tiptap/starter-kit": "^
|
|
62
|
-
"@tiptap/suggestion": "^
|
|
63
|
-
"bits-ui": "^
|
|
46
|
+
"@tiptap/core": "^3.20.0",
|
|
47
|
+
"@tiptap/extension-bubble-menu": "^3.20.0",
|
|
48
|
+
"@tiptap/extension-code-block-lowlight": "^3.20.0",
|
|
49
|
+
"@tiptap/extension-document": "^3.20.0",
|
|
50
|
+
"@tiptap/extension-dropcursor": "^3.20.0",
|
|
51
|
+
"@tiptap/extension-history": "^3.20.0",
|
|
52
|
+
"@tiptap/extension-image": "^3.20.0",
|
|
53
|
+
"@tiptap/extension-link": "^3.20.0",
|
|
54
|
+
"@tiptap/extension-paragraph": "^3.20.0",
|
|
55
|
+
"@tiptap/extension-placeholder": "^3.20.0",
|
|
56
|
+
"@tiptap/extension-strike": "^3.20.0",
|
|
57
|
+
"@tiptap/extension-text": "^3.20.0",
|
|
58
|
+
"@tiptap/extension-typography": "^3.20.0",
|
|
59
|
+
"@tiptap/extension-underline": "^3.20.0",
|
|
60
|
+
"@tiptap/pm": "^3.20.0",
|
|
61
|
+
"@tiptap/starter-kit": "^3.20.0",
|
|
62
|
+
"@tiptap/suggestion": "^3.20.0",
|
|
63
|
+
"bits-ui": "^2.16.2",
|
|
64
64
|
"lowlight": "^3.3.0",
|
|
65
65
|
"state": "link:@tiptap/pm/state",
|
|
66
|
-
"svelte-tiptap": "^
|
|
66
|
+
"svelte-tiptap": "^3.0.1",
|
|
67
67
|
"tippy.js": "^6.3.7",
|
|
68
|
-
"@foxui/core": "0.4.
|
|
68
|
+
"@foxui/core": "0.4.8"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"svelte": ">=5",
|