Skip to content

Commit 6bd2f69

Browse files
Bump rollup from 4.53.2 to 4.53.3 (#1707)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1041bcd commit 6bd2f69

File tree

3 files changed

+265
-30
lines changed

3 files changed

+265
-30
lines changed

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"pkgroll": "2.20.1",
153153
"postject": "^1.0.0-alpha.6",
154154
"rimraf": "^6.1.0",
155-
"rollup": "4.53.2",
155+
"rollup": "4.53.3",
156156
"rollup-plugin-tsconfig-paths": "^1.5.2",
157157
"tsx": "4.20.6"
158158
},

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { isNotPlatform } from './internal/env/src/node';
99
// packages as per the Node resolution spec.
1010
//
1111
// Vite will process inlined modules.
12-
const inline = [/@graphql-mesh\/.*/, /@omnigraph\/.*/];
12+
const inline = [/@graphql-mesh\/.*/, /@omnigraph\/.*/, /@graphql-hive\/signal/];
1313

1414
export default defineConfig({
1515
plugins: [tsconfigPaths()],

0 commit comments

Comments
 (0)