Skip to content

Commit

Permalink
Fix type issue caused by outdate TS libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Apr 24, 2024
1 parent 1cd0d20 commit fa2f3b4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 21 deletions.
53 changes: 35 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytescale/sdk",
"version": "3.35.0",
"version": "3.34.0",
"description": "Bytescale JavaScript SDK",
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
"license": "MIT",
Expand Down Expand Up @@ -107,9 +107,9 @@
"node-fetch": "3.3.0",
"prettier": "2.8.8",
"ts-jest": "29.0.3",
"ts-loader": "9.2.2",
"ts-loader": "9.5.1",
"tsc-alias": "1.2.10",
"typescript": "4.7.4",
"typescript": "4.9.5",
"webpack": "5.90.3",
"webpack-cli": "4.10.0",
"webpack-node-externals": "2.5.2",
Expand Down

0 comments on commit fa2f3b4

Please sign in to comment.