Skip to content

Commit 82b57ef

Browse files
authored
Merge pull request #60 from 4GeeksAcademy/dev
Dev
2 parents 99e0dec + 1a26f6e commit 82b57ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2323
// "forwardPorts": [],
2424

25-
"onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected].2"
25+
"onCreateCommand": "npm i jest@29.7.0 [email protected] -g && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected].7"
2626

2727
// Use 'postCreateCommand' to run commands after the container is created.
2828
// "postCreateCommand": "yarn install",

Diff for: .gitpod.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM gitpod/workspace-full:latest
22

33
USER gitpod
44

5-
RUN npm i jest@24.8.0 -g
6-
RUN npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected].2
5+
RUN npm i jest@29.7.0 [email protected].0 -g
6+
RUN npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected].7

0 commit comments

Comments
 (0)