Skip to content

Commit f8e142f

Browse files
committed
pkg
1 parent edb69fc commit f8e142f

53 files changed

Lines changed: 4626 additions & 9002 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

graphile/graphile-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"dependencies": {
3232
"@pgpmjs/logger": "workspace:^",
3333
"express": "^5.2.1",
34-
"grafserv": "1.0.0-rc.6",
35-
"lru-cache": "^11.2.6",
34+
"grafserv": "1.0.0-rc.7",
35+
"lru-cache": "^11.2.7",
3636
"pg-cache": "workspace:^",
3737
"postgraphile": "5.0.0-rc.7"
3838
},

graphile/graphile-connection-filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"graphile-build": "5.0.0-rc.4",
5151
"graphile-build-pg": "5.0.0-rc.5",
5252
"graphile-config": "1.0.0-rc.5",
53-
"graphql": "^16.9.0",
53+
"graphql": "16.13.0",
5454
"pg-sql2": "5.0.0-rc.4",
5555
"postgraphile": "5.0.0-rc.7"
5656
}

graphile/graphile-misc-plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"@pgsql/quotes": "^17.1.0",
3434
"graphile-utils": "5.0.0-rc.5",
3535
"inflekt": "^0.3.3",
36-
"pg": "^8.19.0",
36+
"pg": "^8.20.0",
3737
"pg-query-context": "workspace:^"
3838
},
3939
"peerDependencies": {
4040
"grafast": "1.0.0-rc.7",
4141
"graphile-build": "5.0.0-rc.4",
4242
"graphile-build-pg": "5.0.0-rc.5",
4343
"graphile-config": "1.0.0-rc.5",
44-
"graphql": "^16.9.0",
44+
"graphql": "16.13.0",
4545
"pg-sql2": "5.0.0-rc.4"
4646
},
4747
"devDependencies": {

graphile/graphile-postgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"graphile-build-pg": "5.0.0-rc.5",
4848
"graphile-config": "1.0.0-rc.5",
4949
"graphile-connection-filter": "workspace:^",
50-
"graphql": "^16.9.0",
50+
"graphql": "16.13.0",
5151
"pg-sql2": "5.0.0-rc.4",
5252
"postgraphile": "5.0.0-rc.7"
5353
},

graphile/graphile-query/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {
32-
"grafast": "1.0.0-rc.7",
32+
"grafast": "1.0.0-rc.9",
3333
"graphile-build": "5.0.0-rc.4",
3434
"graphile-build-pg": "5.0.0-rc.5",
35-
"graphile-config": "1.0.0-rc.5",
35+
"graphile-config": "1.0.0-rc.6",
3636
"graphile-settings": "workspace:^",
37-
"graphql": "^16.13.0",
38-
"pg": "^8.19.0",
37+
"graphql": "16.13.0",
38+
"pg": "^8.20.0",
3939
"postgraphile": "5.0.0-rc.7"
4040
},
4141
"devDependencies": {

graphile/graphile-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"dependencies": {
3232
"deepmerge": "^4.3.1",
3333
"graphile-build": "5.0.0-rc.4",
34-
"graphile-config": "1.0.0-rc.5",
34+
"graphile-config": "1.0.0-rc.6",
3535
"graphile-settings": "workspace:^",
36-
"graphql": "^16.13.0",
36+
"graphql": "16.13.0",
3737
"pg-cache": "workspace:^",
3838
"pg-env": "workspace:^"
3939
},

graphile/graphile-search/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"graphile-connection-filter": "workspace:^",
3535
"graphile-test": "workspace:^",
3636
"makage": "^0.1.10",
37-
"pg": "^8.19.0",
37+
"pg": "^8.20.0",
3838
"pgsql-test": "workspace:^"
3939
},
4040
"peerDependencies": {
4141
"@dataplan/pg": "1.0.0-rc.5",
4242
"graphile-build": "5.0.0-rc.4",
4343
"graphile-build-pg": "5.0.0-rc.5",
4444
"graphile-config": "1.0.0-rc.5",
45-
"graphql": "^16.9.0",
45+
"graphql": "16.13.0",
4646
"pg-sql2": "5.0.0-rc.4",
4747
"postgraphile": "5.0.0-rc.7"
4848
},

