Skip to content

Commit a37f2bc

Browse files
committed
upgrades
1 parent b2f5da7 commit a37f2bc

11 files changed

Lines changed: 2620 additions & 7399 deletions

File tree

graphile/graphile-many-to-many/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"plugin"
3838
],
3939
"dependencies": {
40-
"find-and-require-package-json": "^0.8.0",
40+
"find-and-require-package-json": "^0.8.1",
4141
"graphile-build": "^4.14.1",
4242
"graphile-build-pg": "^4.14.1"
4343
},

graphile/graphile-plugin-connection-filter-postgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"launchql"
4141
],
4242
"dependencies": {
43-
"find-and-require-package-json": "^0.8.0",
43+
"find-and-require-package-json": "^0.8.1",
4444
"graphile-build": "^4.14.1",
4545
"graphile-build-pg": "^4.14.1",
4646
"graphile-plugin-connection-filter": "workspace:^",

graphile/graphile-plugin-connection-filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"url": "https://github.com/constructive-io/constructive/issues"
4040
},
4141
"dependencies": {
42-
"find-and-require-package-json": "^0.8.0",
42+
"find-and-require-package-json": "^0.8.1",
4343
"graphile-build": "^4.14.1",
4444
"graphile-build-pg": "^4.14.1",
4545
"graphql": "15.10.1"

graphile/graphile-postgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"pgsql-test": "workspace:^"
4545
},
4646
"dependencies": {
47-
"find-and-require-package-json": "^0.8.0",
47+
"find-and-require-package-json": "^0.8.1",
4848
"graphile-build": "^4.14.1",
4949
"graphile-build-pg": "^4.14.1",
5050
"graphile-utils": "^4.14.1",

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/node": "^20.12.7",
4040
"@types/pg": "^8.16.0",
4141
"@types/shelljs": "^0.8.16",
42-
"clean-ansi": "0.1.3",
42+
"clean-ansi": "0.1.4",
4343
"glob": "^13.0.0",
4444
"makage": "^0.1.8",
4545
"pg": "^8.16.3",
@@ -54,15 +54,15 @@
5454
"@pgpmjs/logger": "workspace:^",
5555
"@pgpmjs/server-utils": "workspace:^",
5656
"@pgpmjs/types": "workspace:^",
57-
"find-and-require-package-json": "^0.8.0",
58-
"inquirerer": "^2.1.11",
57+
"find-and-require-package-json": "^0.8.1",
58+
"inquirerer": "^2.1.13",
5959
"js-yaml": "^4.1.0",
6060
"minimist": "^1.2.8",
6161
"pg-cache": "workspace:^",
6262
"pg-env": "workspace:^",
6363
"pgpm": "workspace:^",
6464
"shelljs": "^0.10.0",
65-
"yanse": "^0.1.5"
65+
"yanse": "^0.1.7"
6666
},
6767
"keywords": [
6868
"cli",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@pgpmjs/server-utils": "workspace:^",
5252
"@pgpmjs/types": "workspace:^",
5353
"@pgsql/types": "^17.6.2",
54-
"create-gen-app": "^0.3.3",
54+
"create-gen-app": "^0.3.5",
5555
"csv-to-pg": "^2.0.10",
5656
"glob": "^13.0.0",
5757
"komoji": "^0.7.8",
@@ -61,7 +61,7 @@
6161
"pg-env": "workspace:^",
6262
"pgsql-deparser": "^17.12.2",
6363
"pgsql-parser": "^17.9.2",
64-
"yanse": "^0.1.5"
64+
"yanse": "^0.1.7"
6565
},
6666
"peerDependencies": {
6767
"@pgsql/types": "^17.6.1"

packages/launchql-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"@graphql-codegen/typescript-react-query": "^6.1.1",
3737
"@types/pluralize": "0.0.33",
3838
"graphql": "15.10.1",
39-
"introspectron": "workspace:^",
4039
"launchql-test": "workspace:^",
4140
"makage": "^0.1.8"
4241
},
@@ -45,6 +44,7 @@
4544
"graphql-request": "^6.1.0",
4645
"graphql-tag": "^2.12.6",
4746
"inflection": "^1.12.0",
47+
"introspectron": "workspace:^",
4848
"pluralize": "^8.0.0"
4949
},
5050
"keywords": [

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {
32-
"yanse": "^0.1.5"
32+
"yanse": "^0.1.7"
3333
},
3434
"keywords": [
3535
"logger",

packages/pg-ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
},
4444
"dependencies": {
4545
"@pgsql/types": "^17.6.2",
46-
"nested-obj": "0.1.5"
46+
"nested-obj": "0.1.6"
4747
}
4848
}

packages/pgpm/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@
4949
"@pgpmjs/env": "workspace:^",
5050
"@pgpmjs/logger": "workspace:^",
5151
"@pgpmjs/types": "workspace:^",
52-
"appstash": "^0.2.4",
53-
"create-gen-app": "^0.3.3",
54-
"find-and-require-package-json": "^0.8.0",
55-
"inquirerer": "^2.1.11",
52+
"appstash": "^0.2.5",
53+
"create-gen-app": "^0.3.5",
54+
"find-and-require-package-json": "^0.8.1",
55+
"inquirerer": "^2.1.13",
5656
"js-yaml": "^4.1.0",
5757
"minimist": "^1.2.8",
5858
"pg-cache": "workspace:^",
5959
"pg-env": "workspace:^",
6060
"semver": "^7.6.2",
6161
"shelljs": "^0.10.0",
62-
"yanse": "^0.1.5"
62+
"yanse": "^0.1.7"
6363
},
6464
"keywords": [
6565
"cli",

0 commit comments

Comments
 (0)