@prosekit/solid 0.3.6 → 0.3.8

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.
@@ -13,6 +13,7 @@ import { BlockPopoverElement } from '@prosekit/web/block-handle';
13
13
  import { BlockPopoverProps } from '@prosekit/web/block-handle';
14
14
  import { Component } from 'solid-js';
15
15
  import { ContextProviderComponent } from 'solid-js';
16
+ import { config as default_alias_1 } from '@prosekit/dev/config-vitest';
16
17
  import { Editor } from '@prosekit/core';
17
18
  import type { EditorState } from '@prosekit/pm/state';
18
19
  import { Extension } from '@prosekit/core';
@@ -70,11 +71,7 @@ export declare function createComponent<Props extends object, CustomElement exte
70
71
 
71
72
  export declare const default_alias: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
72
73
 
73
- export declare const default_alias_1: {
74
- test: {
75
- environment: "jsdom";
76
- };
77
- };
74
+ export { default_alias_1 }
78
75
 
79
76
  /**
80
77
  * @internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/solid",
3
3
  "type": "module",
4
- "version": "0.3.6",
4
+ "version": "0.3.8",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -65,9 +65,9 @@
65
65
  "dist"
66
66
  ],
67
67
  "dependencies": {
68
- "@prosekit/core": "^0.6.0",
68
+ "@prosekit/core": "^0.7.0",
69
69
  "@prosekit/pm": "^0.1.5",
70
- "@prosekit/web": "^0.2.0"
70
+ "@prosekit/web": "^0.2.2"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "solid-js": ">= 1.7.0"
@@ -78,10 +78,10 @@
78
78
  }
79
79
  },
80
80
  "devDependencies": {
81
- "solid-js": "^1.8.17",
81
+ "solid-js": "^1.8.18",
82
82
  "tsup": "^8.1.0",
83
- "typescript": "^5.5.2",
84
- "vitest": "^1.6.0",
83
+ "typescript": "^5.5.3",
84
+ "vitest": "^2.0.0-beta.13",
85
85
  "@prosekit/dev": "0.0.0"
86
86
  },
87
87
  "scripts": {