@flemo/react 2.3.1 → 2.3.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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,9 +22,8 @@ routing library and an animation library together and then keep their timing in
22
22
  pnpm add @flemo/react
23
23
  ```
24
24
 
25
- `@flemo/react` needs `react ^19` and `react-dom ^19`, and nothing else. Shared-element
26
- morphs are included, so no animation library sits beside it. `@flemo/core` comes along as a
27
- regular dependency.
25
+ `@flemo/react` needs `react ^19` and `react-dom ^19`, and nothing else. `@flemo/core` comes
26
+ along as a regular dependency.
28
27
 
29
28
  ## Example
30
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flemo/react",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "React bindings for flemo: Router, Route, Screen, and the screen-transition runtime.",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",
@@ -34,7 +34,7 @@
34
34
  "homepage": "https://flemo.dev",
35
35
  "license": "MIT",
36
36
  "dependencies": {
37
- "@flemo/core": "2.5.0",
37
+ "@flemo/core": "2.5.1",
38
38
  "path-to-regexp": "^8.4.2",
39
39
  "zustand": "^5.0.15"
40
40
  },