@infonomic/payload-alternative-lexical-editor 1.0.4 → 1.0.5

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.
Files changed (1) hide show
  1. package/package.json +19 -15
package/package.json CHANGED
@@ -1,15 +1,22 @@
1
1
  {
2
2
  "name": "@infonomic/payload-alternative-lexical-editor",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "description": "An alternative lexical editor for Payload CMS.",
8
8
  "keywords": [
9
- "Payload CMS",
10
- "Lexical Editor",
11
- "Rich Text Editor",
12
- "Alternative Editor"
9
+ "payload",
10
+ "lexical",
11
+ "editor",
12
+ "payload cms",
13
+ "lexical editor",
14
+ "rich text editor",
15
+ "alternative editor",
16
+ "cms",
17
+ "headless cms",
18
+ "react",
19
+ "next.js"
13
20
  ],
14
21
  "homepage": "https://github.com/infonomic/payload-alternative-lexical-editor",
15
22
  "bugs": {
@@ -40,6 +47,8 @@
40
47
  "dist"
41
48
  ],
42
49
  "peerDependencies": {
50
+ "@payloadcms/translations": "^3.0.0",
51
+ "@payloadcms/ui": "^3.0.0",
43
52
  "graphql": "^16.0.0",
44
53
  "next": "^15.0.0 || ^16.0.0",
45
54
  "payload": "^3.0.0",
@@ -62,29 +71,24 @@
62
71
  "@lexical/selection": "0.39.0",
63
72
  "@lexical/table": "0.39.0",
64
73
  "@lexical/utils": "0.39.0",
65
- "@payloadcms/db-mongodb": "^3.69.0",
66
- "@payloadcms/db-postgres": "^3.69.0",
67
- "@payloadcms/next": "^3.69.0",
68
- "@payloadcms/richtext-lexical": "^3.69.0",
69
- "@payloadcms/translations": "^3.69.0",
70
- "@payloadcms/ui": "^3.69.0",
71
74
  "classnames": "^2.5.1",
72
75
  "cross-env": "^10.1.0",
73
76
  "eslint": "^9.39.2",
74
77
  "json-schema": "^0.4.0",
75
78
  "lexical": "0.39.0",
76
79
  "react-error-boundary": "^6.0.1",
77
- "sharp": "0.34.5",
78
80
  "uuid": "^13.0.0"
79
81
  },
80
82
  "devDependencies": {
81
83
  "@biomejs/biome": "2.3.10",
84
+ "@payloadcms/translations": "3.69.0",
85
+ "@payloadcms/ui": "3.69.0",
82
86
  "@types/json-schema": "^7.0.15",
83
87
  "@types/node": "^25.0.3",
84
88
  "@types/react": "19.2.7",
85
89
  "@types/react-dom": "19.2.3",
86
- "@vitejs/plugin-react": "^5.1.0",
87
- "chokidar": "^4.0.3",
90
+ "@vitejs/plugin-react": "^5.1.2",
91
+ "chokidar": "^5.0.0",
88
92
  "chokidar-cli": "^3.0.0",
89
93
  "dotenv": "^17.2.3",
90
94
  "graphql": "^16.12.0",
@@ -95,7 +99,7 @@
95
99
  "tsc-alias": "^1.8.16",
96
100
  "tsx": "^4.21.0",
97
101
  "typescript": "^5.9.3",
98
- "vitest": "^4.0.5"
102
+ "vitest": "^4.0.16"
99
103
  },
100
104
  "scripts": {
101
105
  "dev": "chokidar 'src/**/*' -c 'npm-run-all build'",