@prosekit/extensions 0.15.0 → 0.16.0-beta.0

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 +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/extensions",
3
3
  "type": "module",
4
- "version": "0.15.0",
4
+ "version": "0.16.0-beta.0",
5
5
  "private": false,
6
6
  "description": "A collection of common extensions for ProseKit",
7
7
  "author": {
@@ -239,7 +239,7 @@
239
239
  "prosemirror-tables": "^1.8.5",
240
240
  "server-dom-shim": "^1.1.0",
241
241
  "shiki": "^3.22.0 || ^4.0.0",
242
- "@prosekit/core": "^0.11.0",
242
+ "@prosekit/core": "^0.12.0-beta.0",
243
243
  "@prosekit/pm": "^0.1.15"
244
244
  },
245
245
  "peerDependencies": {
@@ -282,8 +282,8 @@
282
282
  "vitest-browser-commands": "^0.2.0",
283
283
  "y-prosemirror": "^1.3.7",
284
284
  "yjs": "^13.6.30",
285
- "@prosekit/config-tsdown": "0.0.0",
286
285
  "@prosekit/config-ts": "0.0.0",
286
+ "@prosekit/config-tsdown": "0.0.0",
287
287
  "@prosekit/config-vitest": "0.0.0"
288
288
  },
289
289
  "publishConfig": {