Skip to content

Commit 11cd2ec

Browse files
committed
fix(deps): accept any later version of tslib
1 parent 419285b commit 11cd2ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"node": "^14 || ^16 || >=18"
2626
},
2727
"dependencies": {
28-
"tslib": "2.6.2"
28+
"tslib": "^2.6.2"
2929
},
3030
"devDependencies": {
3131
"@commitlint/cli": "17.8.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ __metadata:
10921092
prettier: 2.8.8
10931093
semantic-release: 19.0.5
10941094
ts-node: 10.9.2
1095-
tslib: 2.6.2
1095+
tslib: ^2.6.2
10961096
typescript: 5.3.3
10971097
languageName: unknown
10981098
linkType: soft
@@ -7751,7 +7751,7 @@ __metadata:
77517751
languageName: node
77527752
linkType: hard
77537753

7754-
"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":
7754+
"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":
77557755
version: 2.6.2
77567756
resolution: "tslib@npm:2.6.2"
77577757
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad

0 commit comments

Comments
 (0)