@blinkk/root-cms 2.0.1 → 2.0.3

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": "@blinkk/root-cms",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "author": "s@blinkk.com",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -82,6 +82,15 @@
82
82
  "@firebase/app-compat": "0.2.19",
83
83
  "@firebase/app-types": "0.9.0",
84
84
  "@firebase/rules-unit-testing": "3.0.1",
85
+ "@lexical/code": "0.33.1",
86
+ "@lexical/html": "0.33.1",
87
+ "@lexical/link": "0.33.1",
88
+ "@lexical/list": "0.33.1",
89
+ "@lexical/markdown": "0.33.1",
90
+ "@lexical/react": "0.33.1",
91
+ "@lexical/rich-text": "0.33.1",
92
+ "@lexical/selection": "0.33.1",
93
+ "@lexical/utils": "0.33.1",
85
94
  "@mantine/core": "4.2.12",
86
95
  "@mantine/hooks": "4.2.12",
87
96
  "@mantine/modals": "4.2.12",
@@ -105,6 +114,7 @@
105
114
  "firebase-tools": "12.9.1",
106
115
  "highlight.js": "11.6.0",
107
116
  "json-diff-kit": "1.0.29",
117
+ "lexical": "0.33.1",
108
118
  "marked": "9.1.1",
109
119
  "mdast-util-from-markdown": "2.0.1",
110
120
  "mdast-util-gfm": "3.0.0",
@@ -119,10 +129,11 @@
119
129
  "typescript": "5.2.2",
120
130
  "vite": "5.0.8",
121
131
  "vitest": "0.34.6",
122
- "@blinkk/root": "2.0.1"
132
+ "yjs": "13.6.27",
133
+ "@blinkk/root": "2.0.3"
123
134
  },
124
135
  "peerDependencies": {
125
- "@blinkk/root": "2.0.1",
136
+ "@blinkk/root": "2.0.3",
126
137
  "firebase-admin": ">=11",
127
138
  "firebase-functions": ">=4",
128
139
  "preact": ">=10",