From d94c4ef77058485311109133fb58f51a86c7e31b Mon Sep 17 00:00:00 2001 From: Charlytoc Date: Tue, 23 Apr 2024 18:23:14 -0500 Subject: [PATCH 1/3] Update to new editor version --- learn.json | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/learn.json b/learn.json index 09dafeb..70682f6 100644 --- a/learn.json +++ b/learn.json @@ -1,29 +1,29 @@ { - "language": "react", - "slug": "react-tutorial-exercises", - "title": { - "us": "Learn React.js Interactively", - "es": "Aprende React.js Interactivamente" - }, - "repository": "https://github.com/4GeeksAcademy/react-tutorial-exercises", - "preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true", - "description": { - "us": "Learn and practice ReactJS using hooks, interactive tutorial with dozens of react exercises, get instant feedback with automatic grading and watch video solutions afterwards.", - "es": "Aprende y practica ReactJS con un tutorial interactivo que contiene docenas de ejercicios de React, obtén feedback instantáneo, con evaluación automática y video soluciones." - }, - "duration": 8, - "projectType": "tutorial", - "difficulty": "easy", - "videoSolutions": true, - "bugsLink": "https://github.com/learnpack/learnpack/issues/new", - "grading": "isolated", - "editor": { - "version": "3.1.23" - }, - "video": { - "intro": { - "us": "https://www.youtube.com/watch?v=yRjmuLAH25s", - "es": "https://www.youtube.com/watch?v=L21NvjxiVmc" - } +"language": "react", +"slug": "react-tutorial-exercises", +"title": { + "us": "Learn React.js Interactively", + "es": "Aprende React.js Interactivamente" +}, +"repository": "https://github.com/4GeeksAcademy/react-tutorial-exercises", +"preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true", +"description": { + "us": "Learn and practice ReactJS using hooks, interactive tutorial with dozens of react exercises, get instant feedback with automatic grading and watch video solutions afterwards.", + "es": "Aprende y practica ReactJS con un tutorial interactivo que contiene docenas de ejercicios de React, obtén feedback instantáneo, con evaluación automática y video soluciones." +}, +"duration": 8, +"projectType": "tutorial", +"difficulty": "easy", +"videoSolutions": true, +"bugsLink": "https://github.com/learnpack/learnpack/issues/new", +"grading": "isolated", +"editor": { + "version": "3.1.36" +}, +"video": { + "intro": { + "us": "https://www.youtube.com/watch?v=yRjmuLAH25s", + "es": "https://www.youtube.com/watch?v=L21NvjxiVmc" } } +} \ No newline at end of file From ed92172fe80ca193660b10b05b2ab07397f0aeb9 Mon Sep 17 00:00:00 2001 From: Charlytoc Date: Tue, 23 Apr 2024 18:33:06 -0500 Subject: [PATCH 2/3] Update with Telemetry included --- learn.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/learn.json b/learn.json index 70682f6..96704cb 100644 --- a/learn.json +++ b/learn.json @@ -20,6 +20,9 @@ "editor": { "version": "3.1.36" }, +"telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" +}, "video": { "intro": { "us": "https://www.youtube.com/watch?v=yRjmuLAH25s", From 76c40f8048e0cf2a5a98e26b5669655388e4cd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charly=20Chac=C3=B3n?= <107764250+Charlytoc@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:48:28 -0500 Subject: [PATCH 3/3] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c5f0cd9..0cc70a9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,7 +22,7 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], - "onCreateCommand": "npm i jest@29.7.0 -g && npm i jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/react@1.1.14" + "onCreateCommand": "npm i jest@29.7.0 -g && npm i jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/react@1.1.5" // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "yarn install",