Skip to content

Commit

Permalink
Upgrade @types/react to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Nov 14, 2023
1 parent 2f6ee6f commit 907340a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const (

// fix some npm package versions
var fixedPkgVersions = map[string]string{
"@types/react@17": "17.0.67",
"@types/react@18": "18.2.25",
"@types/react@17": "17.0.70",
"@types/react@18": "18.2.37",
"isomorphic-ws@4": "5.0.0",
"[email protected]": "1.22.2", // 1.22.3+ will read package.json from disk
}
Expand Down

0 comments on commit 907340a

Please sign in to comment.