diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 08f04683..55fa5f58 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,7 +22,7 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], - "onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.35 -g && learnpack plugins:install learnpack-html@0.0.20" + "onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/html@1.1.2" // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "yarn install", diff --git a/learn.json b/learn.json index 216adddd..8c680626 100644 --- a/learn.json +++ b/learn.json @@ -22,6 +22,6 @@ "disabledActions": [], "autoPlay": true, "editor": { - "version": "3.1.5" + "version": "3.1.23" } }