diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7eca725..c5f0cd9 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@29.7.0 -g && npm i jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/react@1.1.14" + "onCreateCommand": "npm i jest@29.7.0 -g && npm i jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/react@1.1.14" // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "yarn install",