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 c22d5fd commit ade3e52Copy full SHA for ade3e52
.gitpod.Dockerfile
@@ -2,5 +2,5 @@ FROM gitpod/workspace-full:latest
2
3
USER gitpod
4
5
-RUN npm i jest@27.0.6 -g
6
-RUN npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/dom@1.1.1
+RUN npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g
+RUN npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/dom@1.1.5
0 commit comments