Skip to content

Commit 2278f1f

Browse files
committed
change configuration to latest versions
1 parent bedd5a7 commit 2278f1f

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
@@ -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 [email protected] [email protected] -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/[email protected]",
25+
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/learnpack@4.0.2 -g && learnpack plugins:install @learnpack/[email protected]"
2626

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

learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
},
3030
"editor": {
31-
"version": "3.1.40"
31+
"version": "4.0.0"
3232
},
3333
"telemetry": {
3434
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"

0 commit comments

Comments
 (0)