Skip to content

Commit 771eb44

Browse files
committed
Don't add ESLint plugin or graphile-export as dependency
1 parent 375f125 commit 771eb44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
"url": "https://github.com/graphile-contrib/postgraphile-plugin-connection-filter/issues"
2626
},
2727
"dependencies": {
28-
"eslint-plugin-graphile-export": "^0.0.2-beta.3",
29-
"graphile-export": "0.0.2-beta.6",
3028
"tslib": "^2.5.0"
3129
},
3230
"devDependencies": {
@@ -44,6 +42,7 @@
4442
"babel-plugin-transform-import-meta": "^2.2.1",
4543
"eslint": "^8.48.0",
4644
"eslint-config-prettier": "^9.0.0",
45+
"eslint-plugin-graphile-export": "^0.0.2-beta.3",
4746
"eslint-plugin-import": "^2.28.1",
4847
"eslint-plugin-jest": "^27.2.3",
4948
"eslint-plugin-simple-import-sort": "^10.0.0",
@@ -53,6 +52,7 @@
5352
"grafserv": "0.1.1-beta.3",
5453
"graphile-build": "^5.0.0-beta.1",
5554
"graphile-build-pg": "5.0.0-beta.15",
55+
"graphile-export": "0.0.2-beta.6",
5656
"graphql": "16.1.0-experimental-stream-defer.6",
5757
"jest": "29.7.0",
5858
"module-from-string": "^3.3.0",

0 commit comments

Comments
 (0)