File tree 7 files changed +67
-76
lines changed
7 files changed +67
-76
lines changed Original file line number Diff line number Diff line change 1
- 20
1
+ 22
Original file line number Diff line number Diff line change 1
- FROM node:20 -alpine AS build
1
+ FROM node:22 -alpine AS build
2
2
ENV NODE_ENV=development
3
3
ENV DISTDIR=/usr/local/share/graphql-inspector
4
4
@@ -10,7 +10,7 @@ RUN npm install -g pnpm@9.12.3
10
10
RUN pnpm install
11
11
RUN pnpm build
12
12
13
- FROM node:20 -alpine AS dist
13
+ FROM node:22 -alpine AS dist
14
14
ENV NODE_ENV=production
15
15
ENV DISTDIR=/usr/local/share/graphql-inspector
16
16
Original file line number Diff line number Diff line change 78
78
"@types/body-parser" : " 1.19.5" ,
79
79
"@types/cors" : " 2.8.17" ,
80
80
"@types/express" : " 5.0.1" ,
81
- "@types/node" : " 20.14.15 " ,
81
+ "@types/node" : " 22.15.18 " ,
82
82
"@types/yargs" : " 17.0.33" ,
83
83
"@vercel/ncc" : " 0.38.3" ,
84
84
"bob-the-bundler" : " 7.0.1" ,
Original file line number Diff line number Diff line change 69
69
},
70
70
"devDependencies" : {
71
71
"@babel/core" : " 7.26.10" ,
72
- "@types/node" : " 20.14.15 " ,
72
+ "@types/node" : " 22.15.18 " ,
73
73
"graphql" : " 16.9.0"
74
74
},
75
75
"publishConfig" : {
Original file line number Diff line number Diff line change 68
68
"tslib" : " 2.6.2"
69
69
},
70
70
"devDependencies" : {
71
- "@types/node" : " 20.14.15 " ,
71
+ "@types/node" : " 22.15.18 " ,
72
72
"graphql" : " 16.9.0"
73
73
},
74
74
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments