Skip to content

Commit

Permalink
Fix deps breakage due to missing tslib runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 23, 2024
1 parent 921c9b1 commit bddd09f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 30 deletions.
68 changes: 40 additions & 28 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"os-proxy-config": "^1.1.1",
"rimraf": "^2.7.1",
"semver": "^7.2.1",
"tslib": "^2.8.1",
"yargs": "^15.1.0"
},
"devDependencies": {
Expand All @@ -150,9 +151,8 @@
"node-fetch": "^2.6.7",
"targz": "^1.0.1",
"tsc-watch": "^4.2.9",
"tslib": "^1.14.1",
"tslint": "^5.20.1",
"tsx": "^4.16.2",
"typescript": "^3.8.2"
"typescript": "~4.0"
}
}

0 comments on commit bddd09f

Please sign in to comment.