@npm-questionpro/wick-ui-editor 2.0.0-next.11 → 2.0.0-next.13

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.
Files changed (1) hide show
  1. package/package.json +4 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm-questionpro/wick-ui-editor",
3
- "version": "2.0.0-next.11",
3
+ "version": "2.0.0-next.13",
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",
@@ -86,7 +86,6 @@
86
86
  "eslint": "^10.4.1",
87
87
  "jsdom": "^26.1.0",
88
88
  "postcss": "^8.5.6",
89
- "prettier": "^3.8.3",
90
89
  "react": "^19.0.0",
91
90
  "react-dom": "^19.0.0",
92
91
  "stylelint": "^16.3.1",
@@ -96,21 +95,17 @@
96
95
  "vite-bundle-analyzer": "^0.22.3",
97
96
  "vite-plugin-dts": "^4.5.4",
98
97
  "vitest": "^4.1.8",
99
- "@npm-questionpro/wick-ui-icon": "2.0.0-next.11",
100
- "@npm-questionpro/wick-ui-lib": "2.0.0-next.11",
101
- "@npm-questionpro/wick-ui-stylelint-config": "1.0.0",
102
- "@npm-questionpro/wick-ui-prettier-config": "1.0.0",
98
+ "@npm-questionpro/wick-ui-icon": "2.0.0-next.13",
99
+ "@npm-questionpro/wick-ui-lib": "2.0.0-next.13",
103
100
  "@npm-questionpro/wick-ui-eslint-config": "1.0.0",
101
+ "@npm-questionpro/wick-ui-stylelint-config": "1.0.0",
104
102
  "@wick-ui/tsconfig": "1.0.0"
105
103
  },
106
- "prettier": "@npm-questionpro/wick-ui-prettier-config",
107
104
  "scripts": {
108
105
  "build": "tsc --noEmit && vite build",
109
106
  "lint": "eslint ./src --fix && stylelint 'src/**/*.css' --fix",
110
107
  "lint:css": "stylelint 'src/**/*.css' --fix",
111
108
  "lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src && stylelint 'src/**/*.css'",
112
- "format": "prettier --write . --ignore-path .gitignore",
113
- "format:ci": "prettier --check . --ignore-path .gitignore",
114
109
  "test": "vitest run",
115
110
  "test:watch": "vitest",
116
111
  "test:ui": "vitest --ui",