Skip to content

Commit 050672a

Browse files
authored
Merge pull request #75 from Charlytoc/master
Update with CLI, editor and compiler new versions on codespacaes and gitpod
2 parents 27e247b + 9222ee6 commit 050672a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
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.36 -g && learnpack plugins:install learnpack-html@0.0.20"
25+
"onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/html@1.1.2"
2626

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

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
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.26 -g && learnpack plugins:install learnpack-html@0.0.20
6+
RUN npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/html@1.1.2

learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
2424
},
2525
"editor": {
26-
"version": "3.1.5"
26+
"version": "3.1.23"
2727
}
2828

2929
}

0 commit comments

Comments
 (0)