@cedarjs/web 5.0.0-canary.2576 → 5.0.0-canary.2578

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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "5.0.0-canary.2576",
3
+ "version": "5.0.0-canary.2578",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -140,8 +140,7 @@
140
140
  },
141
141
  "dependencies": {
142
142
  "@apollo/client": "3.14.1",
143
- "@cedarjs/auth": "5.0.0-canary.2576",
144
- "@cedarjs/server-store": "5.0.0-canary.2576",
143
+ "@cedarjs/server-store": "5.0.0-canary.2578",
145
144
  "@dr.pogodin/react-helmet": "2.0.4",
146
145
  "@whatwg-node/fetch": "0.10.13",
147
146
  "apollo-upload-client": "18.0.1",
@@ -160,8 +159,9 @@
160
159
  "@babel/core": "^7.26.10",
161
160
  "@babel/plugin-transform-runtime": "7.29.7",
162
161
  "@babel/runtime": "7.29.7",
163
- "@cedarjs/framework-tools": "5.0.0-canary.2576",
164
- "@cedarjs/internal": "5.0.0-canary.2576",
162
+ "@cedarjs/auth": "5.0.0-canary.2578",
163
+ "@cedarjs/framework-tools": "5.0.0-canary.2578",
164
+ "@cedarjs/internal": "5.0.0-canary.2578",
165
165
  "@rollup/plugin-babel": "6.1.0",
166
166
  "@testing-library/jest-dom": "6.9.1",
167
167
  "@testing-library/react": "14.3.1",
@@ -179,6 +179,7 @@
179
179
  "vitest": "3.2.6"
180
180
  },
181
181
  "peerDependencies": {
182
+ "@cedarjs/auth": "workspace:*",
182
183
  "react": "19.2.3",
183
184
  "react-dom": "19.2.3"
184
185
  },