Skip to content

Commit

Permalink
Update to Deno 1.41 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
myty authored Feb 23, 2024
1 parent c987fe7 commit 1babd49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/deno-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "deno-postgres",
"version": "0.1.0",
"version": "0.2.0",
"name": "Deno & PostgreSQL",
"description": "Develop Deno+Postgres based applications. Includes Deno, PostgreSQL, Node.js, npm, etc.",
"documentationURL": "https://github.com/rsm-hcd/devcontainer-templates/tree/main/src/deno-postgres",
Expand All @@ -11,9 +11,9 @@
"type": "string",
"description": "Deno version:",
"proposals": [
"1.41.0",
"1.40.5",
"1.39.4",
"1.38.5"
"1.39.4"
],
"default": "1.40.5"
},
Expand Down
6 changes: 3 additions & 3 deletions src/deno/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "deno",
"version": "0.1.0",
"version": "0.2.0",
"name": "Deno",
"description": "Develop Deno based applications. Includes Deno, Node.js, npm, etc.",
"documentationURL": "https://github.com/rsm-hcd/devcontainer-templates/tree/main/src/deno",
Expand All @@ -11,9 +11,9 @@
"type": "string",
"description": "Deno version:",
"proposals": [
"1.41.0",
"1.40.5",
"1.39.4",
"1.38.5"
"1.39.4"
],
"default": "1.40.5"
}
Expand Down

0 comments on commit 1babd49

Please sign in to comment.