Skip to content

Commit

Permalink
Update to Deno 2.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
myty authored Oct 12, 2024
1 parent b6898b7 commit 0a4d036
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/deno-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Develop Deno+Postgres based applications. Includes Deno, PostgreSQL, Node.js, np

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| denoVersion | Deno version: | string | 1.46.3 |
| denoVersion | Deno version: | string | 2.0.0 |
| postgresVersion | Postgres version: | string | 16 |

This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
Expand Down
5 changes: 3 additions & 2 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.3.0",
"version": "0.4.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,12 +11,13 @@
"type": "string",
"description": "Deno version:",
"proposals": [
"2.0.0",
"1.46.3",
"1.45.5",
"1.44.4",
"1.43.6"
],
"default": "1.46.3"
"default": "2.0.0"
},
"postgresVersion": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion src/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Develop Deno based applications. Includes Deno, Node.js, npm, etc.

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| denoVersion | Deno version: | string | 1.46.3 |
| denoVersion | Deno version: | string | 2.0.0 |

This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.

Expand Down
5 changes: 3 additions & 2 deletions src/deno/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "deno",
"version": "0.3.0",
"version": "0.4.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,12 +11,13 @@
"type": "string",
"description": "Deno version:",
"proposals": [
"2.0.0",
"1.46.3",
"1.45.5",
"1.44.4",
"1.43.6"
],
"default": "1.46.3"
"default": "2.0.0"
}
},
"platforms": [
Expand Down

0 comments on commit 0a4d036

Please sign in to comment.