Skip to content

Commit

Permalink
fix(deps): accept any later version of tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Jan 26, 2024
1 parent 419285b commit 11cd2ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": "^14 || ^16 || >=18"
},
"dependencies": {
"tslib": "2.6.2"
"tslib": "^2.6.2"
},
"devDependencies": {
"@commitlint/cli": "17.8.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ __metadata:
prettier: 2.8.8
semantic-release: 19.0.5
ts-node: 10.9.2
tslib: 2.6.2
tslib: ^2.6.2
typescript: 5.3.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7751,7 +7751,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.6.2, tslib@npm:^1.9.3 || ^2.0.0 || ^2.1.0, tslib@npm:^2.0.0, tslib@npm:^2.1.0, tslib@npm:^2.3.1":
"tslib@npm:2.6.2, tslib@npm:^1.9.3 || ^2.0.0 || ^2.1.0, tslib@npm:^2.0.0, tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
Expand Down

0 comments on commit 11cd2ec

Please sign in to comment.