Skip to content

Commit 1babd49

Browse files
authored
Update to Deno 1.41 (#13)
1 parent c987fe7 commit 1babd49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/deno-postgres/devcontainer-template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "deno-postgres",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"name": "Deno & PostgreSQL",
55
"description": "Develop Deno+Postgres based applications. Includes Deno, PostgreSQL, Node.js, npm, etc.",
66
"documentationURL": "https://github.com/rsm-hcd/devcontainer-templates/tree/main/src/deno-postgres",
@@ -11,9 +11,9 @@
1111
"type": "string",
1212
"description": "Deno version:",
1313
"proposals": [
14+
"1.41.0",
1415
"1.40.5",
15-
"1.39.4",
16-
"1.38.5"
16+
"1.39.4"
1717
],
1818
"default": "1.40.5"
1919
},

src/deno/devcontainer-template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "deno",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"name": "Deno",
55
"description": "Develop Deno based applications. Includes Deno, Node.js, npm, etc.",
66
"documentationURL": "https://github.com/rsm-hcd/devcontainer-templates/tree/main/src/deno",
@@ -11,9 +11,9 @@
1111
"type": "string",
1212
"description": "Deno version:",
1313
"proposals": [
14+
"1.41.0",
1415
"1.40.5",
15-
"1.39.4",
16-
"1.38.5"
16+
"1.39.4"
1717
],
1818
"default": "1.40.5"
1919
}

0 commit comments

Comments
 (0)