@warp-drive-mirror/react 5.7.0-alpha.35 → 5.7.0-alpha.37
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/install.js +1 -1
- package/package.json +5 -5
package/dist/install.js
CHANGED
|
@@ -14,7 +14,7 @@ import { macroCondition, getGlobalConfig } from '@embroider/macros';
|
|
|
14
14
|
* we can provide this.
|
|
15
15
|
*
|
|
16
16
|
* Due to the above limitations, @warp-drive-mirror/react/install is built
|
|
17
|
-
* overtop @warp-drive/tc39-proposal-signals/install.
|
|
17
|
+
* overtop @warp-drive-mirror/tc39-proposal-signals/install.
|
|
18
18
|
*
|
|
19
19
|
* The TC39 Watcher especially is valuable here, as it allows us to subscribe to changes
|
|
20
20
|
* to the dependency graph of a memo and not just a signal.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive-mirror/react",
|
|
3
3
|
"description": "Data bindings and utilities for React applications using WarpDrive",
|
|
4
|
-
"version": "5.7.0-alpha.
|
|
4
|
+
"version": "5.7.0-alpha.37",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
7
7
|
"repository": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"peerDependencies": {},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@embroider/macros": "^1.18.1",
|
|
41
|
-
"@warp-drive-mirror/core": "5.7.0-alpha.
|
|
42
|
-
"@warp-drive/tc39-proposal-signals": "5.7.0-alpha.
|
|
41
|
+
"@warp-drive-mirror/core": "5.7.0-alpha.37",
|
|
42
|
+
"@warp-drive-mirror/tc39-proposal-signals": "5.7.0-alpha.37",
|
|
43
43
|
"signal-polyfill": "^0.2.2",
|
|
44
44
|
"react": "^19.1.1"
|
|
45
45
|
},
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@babel/runtime": "^7.28.2",
|
|
54
54
|
"decorator-transforms": "^2.3.0",
|
|
55
55
|
"@embroider/addon-dev": "^7.1.5",
|
|
56
|
-
"@warp-drive/internal-config": "5.7.0-alpha.
|
|
57
|
-
"@warp-drive-mirror/core": "5.7.0-alpha.
|
|
56
|
+
"@warp-drive/internal-config": "5.7.0-alpha.37",
|
|
57
|
+
"@warp-drive-mirror/core": "5.7.0-alpha.37",
|
|
58
58
|
"@types/react": "^19.1.9",
|
|
59
59
|
"react": "^19.1.1",
|
|
60
60
|
"rollup": "^4.40.0",
|