graphile/graphile-settings/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,32 @@
3333
"@constructive-io/graphql-types": "workspace:^",
3434
"@constructive-io/s3-streamer": "workspace:^",
3535
"@constructive-io/upload-names": "workspace:^",
36-
"@dataplan/json": "1.0.0-rc.5",
37-
"@dataplan/pg": "1.0.0-rc.5",
36+
"@dataplan/json": "1.0.0-rc.6",
37+
"@dataplan/pg": "1.0.0-rc.8",
3838
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.1",
3939
"@pgpmjs/logger": "workspace:^",
4040
"@pgpmjs/types": "workspace:^",
4141
"cors": "^2.8.6",
4242
"express": "^5.2.1",
43-
"grafast": "1.0.0-rc.7",
44-
"grafserv": "1.0.0-rc.6",
43+
"grafast": "1.0.0-rc.9",
44+
"grafserv": "1.0.0-rc.7",
4545
"graphile-build": "5.0.0-rc.4",
4646
"graphile-build-pg": "5.0.0-rc.5",
47-
"graphile-config": "1.0.0-rc.5",
47+
"graphile-config": "1.0.0-rc.6",
4848
"graphile-connection-filter": "workspace:^",
4949
"graphile-misc-plugins": "workspace:^",
5050
"graphile-postgis": "workspace:^",
5151
"graphile-search": "workspace:^",
5252
"graphile-sql-expression-validator": "workspace:^",
5353
"graphile-upload-plugin": "workspace:^",
54-
"graphql": "^16.13.0",
54+
"graphql": "16.13.0",
5555
"inflekt": "^0.3.3",
56-
"lru-cache": "^11.2.6",
57-
"pg": "^8.19.0",
56+
"lru-cache": "^11.2.7",
57+
"pg": "^8.20.0",
5858
"pg-sql2": "5.0.0-rc.4",
5959
"postgraphile": "5.0.0-rc.7",
6060
"request-ip": "^3.3.0",
61-
"tamedevil": "0.1.0-rc.4"
61+
"tamedevil": "0.1.0-rc.6"
6262
},
6363
"devDependencies": {
6464
"@types/cors": "^2.8.17",

graphile/graphile-sql-expression-validator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"url": "https://github.com/constructive-io/constructive/issues"
4343
},
4444
"dependencies": {
45-
"pgsql-deparser": "^17.18.0",
46-
"pgsql-parser": "^17.9.12"
45+
"pgsql-deparser": "^17.18.1",
46+
"pgsql-parser": "^17.9.13"
4747
},
4848
"peerDependencies": {
4949
"grafast": "1.0.0-rc.7",
5050
"graphile-build": "5.0.0-rc.4",
5151
"graphile-build-pg": "5.0.0-rc.5",
5252
"graphile-config": "1.0.0-rc.5",
53-
"graphql": "^16.9.0"
53+
"graphql": "16.13.0"
5454
},
5555
"devDependencies": {
5656
"@types/node": "^22.19.11",

graphile/graphile-test/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"@constructive-io/graphql-env": "workspace:^",
3838
"@constructive-io/graphql-types": "workspace:^",
3939
"@pgpmjs/types": "workspace:^",
40-
"grafast": "1.0.0-rc.7",
40+
"grafast": "1.0.0-rc.9",
4141
"graphile-build": "5.0.0-rc.4",
4242
"graphile-build-pg": "5.0.0-rc.5",
43-
"graphile-config": "1.0.0-rc.5",
44-
"graphql": "^16.13.0",
43+
"graphile-config": "1.0.0-rc.6",
44+
"graphql": "16.13.0",
4545
"mock-req": "^0.2.0",
46-
"pg": "^8.19.0",
46+
"pg": "^8.20.0",
4747
"pgsql-test": "workspace:^",
4848
"postgraphile": "5.0.0-rc.7"
4949
},

0 commit comments

Comments
 (0)