@cedarjs/web 3.0.0-canary.13610 → 3.0.0-canary.13612

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.
Files changed (1) hide show
  1. package/package.json +6 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "3.0.0-canary.13610+e4c07ee8e",
3
+ "version": "3.0.0-canary.13612+d0187ae49",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -144,14 +144,12 @@
144
144
  },
145
145
  "dependencies": {
146
146
  "@apollo/client": "3.13.9",
147
- "@babel/runtime-corejs3": "7.29.0",
148
- "@cedarjs/auth": "3.0.0-canary.13610",
149
- "@cedarjs/server-store": "3.0.0-canary.13610",
147
+ "@cedarjs/auth": "3.0.0-canary.13612",
148
+ "@cedarjs/server-store": "3.0.0-canary.13612",
150
149
  "@dr.pogodin/react-helmet": "2.0.4",
151
150
  "@whatwg-node/fetch": "0.10.13",
152
151
  "apollo-upload-client": "18.0.1",
153
152
  "cookie": "1.1.1",
154
- "core-js": "3.48.0",
155
153
  "graphql": "16.13.1",
156
154
  "graphql-sse": "2.6.0",
157
155
  "graphql-tag": "2.12.6",
@@ -166,8 +164,8 @@
166
164
  "@babel/core": "^7.26.10",
167
165
  "@babel/plugin-transform-runtime": "7.29.0",
168
166
  "@babel/runtime": "7.28.6",
169
- "@cedarjs/framework-tools": "3.0.0-canary.13610",
170
- "@cedarjs/internal": "3.0.0-canary.13610",
167
+ "@cedarjs/framework-tools": "3.0.0-canary.13612",
168
+ "@cedarjs/internal": "3.0.0-canary.13612",
171
169
  "@rollup/plugin-babel": "6.1.0",
172
170
  "@testing-library/jest-dom": "6.9.1",
173
171
  "@testing-library/react": "14.3.1",
@@ -191,5 +189,5 @@
191
189
  "publishConfig": {
192
190
  "access": "public"
193
191
  },
194
- "gitHead": "e4c07ee8e478f9a417c260eb8bf5366a869a4d49"
192
+ "gitHead": "d0187ae49d6230bf844cb017d87bce7c49b9140c"
195
193
  }