@cedarjs/web 4.0.0-canary.13673 → 4.0.0-canary.13675
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/package.json +9 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/web",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.13675+8262a8b2b",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@apollo/client": "3.14.1",
|
|
147
|
-
"@cedarjs/auth": "4.0.0-canary.
|
|
148
|
-
"@cedarjs/server-store": "4.0.0-canary.
|
|
147
|
+
"@cedarjs/auth": "4.0.0-canary.13675",
|
|
148
|
+
"@cedarjs/server-store": "4.0.0-canary.13675",
|
|
149
149
|
"@dr.pogodin/react-helmet": "2.0.4",
|
|
150
150
|
"@whatwg-node/fetch": "0.10.13",
|
|
151
151
|
"apollo-upload-client": "18.0.1",
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
"@babel/core": "^7.26.10",
|
|
165
165
|
"@babel/plugin-transform-runtime": "7.29.0",
|
|
166
166
|
"@babel/runtime": "7.29.2",
|
|
167
|
-
"@cedarjs/framework-tools": "4.0.0-canary.
|
|
168
|
-
"@cedarjs/internal": "4.0.0-canary.
|
|
167
|
+
"@cedarjs/framework-tools": "4.0.0-canary.13675",
|
|
168
|
+
"@cedarjs/internal": "4.0.0-canary.13675",
|
|
169
169
|
"@rollup/plugin-babel": "6.1.0",
|
|
170
170
|
"@testing-library/jest-dom": "6.9.1",
|
|
171
171
|
"@testing-library/react": "14.3.1",
|
|
@@ -186,8 +186,11 @@
|
|
|
186
186
|
"react": "19.2.3",
|
|
187
187
|
"react-dom": "19.2.3"
|
|
188
188
|
},
|
|
189
|
+
"engines": {
|
|
190
|
+
"node": ">=24"
|
|
191
|
+
},
|
|
189
192
|
"publishConfig": {
|
|
190
193
|
"access": "public"
|
|
191
194
|
},
|
|
192
|
-
"gitHead": "
|
|
195
|
+
"gitHead": "8262a8b2baf0be63592cde7f6198d234cfd5698b"
|
|
193
196
|
}
|