Skip to content

Commit

Permalink
Bumped Thrift in built project to 0.13.0 (#18)
Browse files Browse the repository at this point in the history
- Bumped thrift types to `0.10.10`
  • Loading branch information
JamieB-gu authored May 11, 2021
1 parent 3778947 commit 4284ac0
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.9",
"@types/thrift" -> "^0.10.10",
"node-int64" -> "^0.4.0",
"thrift" -> "^0.12.0"
"thrift" -> "^0.13.0"
)

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

0 comments on commit 4284ac0

Please sign in to comment.