@prosekit/react 0.7.5 → 0.7.6

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 (2) hide show
  1. package/README.md +19 -0
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -0,0 +1,19 @@
1
+ # @prosekit/react
2
+
3
+ [![npm](https://img.shields.io/npm/v/@prosekit/react)](https://www.npmjs.com/package/@prosekit/react)
4
+
5
+ [React](https://react.dev/) bindings for [ProseKit](https://prosekit.dev), the toolkit for building rich text editors on the web. Provides the components and hooks for wiring a ProseKit editor into your React app.
6
+
7
+ > **Note:** This package is bundled into the main [`prosekit`](https://www.npmjs.com/package/prosekit) package. Most users should install `prosekit` and import from `prosekit/react` instead of depending on this package directly.
8
+
9
+ ## Documentation
10
+
11
+ See the [React guide](https://prosekit.dev/frameworks/react) on [prosekit.dev](https://prosekit.dev).
12
+
13
+ ## Sponsors
14
+
15
+ <p align="center"><a href="https://github.com/sponsors/ocavue"><img src="https://cdn.jsdelivr.net/gh/ocavue/sponsors/sponsorkit/sponsors.svg" alt="My Sponsors"></a></p>
16
+
17
+ ## License
18
+
19
+ [MIT](https://github.com/prosekit/prosekit/blob/master/LICENSE)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/react",
3
3
  "type": "module",
4
- "version": "0.7.5",
4
+ "version": "0.7.6",
5
5
  "private": false,
6
6
  "description": "React components and utilities for ProseKit",
7
7
  "author": {
@@ -74,9 +74,9 @@
74
74
  "dependencies": {
75
75
  "@prosemirror-adapter/core": "^0.5.3",
76
76
  "@prosemirror-adapter/react": "^0.5.3",
77
- "@prosekit/core": "^0.12.2",
78
- "@prosekit/web": "^0.8.5",
79
- "@prosekit/pm": "^0.1.17"
77
+ "@prosekit/core": "^0.12.3",
78
+ "@prosekit/web": "^0.8.6",
79
+ "@prosekit/pm": "^0.1.18"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "react": ">= 18.2.0",
@@ -91,18 +91,18 @@
91
91
  }
92
92
  },
93
93
  "devDependencies": {
94
- "@types/react": "^19.2.14",
94
+ "@types/react": "^19.2.16",
95
95
  "@types/react-dom": "^19.2.3",
96
- "react": "^19.2.6",
97
- "react-dom": "^19.2.6",
98
- "tsdown": "^0.22.0",
96
+ "react": "^19.2.7",
97
+ "react-dom": "^19.2.7",
98
+ "tsdown": "^0.22.1",
99
99
  "typescript": "~6.0.3",
100
- "vitest": "^4.1.7",
100
+ "vitest": "^4.1.8",
101
101
  "vitest-browser-react": "^2.2.0",
102
102
  "@prosekit/config-ts": "0.0.0",
103
+ "@prosekit/config-tsdown": "0.0.0",
103
104
  "@prosekit/testing": "0.0.0",
104
- "@prosekit/config-vitest": "0.0.0",
105
- "@prosekit/config-tsdown": "0.0.0"
105
+ "@prosekit/config-vitest": "0.0.0"
106
106
  },
107
107
  "scripts": {
108
108
  "build:tsc": "tsc -b tsconfig.json",