Skip to content

Commit 138b313

Browse files
authoredApr 1, 2024··
Merge pull request #103 from Charlytoc/master
Update devcontainer.json to match new learnpack cli, editor and cpmpiler versions
2 parents b2a5d9a + 8c44477 commit 138b313

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

Diff for: ‎.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2323
// "forwardPorts": [],
2424

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"
2626

2727
// Use 'postCreateCommand' to run commands after the container is created.
2828
// "postCreateCommand": "yarn install",

Diff for: ‎.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FROM gitpod/workspace-full:latest
33
USER gitpod
44

55
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

Diff for: ‎learn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"skills": ["algorithms"],
2020
"graded": true,
2121
"editor": {
22-
"version": "3.1.9"
22+
"version": "3.1.23"
2323
}
2424
}

0 commit comments

Comments
 (0)
Please sign in to comment.