@fileverse-dev/ddoc 2.0.9-patch-9 → 2.0.9-patch-2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +7775 -7881
- package/dist/package/components/editor-bubble-menu.d.ts +0 -1
- package/dist/package/components/editor-toolbar.d.ts +1 -3
- package/dist/package/components/tag-input.d.ts +1 -1
- package/dist/package/types.d.ts +0 -2
- package/dist/package/utils/template-utils.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -18
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
3
3
|
"private": false,
|
4
4
|
"description": "DDoc",
|
5
|
-
"version": "2.0.9-patch-
|
5
|
+
"version": "2.0.9-patch-2.4",
|
6
6
|
"main": "dist/index.es.js",
|
7
7
|
"module": "dist/index.es.js",
|
8
8
|
"exports": {
|
@@ -22,18 +22,8 @@
|
|
22
22
|
"scripts": {
|
23
23
|
"dev": "vite",
|
24
24
|
"build": "tsc && vite build",
|
25
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0
|
26
|
-
"preview": "vite preview"
|
27
|
-
"prepare": "husky install"
|
28
|
-
},
|
29
|
-
"lint-staged": {
|
30
|
-
"**/*.{js,jsx,ts,tsx}": [
|
31
|
-
"eslint --fix",
|
32
|
-
"prettier --write"
|
33
|
-
],
|
34
|
-
"**/*.{json,css,md}": [
|
35
|
-
"prettier --write"
|
36
|
-
]
|
25
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
26
|
+
"preview": "vite preview"
|
37
27
|
},
|
38
28
|
"dependencies": {
|
39
29
|
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
@@ -109,14 +99,9 @@
|
|
109
99
|
"@vitejs/plugin-react": "^4.2.0",
|
110
100
|
"autoprefixer": "^10.4.19",
|
111
101
|
"eslint": "^8.53.0",
|
112
|
-
"eslint-config-prettier": "^9.1.0",
|
113
|
-
"eslint-plugin-prettier": "^5.2.1",
|
114
102
|
"eslint-plugin-react-hooks": "^4.6.0",
|
115
103
|
"eslint-plugin-react-refresh": "^0.4.4",
|
116
|
-
"husky": "^9.1.7",
|
117
|
-
"lint-staged": "^15.2.10",
|
118
104
|
"postcss": "^8.4.38",
|
119
|
-
"prettier": "^3.4.2",
|
120
105
|
"sass": "^1.77.2",
|
121
106
|
"tailwindcss": "^3.4.3",
|
122
107
|
"typescript": "^5.2.2",
|