Skip to content

Commit 0aa1d76

Browse files
Merge pull request #91 from Charlytoc/master
Updating to latest stable version of CLI and editor
2 parents c4cdc93 + 92dadc7 commit 0aa1d76

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
@@ -21,7 +21,7 @@
2121
"extensions": ["learn-pack.learnpack-vscode"]
2222
}
2323
},
24-
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/[email protected].20 -g && learnpack plugins:install @learnpack/[email protected].0"
24+
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected].3"
2525

2626
// Features to add to the dev container. More info: https://containers.dev/features.
2727
// "features": {},

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ RUN echo "unset DATABASE_URL" >> $HOME/.bashrc
2525
RUN echo "export DATABASE_URL" >> $HOME/.bashrc
2626

2727
RUN pip3 install pytest==6.2.5 mock pytest-testdox toml
28-
RUN npm i @learnpack/[email protected].20 -g && learnpack plugins:install @learnpack/[email protected].0
28+
RUN npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected].3

learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"REST"
2121
],
2222
"editor": {
23-
"version": "1.0.73"
23+
"version": "3.1.23"
2424
},
2525
"autoPlay": true,
2626
"projectType": "tutorial"

0 commit comments

Comments
 (0)