Skip to content

Update to latest versions #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
{
Expand All @@ -22,7 +23,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

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

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
Expand Down
57 changes: 30 additions & 27 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
{
"slug": "html-forms-tutorial-exercises",
"title": {
"us": "Learn how to use and interact with HTML Forms",
"es": "Aprende cómo usar e interactuar con Formularios en HTML"
},
"preview": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/preview.jpeg?raw=true",
"description": {
"us": "Form validations, inputs, textarea, date inputs, etc.",
"es": "Validaciones de formularios, inputs, areas de texto (textarea), inputs de fechas, etc."
},
"video": {
"intro": {
"en": "https://www.youtube.com/watch?v=83HxtkBq7Yc",
"en": "https://www.youtube.com/watch?v=83HxtkBq7Yc"
}
},
"difficulty": "easy",
"language": "html",
"skills": ["html-forms"],
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"projectType": "tutorial",
"repository": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises",
"config": {
"disableGrading": true,
"editor": {
"version": "3.1.23"
"slug": "html-forms-tutorial-exercises",
"title": {
"us": "Learn how to use and interact with HTML Forms",
"es": "Aprende cómo usar e interactuar con Formularios en HTML"
},
"preview": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/preview.jpeg?raw=true",
"description": {
"us": "Form validations, inputs, textarea, date inputs, etc.",
"es": "Validaciones de formularios, inputs, areas de texto (textarea), inputs de fechas, etc."
},
"video": {
"intro": {
"en": "https://www.youtube.com/watch?v=83HxtkBq7Yc"
}
},
"difficulty": "easy",
"language": "html",
"skills": ["html-forms"],
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"projectType": "tutorial",
"repository": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises",
"config": {
"disableGrading": true,
"editor": {
"version": "3.1.36"
}

},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
}
}