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.18.0 -alpine
22WORKDIR /usr/src/app
33COPY . .
44RUN npm install
Original file line number Diff line number Diff line change 2020 "react-dom" : " 18.2.0"
2121 },
2222 "devDependencies" : {
23- "@types/node" : " 17.0.41 " ,
23+ "@types/node" : " 22. 17.0" ,
2424 "@types/react" : " 18.0.16" ,
2525 "eslint" : " 8.19.0" ,
2626 "eslint-config-next" : " 12.2.4" ,
Original file line number Diff line number Diff line change 2020 "url" : " git+https://github.com/SudhanPlayz/Discord-MusicBot.git"
2121 },
2222 "engines" : {
23- "node" : " >=16.x <=16.16 "
23+ "node" : " >=16.x <=22.18 "
2424 },
2525 "keywords" : [
2626 " discord" ,
7777 "prettier" : " 2.6.2"
7878 },
7979 "volta" : {
80- "node" : " 16.15.1 " ,
80+ "node" : " 22.18.0 " ,
8181 "yarn" : " 3.3.0"
8282 }
8383}
You can’t perform that action at this time.
0 commit comments