prosekit 0.0.1 → 0.0.2
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/dist/basic/style.css
CHANGED
|
@@ -51,7 +51,7 @@ img.ProseMirror-separator {
|
|
|
51
51
|
|
|
52
52
|
/* ../core/src/style.css */
|
|
53
53
|
|
|
54
|
-
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.3.
|
|
54
|
+
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.3.15/node_modules/prosemirror-flat-list/dist/style.css */
|
|
55
55
|
.prosemirror-flat-list {
|
|
56
56
|
padding: 0;
|
|
57
57
|
margin-top: 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.3.
|
|
1
|
+
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.3.15/node_modules/prosemirror-flat-list/dist/style.css */
|
|
2
2
|
.prosemirror-flat-list {
|
|
3
3
|
padding: 0;
|
|
4
4
|
margin-top: 0;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -220,13 +220,13 @@
|
|
|
220
220
|
"dist"
|
|
221
221
|
],
|
|
222
222
|
"dependencies": {
|
|
223
|
-
"@prosekit/basic": "^0.0.
|
|
224
|
-
"@prosekit/core": "^0.0.
|
|
225
|
-
"@prosekit/extensions": "^0.0.
|
|
226
|
-
"@prosekit/lit": "^0.0.
|
|
227
|
-
"@prosekit/pm": "^0.0.
|
|
228
|
-
"@prosekit/react": "^0.0.
|
|
229
|
-
"@prosekit/vue": "^0.0.
|
|
223
|
+
"@prosekit/basic": "^0.0.2",
|
|
224
|
+
"@prosekit/core": "^0.0.2",
|
|
225
|
+
"@prosekit/extensions": "^0.0.2",
|
|
226
|
+
"@prosekit/lit": "^0.0.2",
|
|
227
|
+
"@prosekit/pm": "^0.0.2",
|
|
228
|
+
"@prosekit/react": "^0.0.2",
|
|
229
|
+
"@prosekit/vue": "^0.0.2"
|
|
230
230
|
},
|
|
231
231
|
"peerDependencies": {
|
|
232
232
|
"react": ">= 17.0.0",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
}
|
|
246
246
|
},
|
|
247
247
|
"devDependencies": {
|
|
248
|
-
"@prosekit/dev": "
|
|
248
|
+
"@prosekit/dev": "*",
|
|
249
249
|
"@types/react": "^18.2.14",
|
|
250
250
|
"@types/react-dom": "^18.2.6",
|
|
251
251
|
"react": "^18.2.0",
|