Skip to content

Commit

Permalink
chore: upgrade tslib to v2.0.0 (#179)
Browse files Browse the repository at this point in the history
* chore: upgrade tslib to v2.4.0

* chore: use ^2.0.0 to cover tslib version for 2.x.x
  • Loading branch information
dnshi authored Aug 19, 2022
1 parent c146510 commit 4248329
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/identify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@amplitude/types": "^1.10.0",
"@amplitude/utils": "^1.10.0",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@amplitude/types": "^1.10.0",
"@amplitude/utils": "^1.10.0",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"devDependencies": {
"@amplitude/eslint-config-typescript": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@amplitude/identify": "^1.10.0",
"@amplitude/types": "^1.10.0",
"@amplitude/utils": "^1.10.0",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"devDependencies": {
"@amplitude/eslint-config-typescript": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@amplitude/types": "^1.10.0",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},
"devDependencies": {
"@amplitude/eslint-config-typescript": "^1.10.0",
Expand Down

0 comments on commit 4248329

Please sign in to comment.