@prosekit/extensions 0.0.0-next-20240621205958 → 0.0.0-next-20240622120010
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 +4 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prosekit/extensions",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.0-next-
|
4
|
+
"version": "0.0.0-next-20240622120010",
|
5
5
|
"private": false,
|
6
6
|
"author": {
|
7
7
|
"name": "ocavue",
|
@@ -176,12 +176,12 @@
|
|
176
176
|
"prosemirror-search": "^0.1.0",
|
177
177
|
"prosemirror-tables": "^1.3.7",
|
178
178
|
"shiki": "^1.9.0",
|
179
|
-
"@prosekit/core": "^0.0.0-next-
|
180
|
-
"@prosekit/pm": "^0.0.0-next-
|
179
|
+
"@prosekit/core": "^0.0.0-next-20240622120010",
|
180
|
+
"@prosekit/pm": "^0.0.0-next-20240622120010"
|
181
181
|
},
|
182
182
|
"devDependencies": {
|
183
183
|
"tsup": "^8.1.0",
|
184
|
-
"typescript": "^5.
|
184
|
+
"typescript": "^5.5.2",
|
185
185
|
"vitest": "^1.6.0",
|
186
186
|
"@prosekit/dev": "0.0.0"
|
187
187
|
},
|