Skip to content

Commit

Permalink
v107
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Feb 21, 2023
1 parent 13d8074 commit 2c59867
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ package server

const (
// esm.sh build version
VERSION = 106
VERSION = 107
nodejsMinVersion = 16
denoStdVersion = "0.175.0"
nodejsLatestLTS = "16.18.1"
nodeTypesVersion = "16.18.10"
denoStdVersion = "0.177.0"
nodejsLatestLTS = "16.19.1"
nodeTypesVersion = "16.18.12"
)

// fix some package versions
var fixedPkgVersions = map[string]string{
"@types/react@17": "17.0.53",
"@types/react@18": "18.0.27",
"@types/react@18": "18.0.28",
"isomorphic-ws@4": "5.0.0",
}

Expand Down

0 comments on commit 2c59867

Please sign in to comment.