reactjs-tiptap-editor 0.0.27 → 0.0.30

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "reactjs-tiptap-editor",
3
3
  "type": "module",
4
- "version": "0.0.27",
4
+ "version": "0.0.30",
5
5
  "main": "./lib/reactjs-tiptap-editor.cjs",
6
6
  "module": "./lib/reactjs-tiptap-editor.js",
7
7
  "types": "./lib/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "scripts": {
38
38
  "build:lib": "vite build && pnpm modify-css",
39
- "build:lib:dev": "vite build --watch",
39
+ "build:lib:dev": "vite build --mode development --watch",
40
40
  "build:playground": "pnpm build:lib && pnpm --dir ./playground run build",
41
41
  "docs:dev": "pnpm --parallel --filter docs... dev",
42
42
  "docs:build": "pnpm --filter docs... build",
@@ -131,7 +131,7 @@
131
131
  "@types/file-saver": "^2.0.7",
132
132
  "@types/katex": "^0.16.7",
133
133
  "@types/lodash-es": "^4.17.12",
134
- "@types/node": "^22.5.0",
134
+ "@types/node": "^22.5.1",
135
135
  "@types/react": "^18.3.4",
136
136
  "@types/react-dom": "^18.3.0",
137
137
  "@vitejs/plugin-react": "^4.3.1",