File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM node:17.9.1 -alpine
1
+ FROM node:22. 17.0 -alpine
2
2
WORKDIR /usr/src/app
3
3
COPY . .
4
4
RUN npm install
Original file line number Diff line number Diff line change 20
20
"react-dom" : " 18.2.0"
21
21
},
22
22
"devDependencies" : {
23
- "@types/node" : " 17.0.41 " ,
23
+ "@types/node" : " 22.16.3 " ,
24
24
"@types/react" : " 18.0.16" ,
25
25
"eslint" : " 8.19.0" ,
26
26
"eslint-config-next" : " 12.2.4" ,
Original file line number Diff line number Diff line change 20
20
"url" : " git+https://github.com/SudhanPlayz/Discord-MusicBot.git"
21
21
},
22
22
"engines" : {
23
- "node" : " >=16.x <=16.16 "
23
+ "node" : " >=16.x <=22.17 "
24
24
},
25
25
"keywords" : [
26
26
" discord" ,
77
77
"prettier" : " 2.6.2"
78
78
},
79
79
"volta" : {
80
- "node" : " 16.15.1 " ,
80
+ "node" : " 22.17.0 " ,
81
81
"yarn" : " 3.3.0"
82
82
}
83
83
}
You can’t perform that action at this time.
0 commit comments