@npm-questionpro/wick-ui-editor 2.4.0 → 2.5.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/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm-questionpro/wick-ui-editor",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.1",
|
|
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",
|
|
@@ -91,18 +91,19 @@
|
|
|
91
91
|
"postcss": "^8.5.6",
|
|
92
92
|
"react": "^19.0.0",
|
|
93
93
|
"react-dom": "^19.0.0",
|
|
94
|
+
"tsc-alias": "^1.8.17",
|
|
94
95
|
"typescript": "^6.0.3",
|
|
95
96
|
"typescript-eslint": "^8.60.0",
|
|
96
97
|
"vite": "^8.0.15",
|
|
97
98
|
"vite-bundle-analyzer": "^0.22.3",
|
|
98
99
|
"vite-plugin-dts": "^4.5.4",
|
|
99
100
|
"vitest": "^4.1.8",
|
|
100
|
-
"@npm-questionpro/wick-ui-
|
|
101
|
-
"@wick-ui
|
|
102
|
-
"@
|
|
101
|
+
"@npm-questionpro/wick-ui-eslint-config": "1.0.0",
|
|
102
|
+
"@npm-questionpro/wick-ui-lib": "2.5.1",
|
|
103
|
+
"@wick-ui/tsconfig": "1.0.0"
|
|
103
104
|
},
|
|
104
105
|
"scripts": {
|
|
105
|
-
"build": "tsc --noEmit && vite build && tsc -p tsconfig.types.json",
|
|
106
|
+
"build": "tsc --noEmit && vite build && tsc -p tsconfig.types.json && tsc-alias -p tsconfig.types.json",
|
|
106
107
|
"lint": "eslint ./src --fix",
|
|
107
108
|
"lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src",
|
|
108
109
|
"test": "vitest run",
|