Skip to content

Commit

Permalink
Merge pull request #134 from Charlytoc/master
Browse files Browse the repository at this point in the history
Update to latest versions
  • Loading branch information
Charlytoc authored Apr 1, 2024
2 parents 55b24c1 + 35900d1 commit 0362294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

"onCreateCommand": "npm i [email protected] -g && npm i @learnpack/[email protected].35 -g && learnpack plugins:install learnpack-html@0.0.20"
"onCreateCommand": "npm i [email protected] -g && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/html@1.1.2"

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
Expand Down
2 changes: 1 addition & 1 deletion learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"disabledActions": [],
"autoPlay": true,
"editor": {
"version": "3.1.5"
"version": "3.1.23"
}
}

0 comments on commit 0362294

Please sign in to comment.