Skip to content

Commit

Permalink
Merge pull request #91 from Charlytoc/master
Browse files Browse the repository at this point in the history
Updating to latest stable version of CLI and editor
  • Loading branch information
tommygonzaleza authored Apr 5, 2024
2 parents c4cdc93 + 92dadc7 commit 0aa1d76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"extensions": ["learn-pack.learnpack-vscode"]
}
},
"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"
"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"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN echo "unset DATABASE_URL" >> $HOME/.bashrc
RUN echo "export DATABASE_URL" >> $HOME/.bashrc

RUN pip3 install pytest==6.2.5 mock pytest-testdox toml
RUN npm i @learnpack/[email protected].20 -g && learnpack plugins:install @learnpack/[email protected].0
RUN npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected].3
2 changes: 1 addition & 1 deletion learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"REST"
],
"editor": {
"version": "1.0.73"
"version": "3.1.23"
},
"autoPlay": true,
"projectType": "tutorial"
Expand Down

0 comments on commit 0aa1d76

Please sign in to comment.