File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
23
23
// "forwardPorts": [],
24
24
25
- "onCreateCommand" : " npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.35 -g && learnpack plugins:install @learnpack/node@1.1.1 "
25
+ "onCreateCommand" : " npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/node@1.1.5 "
26
26
27
27
// Use 'postCreateCommand' to run commands after the container is created.
28
28
// "postCreateCommand": "yarn install",
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ FROM gitpod/workspace-full:latest
3
3
USER gitpod
4
4
5
5
RUN npm i jest@24.8.0 -g
6
- RUN npm i @learnpack/learnpack@2.1.18 -g && learnpack plugins:install @learnpack/node@1.1.1
6
+ RUN npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/node@1.1.5
Original file line number Diff line number Diff line change 19
19
"skills" : [" algorithms" ],
20
20
"graded" : true ,
21
21
"editor" : {
22
- "version" : " 3.1.9 "
22
+ "version" : " 3.1.23 "
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments