@npm-questionpro/wick-ui-editor 2.19.1 → 2.19.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -92,7 +92,7 @@ If you don't use HTML source mode, remove `isHtml` and `setIsHtml`.
92
92
 
93
93
  ## Documentation
94
94
 
95
- Full documentation and interactive examples: [wick-ui-lib.pages.dev](https://wick-ui-lib.pages.dev)
95
+ Full documentation and interactive examples: [wick-ui.questionpro.com](https://wick-ui.questionpro.com)
96
96
 
97
97
  ## License
98
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm-questionpro/wick-ui-editor",
3
- "version": "2.19.1",
3
+ "version": "2.19.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",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "author": "QuestionPro",
14
14
  "license": "ISC",
15
- "homepage": "https://wick-ui-lib.pages.dev",
15
+ "homepage": "https://wick-ui.questionpro.com",
16
16
  "repository": {
17
17
  "type": "git",
18
18
  "url": "https://github.com/QuestionPro/wick-ui.git"
@@ -82,8 +82,8 @@
82
82
  "@types/react": "^19.0.0",
83
83
  "@types/react-dom": "^19.0.0",
84
84
  "@vitejs/plugin-react": "^6.0.2",
85
- "@vitest/coverage-v8": "^4.1.8",
86
- "@vitest/ui": "^4.1.8",
85
+ "@vitest/coverage-v8": "^4.1.10",
86
+ "@vitest/ui": "^4.1.10",
87
87
  "autoprefixer": "^10.4.22",
88
88
  "cssnano": "^7.1.2",
89
89
  "eslint": "^10.4.1",
@@ -97,9 +97,9 @@
97
97
  "vite": "^8.0.15",
98
98
  "vite-bundle-analyzer": "^0.22.3",
99
99
  "vite-plugin-dts": "^4.5.4",
100
- "vitest": "^4.1.8",
100
+ "vitest": "^4.1.10",
101
101
  "@npm-questionpro/wick-ui-eslint-config": "1.0.0",
102
- "@npm-questionpro/wick-ui-lib": "2.19.1",
102
+ "@npm-questionpro/wick-ui-lib": "2.19.3",
103
103
  "@wick-ui/tsconfig": "1.0.0"
104
104
  },
105
105
  "scripts": {