@systemfsoftware/effect-atom-react 0.7.0 → 0.7.1
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/CHANGELOG.md +11 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @systemfsoftware/effect-atom-react
|
|
2
2
|
|
|
3
|
+
## 0.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- The peer requirements for `effect` and for the Effect test-runner integration now accept any compatible `4.0.0-rc` release, instead of demanding one exact release candidate.
|
|
8
|
+
|
|
9
|
+
Installing alongside a newer release candidate no longer reports an unmet peer dependency or resolves a second copy of `effect` into the dependency tree.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies:
|
|
12
|
+
- @systemfsoftware/effect-atom@3.0.0
|
|
13
|
+
|
|
3
14
|
## 0.7.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@systemfsoftware/effect-atom-react",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"author": "Ryan Lee <drdgvhbh@gmail.com>",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"dist"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@systemfsoftware/effect-atom": "^
|
|
34
|
+
"@systemfsoftware/effect-atom": "^3.0.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"effect": "4.0.0-rc.
|
|
37
|
+
"effect": "^4.0.0-rc.111",
|
|
38
38
|
"react": "^19.2.8",
|
|
39
39
|
"react-dom": "^19.2.8",
|
|
40
40
|
"scheduler": "*"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@effect/vitest": "4.0.0-rc.
|
|
43
|
+
"@effect/vitest": "4.0.0-rc.111",
|
|
44
44
|
"@systemfsoftware/arethetypeswrong-cli": "^1.1.1",
|
|
45
45
|
"@testing-library/dom": "^10.4.1",
|
|
46
46
|
"@testing-library/react": "^16.3.2",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@vitest/browser": "4.1.10",
|
|
52
52
|
"@vitest/browser-playwright": "4.1.10",
|
|
53
53
|
"@vitest/coverage-istanbul": "4.1.10",
|
|
54
|
-
"effect": "4.0.0-rc.
|
|
54
|
+
"effect": "4.0.0-rc.111",
|
|
55
55
|
"oxlint": "^1.77.0",
|
|
56
56
|
"playwright": "1.62.1",
|
|
57
57
|
"react": "^19.2.8",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"tsdown": "^0.22.14",
|
|
63
63
|
"typescript": "^7",
|
|
64
64
|
"vitest": "^4.1.10",
|
|
65
|
-
"@systemfsoftware/effect-gherkin-spec": "^2.0.
|
|
65
|
+
"@systemfsoftware/effect-gherkin-spec": "^2.0.1",
|
|
66
66
|
"@systemfsoftware/oxlint-config": "^0.1.0",
|
|
67
|
-
"@systemfsoftware/
|
|
68
|
-
"@systemfsoftware/
|
|
67
|
+
"@systemfsoftware/tsconfig": "^1.3.3",
|
|
68
|
+
"@systemfsoftware/vitest-config": "^0.1.0"
|
|
69
69
|
},
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"provenance": true
|