Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9c14c8

Browse files
committedJan 16, 2025·
upgraded learnpack
1 parent f18a626 commit d9c14c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2424
// "forwardPorts": [],
2525

26-
"onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/html@1.1.7"
26+
"onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@5.0.7 -g && learnpack plugins:install @learnpack/html@1.1.7"
2727

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

‎learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=141"
2727
},
2828
"editor": {
29-
"version": "4.0"
29+
"version": "5.0"
3030
},
3131
"video": {
3232
"intro": {

0 commit comments

Comments
 (0)
Please sign in to comment.