Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine AS build
FROM node:22-alpine AS build
ENV NODE_ENV=development
ENV DISTDIR=/usr/local/share/graphql-inspector

Expand All @@ -10,7 +10,7 @@ RUN npm install -g [email protected]
RUN pnpm install
RUN pnpm build

FROM node:20-alpine AS dist
FROM node:22-alpine AS dist
ENV NODE_ENV=production
ENV DISTDIR=/usr/local/share/graphql-inspector

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/express": "5.0.1",
"@types/node": "20.14.15",
"@types/node": "22.18.8",
"@types/yargs": "17.0.33",
"@vercel/ncc": "0.38.3",
"bob-the-bundler": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@babel/core": "7.26.10",
"@types/node": "20.14.15",
"@types/node": "22.18.8",
"graphql": "16.9.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tslib": "2.6.2"
},
"devDependencies": {
"@types/node": "20.14.15",
"@types/node": "22.18.8",
"graphql": "16.9.0"
},
"publishConfig": {
Expand Down
Loading
Loading