@cedarjs/web 2.0.1 → 2.0.2-next.24
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/web",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2-next.24+7d862a743",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@apollo/client": "3.13.9",
|
|
147
147
|
"@babel/runtime-corejs3": "7.27.6",
|
|
148
|
-
"@cedarjs/auth": "2.0.
|
|
149
|
-
"@cedarjs/server-store": "2.0.
|
|
148
|
+
"@cedarjs/auth": "2.0.2-next.24+7d862a743",
|
|
149
|
+
"@cedarjs/server-store": "2.0.2-next.24+7d862a743",
|
|
150
150
|
"@dr.pogodin/react-helmet": "2.0.4",
|
|
151
151
|
"@whatwg-node/fetch": "0.9.21",
|
|
152
152
|
"apollo-upload-client": "18.0.1",
|
|
@@ -166,8 +166,8 @@
|
|
|
166
166
|
"@babel/core": "^7.26.10",
|
|
167
167
|
"@babel/plugin-transform-runtime": "7.27.4",
|
|
168
168
|
"@babel/runtime": "7.27.6",
|
|
169
|
-
"@cedarjs/framework-tools": "2.0.
|
|
170
|
-
"@cedarjs/internal": "2.0.
|
|
169
|
+
"@cedarjs/framework-tools": "2.0.2-next.24",
|
|
170
|
+
"@cedarjs/internal": "2.0.2-next.24+7d862a743",
|
|
171
171
|
"@rollup/plugin-babel": "6.0.4",
|
|
172
172
|
"@testing-library/jest-dom": "6.5.0",
|
|
173
173
|
"@testing-library/react": "14.3.1",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"react-dom": "18.3.1",
|
|
182
182
|
"tstyche": "3.0.0",
|
|
183
183
|
"tsx": "4.20.5",
|
|
184
|
-
"typescript": "5.9.
|
|
184
|
+
"typescript": "5.9.3",
|
|
185
185
|
"vitest": "3.2.4"
|
|
186
186
|
},
|
|
187
187
|
"peerDependencies": {
|
|
@@ -191,5 +191,5 @@
|
|
|
191
191
|
"publishConfig": {
|
|
192
192
|
"access": "public"
|
|
193
193
|
},
|
|
194
|
-
"gitHead": "
|
|
194
|
+
"gitHead": "7d862a7432fd0821b6da7194f2fd88f3d4adb1a0"
|
|
195
195
|
}
|