@cedarjs/web 3.0.0-canary.13639 → 3.0.0-canary.13640

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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "3.0.0-canary.13639+b3ccbf327",
3
+ "version": "3.0.0-canary.13640+2b8b5599a",
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.13.9",
147
- "@cedarjs/auth": "3.0.0-canary.13639",
148
- "@cedarjs/server-store": "3.0.0-canary.13639",
147
+ "@cedarjs/auth": "3.0.0-canary.13640",
148
+ "@cedarjs/server-store": "3.0.0-canary.13640",
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": "3.0.0-canary.13639",
168
- "@cedarjs/internal": "3.0.0-canary.13639",
167
+ "@cedarjs/framework-tools": "3.0.0-canary.13640",
168
+ "@cedarjs/internal": "3.0.0-canary.13640",
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",
@@ -189,5 +189,5 @@
189
189
  "publishConfig": {
190
190
  "access": "public"
191
191
  },
192
- "gitHead": "b3ccbf327da75b82ef25676143afe1ef0df3249a"
192
+ "gitHead": "2b8b5599a9f147a4501d542e9dc6c5cc4bbdcbaa"
193
193
  }