Skip to content

Commit 73d443b

Browse files
authored
Merge pull request #122 from Charlytoc/master
Update to latest versions
2 parents dcfee0b + 76c40f8 commit 73d443b

File tree

2 files changed

+30
-27
lines changed

2 files changed

+30
-27
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] -g && npm i [email protected] -g && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected].14"
25+
"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"
2626

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

learn.json

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
{
2-
"language": "react",
3-
"slug": "react-tutorial-exercises",
4-
"title": {
5-
"us": "Learn React.js Interactively",
6-
"es": "Aprende React.js Interactivamente"
7-
},
8-
"repository": "https://github.com/4GeeksAcademy/react-tutorial-exercises",
9-
"preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true",
10-
"description": {
11-
"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.",
12-
"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."
13-
},
14-
"duration": 8,
15-
"projectType": "tutorial",
16-
"difficulty": "easy",
17-
"videoSolutions": true,
18-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
19-
"grading": "isolated",
20-
"editor": {
21-
"version": "3.1.23"
22-
},
23-
"video": {
24-
"intro": {
25-
"us": "https://www.youtube.com/watch?v=yRjmuLAH25s",
26-
"es": "https://www.youtube.com/watch?v=L21NvjxiVmc"
27-
}
2+
"language": "react",
3+
"slug": "react-tutorial-exercises",
4+
"title": {
5+
"us": "Learn React.js Interactively",
6+
"es": "Aprende React.js Interactivamente"
7+
},
8+
"repository": "https://github.com/4GeeksAcademy/react-tutorial-exercises",
9+
"preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true",
10+
"description": {
11+
"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.",
12+
"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."
13+
},
14+
"duration": 8,
15+
"projectType": "tutorial",
16+
"difficulty": "easy",
17+
"videoSolutions": true,
18+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
19+
"grading": "isolated",
20+
"editor": {
21+
"version": "3.1.36"
22+
},
23+
"telemetry": {
24+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
25+
},
26+
"video": {
27+
"intro": {
28+
"us": "https://www.youtube.com/watch?v=yRjmuLAH25s",
29+
"es": "https://www.youtube.com/watch?v=L21NvjxiVmc"
2830
}
2931
}
32+
}

0 commit comments

Comments
 (0)