Skip to content

Commit 2456e7c

Browse files
committed
upgrades
1 parent 16e3a68 commit 2456e7c

50 files changed

Lines changed: 4990 additions & 9692 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.

examples/codegen-integration/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"@0no-co/graphql.web": "^1.2.0",
12-
"@tanstack/react-query": "^5.90.20",
12+
"@tanstack/react-query": "^5.90.21",
1313
"gql-ast": "workspace:^",
14-
"graphql": "15.10.1",
15-
"react": "^19.2.3",
16-
"react-dom": "^19.2.3"
14+
"graphql": "16.13.0",
15+
"react": "^19.2.4",
16+
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@constructive-io/graphql-codegen": "workspace:^",

graphile/graphile-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"@pgpmjs/logger": "workspace:^",
3333
"express": "^5.2.1",
3434
"grafserv": "1.0.0-rc.6",
35-
"lru-cache": "^11.2.4",
35+
"lru-cache": "^11.2.6",
3636
"pg-cache": "workspace:^",
3737
"postgraphile": "5.0.0-rc.7"
3838
},
3939
"devDependencies": {
4040
"@types/express": "^5.0.6",
4141
"makage": "^0.1.10",
42-
"nodemon": "^3.1.10",
42+
"nodemon": "^3.1.14",
4343
"ts-node": "^10.9.2"
4444
},
4545
"keywords": [

graphile/graphile-misc-plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.1",
3333
"@pgsql/quotes": "^17.1.0",
3434
"graphile-utils": "5.0.0-rc.5",
35-
"inflekt": "^0.3.0",
36-
"pg": "^8.17.1",
35+
"inflekt": "^0.3.3",
36+
"pg": "^8.19.0",
3737
"pg-query-context": "workspace:^"
3838
},
3939
"peerDependencies": {

graphile/graphile-pg-textsearch-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
},
3131
"devDependencies": {
3232
"@types/node": "^22.19.1",
33-
"@types/pg": "^8.16.0",
33+
"@types/pg": "^8.18.0",
3434
"graphile-test": "workspace:^",
3535
"makage": "^0.1.10",
36-
"pg": "^8.17.1",
36+
"pg": "^8.19.0",
3737
"pgsql-test": "workspace:^"
3838
},
3939
"peerDependencies": {

graphile/graphile-pgvector-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
},
3131
"devDependencies": {
3232
"@types/node": "^22.19.1",
33-
"@types/pg": "^8.16.0",
33+
"@types/pg": "^8.18.0",
3434
"graphile-test": "workspace:^",
3535
"makage": "^0.1.10",
36-
"pg": "^8.17.1",
36+
"pg": "^8.19.0",
3737
"pgsql-test": "workspace:^"
3838
},
3939
"peerDependencies": {

graphile/graphile-query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"graphile-build-pg": "5.0.0-rc.5",
3535
"graphile-config": "1.0.0-rc.5",
3636
"graphile-settings": "workspace:^",
37-
"graphql": "^16.9.0",
38-
"pg": "^8.17.1",
37+
"graphql": "^16.13.0",
38+
"pg": "^8.19.0",
3939
"postgraphile": "5.0.0-rc.7"
4040
},
4141
"devDependencies": {
42-
"@types/pg": "^8.16.0",
42+
"@types/pg": "^8.18.0",
4343
"makage": "^0.1.10",
4444
"pgsql-test": "workspace:^"
4545
},

graphile/graphile-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"graphile-build": "5.0.0-rc.4",
3434
"graphile-config": "1.0.0-rc.5",
3535
"graphile-settings": "workspace:^",
36-
"graphql": "^16.9.0",
36+
"graphql": "^16.13.0",
3737
"pg-cache": "workspace:^",
3838
"pg-env": "workspace:^"
3939
},

graphile/graphile-settings/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.1",
3939
"@pgpmjs/logger": "workspace:^",
4040
"@pgpmjs/types": "workspace:^",
41-
"cors": "^2.8.5",
41+
"cors": "^2.8.6",
4242
"express": "^5.2.1",
4343
"grafast": "1.0.0-rc.7",
4444
"grafserv": "1.0.0-rc.6",
@@ -53,10 +53,10 @@
5353
"graphile-search-plugin": "workspace:^",
5454
"graphile-sql-expression-validator": "workspace:^",
5555
"graphile-upload-plugin": "workspace:^",
56-
"graphql": "^16.9.0",
57-
"inflekt": "^0.3.0",
58-
"lru-cache": "^11.2.4",
59-
"pg": "^8.17.1",
56+
"graphql": "^16.13.0",
57+
"inflekt": "^0.3.3",
58+
"lru-cache": "^11.2.6",
59+
"pg": "^8.19.0",
6060
"pg-sql2": "5.0.0-rc.4",
6161
"postgraphile": "5.0.0-rc.7",
6262
"postgraphile-plugin-connection-filter": "3.0.0-rc.1",
@@ -66,10 +66,10 @@
6666
"devDependencies": {
6767
"@types/cors": "^2.8.17",
6868
"@types/express": "^5.0.6",
69-
"@types/pg": "^8.16.0",
69+
"@types/pg": "^8.18.0",
7070
"@types/request-ip": "^0.0.41",
7171
"makage": "^0.1.10",
72-
"nodemon": "^3.1.10",
72+
"nodemon": "^3.1.14",
7373
"ts-node": "^10.9.2"
7474
},
7575
"keywords": [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"url": "https://github.com/constructive-io/constructive/issues"
4343
},
4444
"dependencies": {
45-
"pgsql-deparser": "^17.17.2",
46-
"pgsql-parser": "^17.9.11"
45+
"pgsql-deparser": "^17.18.0",
46+
"pgsql-parser": "^17.9.12"
4747
},
4848
"peerDependencies": {
4949
"grafast": "1.0.0-rc.7",

graphile/graphile-test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"devDependencies": {
32-
"@types/pg": "^8.16.0",
32+
"@types/pg": "^8.18.0",
3333
"graphql-tag": "2.12.6",
3434
"makage": "^0.1.10"
3535
},
@@ -41,9 +41,9 @@
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
"mock-req": "^0.2.0",
46-
"pg": "^8.17.1",
46+
"pg": "^8.19.0",
4747
"pgsql-test": "workspace:^",
4848
"postgraphile": "5.0.0-rc.7"
4949
},

0 commit comments

Comments
 (0)