@edifice.io/react 2.2.10-develop-b2school.20250620155849 → 2.2.10-develop-b2school.20250623140543
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 +18 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.2.10-develop-b2school.
|
|
3
|
+
"version": "2.2.10-develop-b2school.20250623140543",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -104,6 +104,18 @@
|
|
|
104
104
|
"@tiptap/pm": "2.11.0",
|
|
105
105
|
"@tiptap/react": "2.11.0",
|
|
106
106
|
"@tiptap/starter-kit": "2.11.0",
|
|
107
|
+
"@tiptap/extension-blockquote": "2.11.0",
|
|
108
|
+
"@tiptap/extension-bullet-list": "2.11.0",
|
|
109
|
+
"@tiptap/extension-code": "2.11.0",
|
|
110
|
+
"@tiptap/extension-code-block": "2.11.0",
|
|
111
|
+
"@tiptap/extension-dropcursor": "2.11.0",
|
|
112
|
+
"@tiptap/extension-gapcursor": "2.11.0",
|
|
113
|
+
"@tiptap/extension-hard-break": "2.11.0",
|
|
114
|
+
"@tiptap/extension-history": "2.11.0",
|
|
115
|
+
"@tiptap/extension-horizontal-rule": "2.11.0",
|
|
116
|
+
"@tiptap/extension-italic": "2.11.0",
|
|
117
|
+
"@tiptap/extension-ordered-list": "2.11.0",
|
|
118
|
+
"@tiptap/extension-strike": "2.11.0",
|
|
107
119
|
"@uidotdev/usehooks": "^2.4.1",
|
|
108
120
|
"clsx": "^2.1.1",
|
|
109
121
|
"dayjs": "1.11.10",
|
|
@@ -118,9 +130,9 @@
|
|
|
118
130
|
"react-slugify": "^3.0.3",
|
|
119
131
|
"swiper": "^10.1.0",
|
|
120
132
|
"ua-parser-js": "^1.0.36",
|
|
121
|
-
"@edifice.io/bootstrap": "2.2.10-develop-b2school.
|
|
122
|
-
"@edifice.io/tiptap-extensions": "2.2.10-develop-b2school.
|
|
123
|
-
"@edifice.io/utilities": "2.2.10-develop-b2school.
|
|
133
|
+
"@edifice.io/bootstrap": "2.2.10-develop-b2school.20250623140543",
|
|
134
|
+
"@edifice.io/tiptap-extensions": "2.2.10-develop-b2school.20250623140543",
|
|
135
|
+
"@edifice.io/utilities": "2.2.10-develop-b2school.20250623140543"
|
|
124
136
|
},
|
|
125
137
|
"devDependencies": {
|
|
126
138
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
@@ -151,8 +163,8 @@
|
|
|
151
163
|
"vite": "^5.4.11",
|
|
152
164
|
"vite-plugin-dts": "^4.1.0",
|
|
153
165
|
"vite-tsconfig-paths": "^5.0.1",
|
|
154
|
-
"@edifice.io/client": "2.2.10-develop-b2school.
|
|
155
|
-
"@edifice.io/config": "2.2.10-develop-b2school.
|
|
166
|
+
"@edifice.io/client": "2.2.10-develop-b2school.20250623140543",
|
|
167
|
+
"@edifice.io/config": "2.2.10-develop-b2school.20250623140543"
|
|
156
168
|
},
|
|
157
169
|
"peerDependencies": {
|
|
158
170
|
"@react-spring/web": "^9.7.5",
|