Skip to content

Commit 189fd58

Browse files
authored
chore(deps): change supported range of @types/pg (#745)
1 parent 99b1a8e commit 189fd58

5 files changed

Lines changed: 9 additions & 27 deletions

File tree

packages/lds/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/lds#readme",
3636
"dependencies": {
37-
"@types/pg": "^7.4.14",
37+
"@types/pg": ">=6 <9",
3838
"@types/ws": "^6.0.1",
3939
"pg": ">=6.1.0 <9",
4040
"tslib": "^2.0.1",
@@ -46,7 +46,5 @@
4646
"ts-jest": "25.x",
4747
"typescript": "^4.0.2"
4848
},
49-
"files": [
50-
"dist"
51-
]
49+
"files": ["dist"]
5250
}

packages/pg-pubsub/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/pg-pubsub#readme",
3232
"dependencies": {
3333
"@types/debug": "^4.1.4",
34-
"@types/pg": "^7.4.14",
34+
"@types/pg": ">=6 <9",
3535
"debug": "^4.1.1",
3636
"graphql-subscriptions": "^1.1.0",
3737
"tslib": "^2.0.1"
@@ -53,7 +53,5 @@
5353
"ts-jest": "25.x",
5454
"typescript": "^4.0.2"
5555
},
56-
"files": [
57-
"dist"
58-
]
56+
"files": ["dist"]
5957
}

packages/pg-sql2/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@
4747
},
4848
"dependencies": {
4949
"@graphile/lru": "4.11.0",
50-
"@types/pg": ">=6 <8",
50+
"@types/pg": ">=6 <9",
5151
"debug": ">=3 <5",
5252
"tslib": "^2.0.1"
5353
},
54-
"files": [
55-
"node8plus"
56-
],
54+
"files": ["node8plus"],
5755
"engines": {
5856
"node": ">=8.6"
5957
}

packages/postgraphile-core/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@types/node": "^14.6.4",
28-
"@types/pg": "^7.4.14",
28+
"@types/pg": ">=6 <9",
2929
"debug": "^4.1.1",
3030
"jest": "25.x",
3131
"jest-serializer-graphql-schema": "4.10.0",
@@ -39,10 +39,7 @@
3939
"graphql": ">=0.9 <0.14 || ^14.0.2 || ^15.4.0",
4040
"pg": ">=6.1.0 <9"
4141
},
42-
"files": [
43-
"node8plus",
44-
"index.js"
45-
],
42+
"files": ["node8plus", "index.js"],
4643
"engines": {
4744
"node": ">=8.6"
4845
}

yarn.lock

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@
23532353
resolved "https://registry.yarnpkg.com/@types/pg-types/-/pg-types-1.11.5.tgz#1eebbe62b6772fcc75c18957a90f933d155e005b"
23542354
integrity sha512-L8ogeT6vDzT1vxlW3KITTCt+BVXXVkLXfZ/XNm6UqbcJgxf+KPO7yjWx7dQQE8RW07KopL10x2gNMs41+IkMGQ==
23552355

2356-
"@types/pg@>=6 <8", "@types/pg@^7.4.10", "@types/pg@^7.4.14":
2356+
"@types/pg@>=6 <8", "@types/pg@>=6 <9", "@types/pg@^7.4.10":
23572357
version "7.14.4"
23582358
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-7.14.4.tgz#15cfcfd9300f94fd44e6191a1b0ba18d2de209f6"
23592359
integrity sha512-yCKVMCcFPZSFHGg+8qjY368uf3ruyDBPjxvOU2ZcGa/vRFo5Ti5Y6z6vl+2hxtwm9VMWUGb6TWkIk3cIV8C0Cw==
@@ -5046,15 +5046,6 @@ graphile-build@4.10.0:
50465046
pluralize "^7.0.0"
50475047
semver "^6.0.0"
50485048

5049-
graphile-utils@^4.10.0:
5050-
version "4.11.2"
5051-
resolved "https://registry.yarnpkg.com/graphile-utils/-/graphile-utils-4.11.2.tgz#264ede219a9c735cab3861fcd6b31da66495de1b"
5052-
integrity sha512-XEDtU+R3dWPMeQ+R8BpbkFbf/U8xyVXJEF91jcdGXY0REPMr4sPypbtKJVGF73VqA1pPCEkfthbVd/6DiueUwQ==
5053-
dependencies:
5054-
debug "^4.1.1"
5055-
graphql ">=0.9 <0.14 || ^14.0.2 || ^15.4.0"
5056-
tslib "^2.0.1"
5057-
50585049
graphql-config@^3.0.2:
50595050
version "3.0.3"
50605051
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-3.0.3.tgz#58907c65ed7d6e04132321450b60e57863ea9a5f"

0 commit comments

Comments
 (0)