@cedarjs/internal 5.0.7-next.219 → 5.0.7-next.258

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "5.0.7-next.219",
3
+ "version": "5.0.7-next.258",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -121,14 +121,14 @@
121
121
  "@babel/parser": "7.29.7",
122
122
  "@babel/plugin-transform-typescript": "^7.26.8",
123
123
  "@babel/traverse": "7.29.7",
124
- "@cedarjs/api": "5.0.7-next.219",
125
- "@cedarjs/babel-config": "5.0.7-next.219",
126
- "@cedarjs/cli-helpers": "5.0.7-next.219",
127
- "@cedarjs/graphql-server": "5.0.7-next.219",
128
- "@cedarjs/project-config": "5.0.7-next.219",
129
- "@cedarjs/router": "5.0.7-next.219",
130
- "@cedarjs/structure": "5.0.7-next.219",
131
- "@cedarjs/utils": "5.0.7-next.219",
124
+ "@cedarjs/api": "5.0.7-next.258",
125
+ "@cedarjs/babel-config": "5.0.7-next.258",
126
+ "@cedarjs/cli-helpers": "5.0.7-next.258",
127
+ "@cedarjs/graphql-server": "5.0.7-next.258",
128
+ "@cedarjs/project-config": "5.0.7-next.258",
129
+ "@cedarjs/router": "5.0.7-next.258",
130
+ "@cedarjs/structure": "5.0.7-next.258",
131
+ "@cedarjs/utils": "5.0.7-next.258",
132
132
  "@graphql-codegen/add": "6.0.1",
133
133
  "@graphql-codegen/cli": "6.3.1",
134
134
  "@graphql-codegen/client-preset": "5.3.0",
@@ -149,7 +149,7 @@
149
149
  "@sdl-codegen/node": "2.0.1",
150
150
  "ansis": "4.3.1",
151
151
  "chokidar": "3.6.0",
152
- "esbuild": "0.28.1",
152
+ "esbuild": "0.28.2",
153
153
  "execa": "5.1.1",
154
154
  "fast-glob": "3.3.3",
155
155
  "graphql": "16.14.2",
@@ -166,13 +166,13 @@
166
166
  "vite-tsconfig-paths": "^6.1.1"
167
167
  },
168
168
  "devDependencies": {
169
- "@cedarjs/framework-tools": "5.0.7-next.219",
169
+ "@cedarjs/framework-tools": "5.0.7-next.258",
170
170
  "@jridgewell/trace-mapping": "0.3.31",
171
171
  "@oxc-project/types": "^0.141.0",
172
172
  "concurrently": "9.2.4",
173
173
  "graphql-tag": "2.12.6",
174
174
  "memfs": "4.64.0",
175
- "publint": "0.3.22",
175
+ "publint": "0.3.23",
176
176
  "ts-dedent": "2.3.0",
177
177
  "vitest": "4.1.10"
178
178
  },