@cedarjs/gqlorm 2.8.1-next.116 → 2.8.1
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 +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/gqlorm",
|
|
3
|
-
"version": "2.8.1
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -128,9 +128,11 @@
|
|
|
128
128
|
"test:watch": "vitest watch"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@
|
|
132
|
-
"@cedarjs/
|
|
133
|
-
"@cedarjs/
|
|
131
|
+
"@babel/runtime-corejs3": "7.29.0",
|
|
132
|
+
"@cedarjs/auth": "2.8.1",
|
|
133
|
+
"@cedarjs/server-store": "2.8.1",
|
|
134
|
+
"@cedarjs/web": "2.8.1",
|
|
135
|
+
"core-js": "3.48.0",
|
|
134
136
|
"graphql": "16.13.1",
|
|
135
137
|
"react": "18.3.1",
|
|
136
138
|
"react-dom": "18.3.1"
|
|
@@ -139,7 +141,7 @@
|
|
|
139
141
|
"@arethetypeswrong/cli": "0.18.2",
|
|
140
142
|
"@babel/cli": "7.28.6",
|
|
141
143
|
"@babel/core": "^7.26.10",
|
|
142
|
-
"@cedarjs/framework-tools": "
|
|
144
|
+
"@cedarjs/framework-tools": "0.0.0",
|
|
143
145
|
"@testing-library/jest-dom": "6.9.1",
|
|
144
146
|
"@types/react": "^18.2.55",
|
|
145
147
|
"@types/react-dom": "^18.2.19",
|
|
@@ -157,5 +159,5 @@
|
|
|
157
159
|
"publishConfig": {
|
|
158
160
|
"access": "public"
|
|
159
161
|
},
|
|
160
|
-
"gitHead": "
|
|
162
|
+
"gitHead": "b1a808f72ff10c72375d0ff2c0be03631a1b79a2"
|
|
161
163
|
}
|