@tipp/ui-quill-editor 5.0.6 → 5.0.7

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tipp/ui-quill-editor",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
4
4
  "private": false,
5
5
  "description": "tipp 디자인 시스템이 적용된 quillEditor 패키지, quillEditor의 사이즈가 커서 별도 패키지로 분리했습니다.",
6
6
  "sideEffects": false,
@@ -58,14 +58,14 @@
58
58
  "postcss-nesting": "12.0.2",
59
59
  "tsup": "^8.0.2",
60
60
  "typescript": "^5.3.3",
61
- "@tipp/eslint-config": "1.1.2",
62
- "@tipp/typescript-config": "1.0.1"
61
+ "@tipp/typescript-config": "1.0.1",
62
+ "@tipp/eslint-config": "1.1.2"
63
63
  },
64
64
  "dependencies": {
65
- "@tipp/ui": "2.3.6"
65
+ "@tipp/ui": "2.3.7"
66
66
  },
67
67
  "peerDependencies": {
68
- "@tipp/ui": "^2.3.6",
68
+ "@tipp/ui": "^2.3.7",
69
69
  "@types/react": "*",
70
70
  "@types/react-dom": "*",
71
71
  "react": "^19.0 || ^19.0.0-rc",