@cedarjs/web 2.0.3-next.1 → 2.0.3-rc.80
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/web",
|
|
3
|
-
"version": "2.0.3-
|
|
3
|
+
"version": "2.0.3-rc.80",
|
|
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.3-
|
|
149
|
-
"@cedarjs/server-store": "2.0.3-
|
|
148
|
+
"@cedarjs/auth": "2.0.3-rc.80",
|
|
149
|
+
"@cedarjs/server-store": "2.0.3-rc.80",
|
|
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,21 +166,21 @@
|
|
|
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.3-
|
|
170
|
-
"@cedarjs/internal": "2.0.3-
|
|
171
|
-
"@rollup/plugin-babel": "6.0
|
|
169
|
+
"@cedarjs/framework-tools": "2.0.3-rc.80",
|
|
170
|
+
"@cedarjs/internal": "2.0.3-rc.80",
|
|
171
|
+
"@rollup/plugin-babel": "6.1.0",
|
|
172
172
|
"@testing-library/jest-dom": "6.5.0",
|
|
173
173
|
"@testing-library/react": "14.3.1",
|
|
174
174
|
"@types/apollo-upload-client": "^18",
|
|
175
175
|
"@types/react": "^18.2.55",
|
|
176
176
|
"@types/react-dom": "^18.2.19",
|
|
177
177
|
"concurrently": "8.2.2",
|
|
178
|
-
"nodemon": "3.1.
|
|
179
|
-
"publint": "0.3.
|
|
178
|
+
"nodemon": "3.1.11",
|
|
179
|
+
"publint": "0.3.16",
|
|
180
180
|
"react": "18.3.1",
|
|
181
181
|
"react-dom": "18.3.1",
|
|
182
|
-
"tstyche": "3.
|
|
183
|
-
"tsx": "4.
|
|
182
|
+
"tstyche": "3.5.0",
|
|
183
|
+
"tsx": "4.21.0",
|
|
184
184
|
"typescript": "5.9.3",
|
|
185
185
|
"vitest": "3.2.4"
|
|
186
186
|
},
|
|
@@ -191,5 +191,5 @@
|
|
|
191
191
|
"publishConfig": {
|
|
192
192
|
"access": "public"
|
|
193
193
|
},
|
|
194
|
-
"gitHead": "
|
|
194
|
+
"gitHead": "a20b3d8768f146ec034fee9584a7829a0004362f"
|
|
195
195
|
}
|