File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- 22.11 .0
1+ 22.12 .0
Original file line number Diff line number Diff line change 11services :
22 install :
33 working_dir : /src
4- image : node:22.11
4+ image : node:22.12
55 entrypoint : ["/bin/sh", "-c"]
66 command : yarn install
77 ports :
@@ -18,7 +18,7 @@ services:
1818 depends_on :
1919 install :
2020 condition : service_completed_successfully
21- image : node:22.11
21+ image : node:22.12
2222 entrypoint : ["/bin/sh", "-c"]
2323 command :
2424 - |
@@ -39,7 +39,7 @@ services:
3939 install :
4040 condition : service_completed_successfully
4141 working_dir : /src
42- image : node:22.11
42+ image : node:22.12
4343 entrypoint : ["/bin/sh", "-c"]
4444 command :
4545 - |
Original file line number Diff line number Diff line change 4141 "@types/jest" : " ^29.5.14" ,
4242 "@types/jest-when" : " ^3" ,
4343 "@types/lodash" : " ^4.17.13" ,
44- "@types/node" : " ^20 " ,
44+ "@types/node" : " ^22.0.0 " ,
4545 "@types/react" : " ^18" ,
4646 "@types/react-dom" : " ^18.3.0" ,
4747 "@typescript-eslint/eslint-plugin" : " ^8.13.0" ,
Original file line number Diff line number Diff line change @@ -2228,7 +2228,7 @@ __metadata:
22282228 languageName : node
22292229 linkType : hard
22302230
2231- " @types/node@npm:^20, @types/node@npm:^20 .11.19 " :
2231+ " @types/node@npm:^20.11.19 " :
22322232 version : 20.17.10
22332233 resolution : " @types/node@npm:20.17.10"
22342234 dependencies :
@@ -9656,7 +9656,7 @@ __metadata:
96569656 " @types/jest " : " npm:^29.5.14"
96579657 " @types/jest-when " : " npm:^3"
96589658 " @types/lodash " : " npm:^4.17.13"
9659- " @types/node " : " npm:^20 "
9659+ " @types/node " : " npm:^22.0.0 "
96609660 " @types/react " : " npm:^18"
96619661 " @types/react-dom " : " npm:^18.3.0"
96629662 " @typescript-eslint/eslint-plugin " : " npm:^8.13.0"
You can’t perform that action at this time.
0 commit comments