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