@cedarjs/internal 2.0.4-next.17 → 2.1.0-rc.28

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 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "2.0.4-next.17+c4f4f9a46",
3
+ "version": "2.1.0-rc.28",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -135,15 +135,15 @@
135
135
  },
136
136
  "dependencies": {
137
137
  "@babel/core": "^7.26.10",
138
- "@babel/parser": "7.27.5",
138
+ "@babel/parser": "7.28.5",
139
139
  "@babel/plugin-transform-react-jsx": "7.27.1",
140
140
  "@babel/plugin-transform-typescript": "^7.26.8",
141
- "@babel/runtime-corejs3": "7.27.6",
142
- "@babel/traverse": "7.27.4",
143
- "@cedarjs/babel-config": "2.0.4-next.17+c4f4f9a46",
144
- "@cedarjs/graphql-server": "2.0.4-next.17+c4f4f9a46",
145
- "@cedarjs/project-config": "2.0.4-next.17+c4f4f9a46",
146
- "@cedarjs/router": "2.0.4-next.17+c4f4f9a46",
141
+ "@babel/runtime-corejs3": "7.28.4",
142
+ "@babel/traverse": "7.28.5",
143
+ "@cedarjs/babel-config": "2.1.0-rc.28",
144
+ "@cedarjs/graphql-server": "2.1.0-rc.28",
145
+ "@cedarjs/project-config": "2.1.0-rc.28",
146
+ "@cedarjs/router": "2.1.0-rc.28",
147
147
  "@graphql-codegen/add": "4.0.1",
148
148
  "@graphql-codegen/cli": "3.3.1",
149
149
  "@graphql-codegen/client-preset": "4.3.3",
@@ -176,7 +176,7 @@
176
176
  },
177
177
  "devDependencies": {
178
178
  "@arethetypeswrong/cli": "0.18.2",
179
- "@cedarjs/framework-tools": "2.0.4-next.17",
179
+ "@cedarjs/framework-tools": "2.1.0-rc.28",
180
180
  "@types/fs-extra": "11.0.4",
181
181
  "concurrently": "8.2.2",
182
182
  "graphql-tag": "2.12.6",
@@ -187,5 +187,5 @@
187
187
  "publishConfig": {
188
188
  "access": "public"
189
189
  },
190
- "gitHead": "c4f4f9a46b46d3545950dad3391ec77eb5107273"
190
+ "gitHead": "8922bc7024613abd23cab5a434948d34fe1d9c02"
191
191
  }