@cedarjs/gqlorm 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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/gqlorm",
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",
@@ -138,16 +138,15 @@
138
138
  "test:watch": "vitest watch"
139
139
  },
140
140
  "dependencies": {
141
- "@cedarjs/auth": "5.0.0-canary.2576",
142
- "@cedarjs/server-store": "5.0.0-canary.2576",
143
- "@cedarjs/web": "5.0.0-canary.2576",
141
+ "@cedarjs/server-store": "5.0.0-canary.2578",
144
142
  "graphql": "16.13.2"
145
143
  },
146
144
  "devDependencies": {
147
145
  "@arethetypeswrong/cli": "0.18.3",
148
146
  "@babel/cli": "7.29.7",
149
147
  "@babel/core": "^7.26.10",
150
- "@cedarjs/framework-tools": "5.0.0-canary.2576",
148
+ "@cedarjs/framework-tools": "5.0.0-canary.2578",
149
+ "@cedarjs/web": "5.0.0-canary.2578",
151
150
  "@testing-library/jest-dom": "6.9.1",
152
151
  "@types/react": "^18.2.55",
153
152
  "@types/react-dom": "^18.2.19",
@@ -159,6 +158,7 @@
159
158
  "vitest": "3.2.6"
160
159
  },
161
160
  "peerDependencies": {
161
+ "@cedarjs/web": "workspace:*",
162
162
  "react": "19.2.3",
163
163
  "react-dom": "19.2.3"
164
164
  },