Skip to content

Commit

Permalink
Downgrade deno/std to 0.153.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Sep 16, 2022
1 parent bc8a97c commit 170f5ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
- Fix invalid `?deps` and `?alias` resolving
- Fix `solid-js/web` build for Deno
- Add `add react:preact/compat` pattern for the deno CLI
- Upgrade `deno/std` to **0.155.0**.

## v94

Expand Down
2 changes: 1 addition & 1 deletion server/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const (
// esm.sh build version
VERSION = 95
nodejsMinVersion = 16
denoStdVersion = "0.155.0"
denoStdVersion = "0.153.0"
nodejsLatestLTS = "16.16.0"
nodeTypesVersion = "16.11.49"
)

0 comments on commit 170f5ae

Please sign in to comment.