We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29550f1 commit 4f6472aCopy full SHA for 4f6472a
.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
23
// "forwardPorts": [],
24
25
- "onCreateCommand": "npm i jest@24.8.0 @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/react@1.1.8"
+ "onCreateCommand": "npm i jest@29.7.0 -g && @learnpack/learnpack@2.1.44 -g && learnpack plugins:install @learnpack/react@1.1.9"
26
27
// Use 'postCreateCommand' to run commands after the container is created.
28
// "postCreateCommand": "yarn install",
0 commit comments