Skip to content

Commit f0fbe76

Browse files
authored
Merge pull request #66 from Charlytoc/master
Update with CLI, editor and compiler new versions on codespacaes and gitpod
2 parents 6358754 + fb706cb commit f0fbe76

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 [email protected] -g && npm i @learnpack/[email protected].35 -g && learnpack plugins:install learnpack-html@0.0.20"
25+
"onCreateCommand": "npm i [email protected] -g && npm i @learnpack/[email protected].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
@@ -4,4 +4,4 @@ FROM gitpod/workspace-full:latest
44
USER gitpod
55

66
RUN npm i [email protected] -g
7-
RUN npm i @learnpack/[email protected].26 -g && learnpack plugins:install learnpack-html@0.0.20
7+
RUN npm i @learnpack/[email protected].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
@@ -19,7 +19,7 @@
1919
"config": {
2020
"disableGrading": true,
2121
"editor": {
22-
"version": "3.1.9"
22+
"version": "3.1.23"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)