Skip to content

Commit affe24c

Browse files
committed
upgrades
1 parent 30e3739 commit affe24c

10 files changed

Lines changed: 2647 additions & 7471 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.1",
40+
"find-and-require-package-json": "^0.8.2",
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
@@ -41,7 +41,7 @@
4141
"pgpm"
4242
],
4343
"dependencies": {
44-
"find-and-require-package-json": "^0.8.1",
44+
"find-and-require-package-json": "^0.8.2",
4545
"graphile-build": "^4.14.1",
4646
"graphile-build-pg": "^4.14.1",
4747
"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
@@ -40,7 +40,7 @@
4040
"url": "https://github.com/constructive-io/constructive/issues"
4141
},
4242
"dependencies": {
43-
"find-and-require-package-json": "^0.8.1",
43+
"find-and-require-package-json": "^0.8.2",
4444
"graphile-build": "^4.14.1",
4545
"graphile-build-pg": "^4.14.1",
4646
"graphql": "15.10.1"

graphile/graphile-postgis/package.json

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

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1",
58-
"inquirerer": "^2.1.13",
57+
"find-and-require-package-json": "^0.8.2",
58+
"inquirerer": "^2.1.14",
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.7"
65+
"yanse": "^0.1.8"
6666
},
6767
"keywords": [
6868
"cli",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@
5151
"@pgpmjs/server-utils": "workspace:^",
5252
"@pgpmjs/types": "workspace:^",
5353
"@pgsql/types": "^17.6.2",
54-
"create-gen-app": "^0.3.5",
54+
"create-gen-app": "^0.3.6",
5555
"csv-to-pg": "^2.0.10",
5656
"glob": "^13.0.0",
57-
"komoji": "^0.7.10",
57+
"komoji": "^0.7.11",
5858
"parse-package-name": "^1.0.0",
5959
"pg": "^8.16.3",
6060
"pg-cache": "workspace:^",
6161
"pg-env": "workspace:^",
6262
"pgsql-deparser": "^17.12.2",
6363
"pgsql-parser": "^17.9.2",
64-
"yanse": "^0.1.7"
64+
"yanse": "^0.1.8"
6565
},
6666
"peerDependencies": {
6767
"@pgsql/types": "^17.6.1"

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.7"
32+
"yanse": "^0.1.8"
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.6"
46+
"nested-obj": "0.1.7"
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.5",
53-
"create-gen-app": "^0.3.5",
54-
"find-and-require-package-json": "^0.8.1",
55-
"inquirerer": "^2.1.13",
52+
"appstash": "^0.2.6",
53+
"create-gen-app": "^0.3.6",
54+
"find-and-require-package-json": "^0.8.2",
55+
"inquirerer": "^2.1.14",
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.7"
62+
"yanse": "^0.1.8"
6363
},
6464
"keywords": [
6565
"cli",

0 commit comments

Comments
 (0)