diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 10f0ecfa8..22cf30e8b 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/node@1.1.1" + "onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/node@1.1.5" // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "yarn install", diff --git a/learn.json b/learn.json index e166d3d91..c8518dea8 100644 --- a/learn.json +++ b/learn.json @@ -17,6 +17,6 @@ "bugsLink": "https://github.com/learnpack/learnpack/issues/new", "graded": true, "editor": { - "version": "3.1.9" + "version": "3.1.23" } }