@cedarjs/gqlorm 3.0.0-canary.13640 → 3.0.0-rc.112

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 +10 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/gqlorm",
3
- "version": "3.0.0-canary.13640+2b8b5599a",
3
+ "version": "3.0.0-rc.112",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -128,19 +128,18 @@
128
128
  "test:watch": "vitest watch"
129
129
  },
130
130
  "dependencies": {
131
- "@cedarjs/auth": "3.0.0-canary.13640",
132
- "@cedarjs/server-store": "3.0.0-canary.13640",
133
- "@cedarjs/web": "3.0.0-canary.13640",
131
+ "@cedarjs/auth": "3.0.0-rc.112",
132
+ "@cedarjs/server-store": "3.0.0-rc.112",
133
+ "@cedarjs/web": "3.0.0-rc.112",
134
134
  "graphql": "16.13.1",
135
- "react": "19.2.3",
136
- "react-dom": "19.2.3",
137
- "react-server-dom-webpack": "19.2.4"
135
+ "react": "18.3.1",
136
+ "react-dom": "18.3.1"
138
137
  },
139
138
  "devDependencies": {
140
139
  "@arethetypeswrong/cli": "0.18.2",
141
140
  "@babel/cli": "7.28.6",
142
141
  "@babel/core": "^7.26.10",
143
- "@cedarjs/framework-tools": "3.0.0-canary.13640",
142
+ "@cedarjs/framework-tools": "3.0.0-rc.112",
144
143
  "@testing-library/jest-dom": "6.9.1",
145
144
  "@types/react": "^18.2.55",
146
145
  "@types/react-dom": "^18.2.19",
@@ -152,11 +151,11 @@
152
151
  "vitest": "3.2.4"
153
152
  },
154
153
  "peerDependencies": {
155
- "react": "19.2.3",
156
- "react-dom": "19.2.3"
154
+ "react": "18.3.1",
155
+ "react-dom": "18.3.1"
157
156
  },
158
157
  "publishConfig": {
159
158
  "access": "public"
160
159
  },
161
- "gitHead": "2b8b5599a9f147a4501d542e9dc6c5cc4bbdcbaa"
160
+ "gitHead": "d907ae5dbc73ecf4d84f753a521242a9164b6f5a"
162
161
  }