Skip to content

Commit

Permalink
Update the hard-coded Thrift typescript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fredex42 authored Jul 4, 2024
1 parent 98097a7 commit f284bc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package com.gu.scrooge.backend.typescript
object NPMLibraries {
val dependencies = Map(
"@types/node-int64" -> "^0.4.29",
"@types/thrift" -> "^0.10.11",
"@types/thrift" -> "^0.10.17",
"node-int64" -> "^0.4.0",
"thrift" -> "^0.15.0"
"thrift" -> "^0.20.0"
)

val devDependencies = Map("typescript" -> "^4.5.4")
Expand Down

0 comments on commit f284bc0

Please sign in to comment.