@flemo/react 2.3.0 → 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.
- package/README.md +2 -3
- package/package.json +6 -6
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.
|
|
26
|
-
|
|
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.
|
|
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,28 +34,28 @@
|
|
|
34
34
|
"homepage": "https://flemo.dev",
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@flemo/core": "2.
|
|
37
|
+
"@flemo/core": "2.5.1",
|
|
38
38
|
"path-to-regexp": "^8.4.2",
|
|
39
39
|
"zustand": "^5.0.15"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@flemo/eslint-config": "0.0.0",
|
|
43
43
|
"@flemo/tsconfig": "0.0.0",
|
|
44
|
-
"@testing-library/jest-dom": "^
|
|
44
|
+
"@testing-library/jest-dom": "^7.0.1",
|
|
45
45
|
"@testing-library/react": "^16.3.3",
|
|
46
46
|
"@types/node": "^24.13.1",
|
|
47
47
|
"@types/react": "^19.2.18",
|
|
48
48
|
"@types/react-dom": "^19.2.7",
|
|
49
49
|
"@vitejs/plugin-react-swc": "^4.3.3",
|
|
50
|
-
"@vitest/coverage-v8": "^
|
|
50
|
+
"@vitest/coverage-v8": "^5.0.0",
|
|
51
51
|
"eslint": "^9.39.5",
|
|
52
|
-
"jsdom": "^
|
|
52
|
+
"jsdom": "^30.0.1",
|
|
53
53
|
"react": "^19.2.8",
|
|
54
54
|
"react-dom": "^19.2.8",
|
|
55
55
|
"typescript": "^6.0.3",
|
|
56
56
|
"vite": "^8.2.2",
|
|
57
57
|
"vite-plugin-dts": "^5.1.0",
|
|
58
|
-
"vitest": "^
|
|
58
|
+
"vitest": "^5.0.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"react": "^19.2.8",
|