@lax-wp/editor 0.3.4 → 0.3.6

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.4",
3
+ "version": "0.3.6",
4
4
  "description": "A modern, feature-rich editor built with React and TipTap",
5
5
  "keywords": [
6
6
  "editor",
@@ -88,13 +88,38 @@
88
88
  "react-select": "^5.10.2"
89
89
  },
90
90
  "peerDependencies": {
91
+ "@lax-wp/design-system": "*",
92
+ "@monaco-editor/react": ">=4.0.0",
91
93
  "antd": "^5.27.0",
94
+ "diff": ">=5.0.0",
92
95
  "framer-motion": "^10.0.0 || ^11.0.0 || ^12.0.0",
96
+ "lottie-web": ">=5.0.0",
93
97
  "react": "^18.2.0 || ^19.0.0",
94
- "react-dom": "^18.2.0 || ^19.0.0"
98
+ "react-dom": "^18.2.0 || ^19.0.0",
99
+ "react-markdown": ">=8.0.0",
100
+ "remark-gfm": ">=3.0.0"
101
+ },
102
+ "peerDependenciesMeta": {
103
+ "@monaco-editor/react": {
104
+ "optional": true
105
+ },
106
+ "diff": {
107
+ "optional": true
108
+ },
109
+ "lottie-web": {
110
+ "optional": true
111
+ },
112
+ "react-markdown": {
113
+ "optional": true
114
+ },
115
+ "remark-gfm": {
116
+ "optional": true
117
+ }
95
118
  },
96
119
  "devDependencies": {
97
120
  "@eslint/js": "^9.30.1",
121
+ "@lax-wp/design-system": "^0.9.11",
122
+ "@monaco-editor/react": "^4.6.0",
98
123
  "@types/react": "^18.2.0",
99
124
  "@types/react-dom": "^18.2.0",
100
125
  "@vitejs/plugin-react": "^4.7.0",
@@ -102,15 +127,19 @@
102
127
  "@vitest/coverage-v8": "^3.2.4",
103
128
  "antd": "^5.27.0",
104
129
  "autoprefixer": "^10.4.21",
130
+ "diff": "^8.0.3",
105
131
  "eslint": "^9.30.1",
106
132
  "eslint-plugin-react-hooks": "^5.2.0",
107
133
  "eslint-plugin-react-refresh": "^0.4.20",
108
134
  "framer-motion": "^12.23.12",
109
135
  "globals": "^16.3.0",
136
+ "lottie-web": "^5.12.2",
110
137
  "playwright": "^1.54.1",
111
138
  "postcss": "^8.4.49",
112
139
  "react": "^18.2.0",
113
140
  "react-dom": "^18.2.0",
141
+ "react-markdown": "^9.0.1",
142
+ "remark-gfm": "^4.0.0",
114
143
  "tailwindcss": "^3.4.17",
115
144
  "typescript": "~5.8.3",
116
145
  "typescript-eslint": "^8.35.1",