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.13 .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.13
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.13
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.13
4343 entrypoint : ["/bin/sh", "-c"]
4444 command :
4545 - |
Original file line number Diff line number Diff line change 4242 "@types/jest" : " ^29.5.14" ,
4343 "@types/jest-when" : " ^3" ,
4444 "@types/lodash" : " ^4.17.13" ,
45- "@types/node" : " ^20 " ,
45+ "@types/node" : " ^22.0.0 " ,
4646 "@types/react" : " ^18" ,
4747 "@types/react-dom" : " ^18.3.0" ,
4848 "@typescript-eslint/eslint-plugin" : " ^8.13.0" ,
Original file line number Diff line number Diff line change @@ -2325,7 +2325,7 @@ __metadata:
23252325 languageName : node
23262326 linkType : hard
23272327
2328- " @types/node@npm:^20, @types/node@npm:^20 .11.19 " :
2328+ " @types/node@npm:^20.11.19 " :
23292329 version : 20.17.12
23302330 resolution : " @types/node@npm:20.17.12"
23312331 dependencies :
@@ -10016,7 +10016,7 @@ __metadata:
1001610016 " @types/jest " : " npm:^29.5.14"
1001710017 " @types/jest-when " : " npm:^3"
1001810018 " @types/lodash " : " npm:^4.17.13"
10019- " @types/node " : " npm:^20 "
10019+ " @types/node " : " npm:^22.0.0 "
1002010020 " @types/react " : " npm:^18"
1002110021 " @types/react-dom " : " npm:^18.3.0"
1002210022 " @typescript-eslint/eslint-plugin " : " npm:^8.13.0"
You can’t perform that action at this time.
0 commit comments