@cedarjs/internal 3.0.0-canary.13610 → 3.0.0-canary.13612

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 +8 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "3.0.0-canary.13610+e4c07ee8e",
3
+ "version": "3.0.0-canary.13612+d0187ae49",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -148,13 +148,12 @@
148
148
  "@babel/parser": "7.29.0",
149
149
  "@babel/plugin-transform-react-jsx": "7.28.6",
150
150
  "@babel/plugin-transform-typescript": "^7.26.8",
151
- "@babel/runtime-corejs3": "7.29.0",
152
151
  "@babel/traverse": "7.29.0",
153
- "@cedarjs/babel-config": "3.0.0-canary.13610",
154
- "@cedarjs/graphql-server": "3.0.0-canary.13610",
155
- "@cedarjs/project-config": "3.0.0-canary.13610",
156
- "@cedarjs/router": "3.0.0-canary.13610",
157
- "@cedarjs/structure": "3.0.0-canary.13610",
152
+ "@cedarjs/babel-config": "3.0.0-canary.13612",
153
+ "@cedarjs/graphql-server": "3.0.0-canary.13612",
154
+ "@cedarjs/project-config": "3.0.0-canary.13612",
155
+ "@cedarjs/router": "3.0.0-canary.13612",
156
+ "@cedarjs/structure": "3.0.0-canary.13612",
158
157
  "@graphql-codegen/add": "6.0.0",
159
158
  "@graphql-codegen/cli": "6.2.1",
160
159
  "@graphql-codegen/client-preset": "5.2.4",
@@ -169,7 +168,6 @@
169
168
  "@graphql-tools/documents": "1.0.1",
170
169
  "@sdl-codegen/node": "2.0.1",
171
170
  "ansis": "4.2.0",
172
- "core-js": "3.48.0",
173
171
  "deepmerge": "4.3.1",
174
172
  "esbuild": "0.21.5",
175
173
  "fast-glob": "3.3.3",
@@ -186,7 +184,7 @@
186
184
  },
187
185
  "devDependencies": {
188
186
  "@arethetypeswrong/cli": "0.18.2",
189
- "@cedarjs/framework-tools": "3.0.0-canary.13610",
187
+ "@cedarjs/framework-tools": "3.0.0-canary.13612",
190
188
  "concurrently": "9.2.1",
191
189
  "graphql-tag": "2.12.6",
192
190
  "publint": "0.3.18",
@@ -196,5 +194,5 @@
196
194
  "publishConfig": {
197
195
  "access": "public"
198
196
  },
199
- "gitHead": "e4c07ee8e478f9a417c260eb8bf5366a869a4d49"
197
+ "gitHead": "d0187ae49d6230bf844cb017d87bce7c49b9140c"
200
198
  }