moved types to devdependency (#22133)

This commit is contained in:
Dhruv Parmar 2025-07-04 14:26:56 +05:30 committed by GitHub
parent 7e39510ddb
commit 5989df394d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,6 @@
"@tiptap/starter-kit": "^2.3.0", "@tiptap/starter-kit": "^2.3.0",
"@tiptap/suggestion": "^2.3.0", "@tiptap/suggestion": "^2.3.0",
"@toast-ui/react-editor": "^3.1.8", "@toast-ui/react-editor": "^3.1.8",
"@types/tinycolor2": "^1.4.6",
"@windmillcode/quill-emoji": "^2.0.1000", "@windmillcode/quill-emoji": "^2.0.1000",
"analytics": "^0.8.1", "analytics": "^0.8.1",
"antd": "4.24.16", "antd": "4.24.16",
@ -176,6 +175,7 @@
"@types/recharts": "^1.8.23", "@types/recharts": "^1.8.23",
"@types/showdown": "^2.0.0", "@types/showdown": "^2.0.0",
"@types/testing-library__jest-dom": "^5.9.5", "@types/testing-library__jest-dom": "^5.9.5",
"@types/tinycolor2": "^1.4.6",
"@types/turndown": "^5.0.4", "@types/turndown": "^5.0.4",
"@types/use-analytics": "^0.0.0", "@types/use-analytics": "^0.0.0",
"@typescript-eslint/eslint-plugin": "4.31.0", "@typescript-eslint/eslint-plugin": "4.31.0",