@npm-questionpro/wick-ui-editor 0.14.1 → 0.14.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/dist/html-09JHi0-2.js +7158 -0
- package/dist/index.d.ts +22 -22
- package/dist/standalone-BLOsX-r1.js +3574 -0
- package/dist/style.css +2 -1
- package/dist/wick-ui-editor/es/index.js +720 -954
- package/package.json +27 -27
- package/dist/html-asrO2y6j.js +0 -2893
- package/dist/standalone-uA6N_bR1.js +0 -2458
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm-questionpro/wick-ui-editor",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.3",
|
|
4
4
|
"description": "Wick Editor is a powerful and intuitive content editing component built with React. It provides a rich set of features for creating and managing content, making it ideal for applications that require dynamic and interactive content creation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"@tiptap/starter-kit": "^3.14.0",
|
|
55
55
|
"clsx": "^2.1.1",
|
|
56
56
|
"dompurify": "^3.3.1",
|
|
57
|
-
"shiki": "^4.0.2",
|
|
58
57
|
"react": ">= 18 < 20",
|
|
59
|
-
"react-dom": ">= 18 < 20"
|
|
58
|
+
"react-dom": ">= 18 < 20",
|
|
59
|
+
"shiki": "^4.0.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@eslint/js": "^9.39.
|
|
62
|
+
"@eslint/js": "^9.39.4",
|
|
63
63
|
"@npm-questionpro/wick-ui-icon": "latest",
|
|
64
64
|
"@npm-questionpro/wick-ui-lib": "latest",
|
|
65
65
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
66
|
-
"@storybook/addon-a11y": "10.
|
|
66
|
+
"@storybook/addon-a11y": "^10.4.0",
|
|
67
67
|
"@storybook/addon-designs": "^11.1.0",
|
|
68
|
-
"@storybook/addon-docs": "10.
|
|
69
|
-
"@storybook/addon-links": "10.
|
|
70
|
-
"@storybook/react-vite": "10.
|
|
68
|
+
"@storybook/addon-docs": "^10.4.0",
|
|
69
|
+
"@storybook/addon-links": "^10.4.0",
|
|
70
|
+
"@storybook/react-vite": "^10.4.0",
|
|
71
71
|
"@testing-library/dom": "^10.4.1",
|
|
72
72
|
"@testing-library/jest-dom": "^6.9.1",
|
|
73
73
|
"@testing-library/react": "^16.3.0",
|
|
@@ -83,37 +83,37 @@
|
|
|
83
83
|
"@tiptap/react": "^3.14.0",
|
|
84
84
|
"@tiptap/starter-kit": "^3.14.0",
|
|
85
85
|
"@types/node": "^22.19.1",
|
|
86
|
-
"@types/react": "^
|
|
87
|
-
"@types/react-dom": "^
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
89
|
-
"@typescript-eslint/parser": "^8.
|
|
90
|
-
"@vitejs/plugin-react": "^
|
|
91
|
-
"@vitest/coverage-v8": "^
|
|
92
|
-
"@vitest/ui": "^
|
|
86
|
+
"@types/react": "^18.3.1",
|
|
87
|
+
"@types/react-dom": "^18.3.1",
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "^8.59.2",
|
|
89
|
+
"@typescript-eslint/parser": "^8.59.2",
|
|
90
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
91
|
+
"@vitest/coverage-v8": "^4.1.6",
|
|
92
|
+
"@vitest/ui": "^4.1.6",
|
|
93
93
|
"autoprefixer": "^10.4.22",
|
|
94
94
|
"clsx": "^2.1.1",
|
|
95
95
|
"cssnano": "^7.1.2",
|
|
96
|
-
"eslint": "^9.39.
|
|
96
|
+
"eslint": "^9.39.4",
|
|
97
97
|
"eslint-plugin-import": "^2.32.0",
|
|
98
98
|
"eslint-plugin-react": "^7.37.5",
|
|
99
|
-
"eslint-plugin-react-hooks": "^
|
|
100
|
-
"eslint-plugin-react-refresh": "^0.
|
|
101
|
-
"eslint-plugin-storybook": "10.
|
|
99
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
100
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
101
|
+
"eslint-plugin-storybook": "^10.4.0",
|
|
102
102
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
103
|
-
"globals": "^
|
|
103
|
+
"globals": "^17.6.0",
|
|
104
104
|
"jsdom": "^26.1.0",
|
|
105
105
|
"postcss": "^8.5.6",
|
|
106
|
-
"prettier": "^3.
|
|
106
|
+
"prettier": "^3.8.3",
|
|
107
107
|
"react": "^18.3.1",
|
|
108
108
|
"react-dom": "^18.3.1",
|
|
109
|
-
"storybook": "10.
|
|
110
|
-
"typescript": "
|
|
111
|
-
"typescript-eslint": "^8.
|
|
112
|
-
"vite": "^
|
|
109
|
+
"storybook": "^10.4.0",
|
|
110
|
+
"typescript": "~5.7.3",
|
|
111
|
+
"typescript-eslint": "^8.59.2",
|
|
112
|
+
"vite": "^8.0.12",
|
|
113
113
|
"vite-bundle-analyzer": "^0.22.3",
|
|
114
114
|
"vite-plugin-dts": "^4.5.4",
|
|
115
115
|
"vite-tsconfig-paths": "^5.1.4",
|
|
116
|
-
"vitest": "^
|
|
116
|
+
"vitest": "^4.1.6"
|
|
117
117
|
},
|
|
118
118
|
"scripts": {
|
|
119
119
|
"build": "tsc -b && vite build",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"format:ci": "prettier --check .",
|
|
124
124
|
"test": "vitest run",
|
|
125
125
|
"test:ui": "TZ=UTC vitest --ui",
|
|
126
|
-
"test:ci": "TZ=UTC vitest --coverage",
|
|
126
|
+
"test:ci": "TZ=UTC vitest run --coverage",
|
|
127
127
|
"dev": "storybook dev -p 6007",
|
|
128
128
|
"build-storybook": "storybook build"
|
|
129
129
|
}
|