joist-orm 2.3.0-next.49 → 2.3.0-next.50

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joist-orm",
3
- "version": "2.3.0-next.49",
3
+ "version": "2.3.0-next.50",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {
@@ -201,19 +201,19 @@
201
201
  "build"
202
202
  ],
203
203
  "dependencies": {
204
- "joist-codegen": "2.3.0-next.49",
205
- "joist-core": "2.3.0-next.49",
206
- "joist-graphql-codegen": "2.3.0-next.49",
207
- "joist-graphql-resolver-utils": "2.3.0-next.49",
208
- "joist-knex": "2.3.0-next.49",
209
- "joist-migration-utils": "2.3.0-next.49",
210
- "joist-test-utils": "2.3.0-next.49",
211
- "joist-utils": "2.3.0-next.49"
204
+ "joist-codegen": "2.3.0-next.50",
205
+ "joist-core": "2.3.0-next.50",
206
+ "joist-graphql-codegen": "2.3.0-next.50",
207
+ "joist-graphql-resolver-utils": "2.3.0-next.50",
208
+ "joist-knex": "2.3.0-next.50",
209
+ "joist-migration-utils": "2.3.0-next.50",
210
+ "joist-test-utils": "2.3.0-next.50",
211
+ "joist-utils": "2.3.0-next.50"
212
212
  },
213
213
  "peerDependencies": {
214
214
  "knex": "^3.1.0",
215
215
  "node-pg-migrate": "^8.0.4",
216
- "pg": "^8.22.0",
216
+ "pg": "^8.23.0",
217
217
  "pg-types": "^4.1.0",
218
218
  "postgres-array": "^3.0.4"
219
219
  },
@@ -233,7 +233,7 @@
233
233
  },
234
234
  "devDependencies": {
235
235
  "@types/node": "^26.2.0",
236
- "@types/pg": "^8.21.0",
236
+ "@types/pg": "^8.23.1",
237
237
  "tsconfig-paths": "^4.2.0",
238
238
  "typescript": "7.0.2"
239
239
  }