Skip to content

Commit e9e4bc5

Browse files
committed
fix
1 parent 38d430d commit e9e4bc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/graphiql-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"license": "MIT",
1818
"main": "dist/cjs/index.js",
19-
"module": "dist/esm/index.mjs",
19+
"module": "dist/esm/index.js",
2020
"typings": "dist/esm/index.d.mts",
2121
"scripts": {
2222
"build": "tsup",

packages/graphiql/test/beforeDevServer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
const express = require('express');
99
const path = require('node:path');
10+
// eslint-disable-next-line import-x/no-extraneous-dependencies
1011
const { createHandler } = require('graphql-http/lib/use/express');
1112
const schema = require('./schema');
1213
const badSchema = require('../cypress/fixtures/bad-schema.json');

0 commit comments

Comments
 (0)