@lax-wp/editor 0.3.19 → 0.3.20

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@lax-wp/editor",
3
- "version": "0.3.19",
3
+ "version": "0.3.20",
4
4
  "description": "A modern, feature-rich editor built with React and TipTap",
5
5
  "keywords": [
6
6
  "editor",
@@ -88,7 +88,6 @@
88
88
  "react-select": "^5.10.2"
89
89
  },
90
90
  "peerDependencies": {
91
- "yjs": "^13.5.38",
92
91
  "@lax-wp/design-system": "*",
93
92
  "@monaco-editor/react": ">=4.0.0",
94
93
  "antd": "^5.27.0",
@@ -98,7 +97,8 @@
98
97
  "react": "^18.2.0 || ^19.0.0",
99
98
  "react-dom": "^18.2.0 || ^19.0.0",
100
99
  "react-markdown": ">=8.0.0",
101
- "remark-gfm": ">=3.0.0"
100
+ "remark-gfm": ">=3.0.0",
101
+ "yjs": "^13.5.38"
102
102
  },
103
103
  "peerDependenciesMeta": {
104
104
  "yjs": {
@@ -121,9 +121,8 @@
121
121
  }
122
122
  },
123
123
  "devDependencies": {
124
- "yjs": "^13.6.27",
125
124
  "@eslint/js": "^9.30.1",
126
- "@lax-wp/design-system": "^0.11.0",
125
+ "@lax-wp/design-system": "^0.11.15",
127
126
  "@monaco-editor/react": "^4.6.0",
128
127
  "@types/react": "^18.2.0",
129
128
  "@types/react-dom": "^18.2.0",
@@ -150,6 +149,7 @@
150
149
  "typescript-eslint": "^8.35.1",
151
150
  "vite": "^7.0.4",
152
151
  "vite-plugin-svg-icons": "^2.0.1",
153
- "vitest": "^3.2.4"
152
+ "vitest": "^3.2.4",
153
+ "yjs": "^13.6.27"
154
154
  }
155
155
  }