Skip to content

Commit

Permalink
Merge pull request #122 from Charlytoc/master
Browse files Browse the repository at this point in the history
Update to latest versions
  • Loading branch information
alesanchezr authored Apr 26, 2024
2 parents dcfee0b + 76c40f8 commit 73d443b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

"onCreateCommand": "npm i [email protected] -g && npm i [email protected] -g && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected].14"
"onCreateCommand": "npm i [email protected] -g && npm i [email protected] -g && npm i @learnpack/[email protected].50 -g && learnpack plugins:install @learnpack/[email protected].5"

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
Expand Down
55 changes: 29 additions & 26 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
{
"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"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"video": {
"intro": {
"us": "https://www.youtube.com/watch?v=yRjmuLAH25s",
"es": "https://www.youtube.com/watch?v=L21NvjxiVmc"
}
}
}

0 comments on commit 73d443b

Please sign in to comment.