@npm-questionpro/wick-ui-editor 2.0.0-next.10 → 2.0.0-next.12
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 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm-questionpro/wick-ui-editor",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.12",
|
|
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",
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
"vite-bundle-analyzer": "^0.22.3",
|
|
97
97
|
"vite-plugin-dts": "^4.5.4",
|
|
98
98
|
"vitest": "^4.1.8",
|
|
99
|
-
"@npm-questionpro/wick-ui-icon": "2.0.0-next.
|
|
100
|
-
"@npm-questionpro/wick-ui-prettier-config": "1.0.0",
|
|
99
|
+
"@npm-questionpro/wick-ui-icon": "2.0.0-next.12",
|
|
101
100
|
"@npm-questionpro/wick-ui-eslint-config": "1.0.0",
|
|
101
|
+
"@npm-questionpro/wick-ui-lib": "2.0.0-next.12",
|
|
102
|
+
"@npm-questionpro/wick-ui-prettier-config": "1.0.0",
|
|
102
103
|
"@npm-questionpro/wick-ui-stylelint-config": "1.0.0",
|
|
103
|
-
"@npm-questionpro/wick-ui-lib": "2.0.0-next.10",
|
|
104
104
|
"@wick-ui/tsconfig": "1.0.0"
|
|
105
105
|
},
|
|
106
106
|
"prettier": "@npm-questionpro/wick-ui-prettier-config",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"lint": "eslint ./src --fix && stylelint 'src/**/*.css' --fix",
|
|
110
110
|
"lint:css": "stylelint 'src/**/*.css' --fix",
|
|
111
111
|
"lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src && stylelint 'src/**/*.css'",
|
|
112
|
-
"format": "prettier --write .",
|
|
113
|
-
"format:ci": "prettier --check .",
|
|
112
|
+
"format": "prettier --write . --ignore-path .gitignore",
|
|
113
|
+
"format:ci": "prettier --check . --ignore-path .gitignore",
|
|
114
114
|
"test": "vitest run",
|
|
115
115
|
"test:watch": "vitest",
|
|
116
116
|
"test:ui": "vitest --ui",
|