Skip to content

Commit

Permalink
deps: updates tslib to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Nov 22, 2023
1 parent 0e60256 commit f9f3831
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/client-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jest": "^29.7.0",
"size-limit": "^7.0.8",
"ts-jest": "^29.1.1",
"tslib": "^2.3.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"rollup": "^4.4.1",
"size-limit": "^7.0.8",
"ts-jest": "^29.1.1",
"tslib": "^2.3.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"husky": "^7.0.4",
"size-limit": "^7.0.8",
"ts-jest": "^29.1.1",
"tslib": "^2.3.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
},
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion modules/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"size-limit": "^7.0.8",
"ts-jest": "^29.1.1",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
},
"dependencies": {
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12701,11 +12701,16 @@ tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.3, tslib@^2.3.1:
tslib@^2.0.3:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

[email protected]:
version "0.0.1"
resolved "https://registry.yarnpkg.com/tsort/-/tsort-0.0.1.tgz#e2280f5e817f8bf4275657fd0f9aebd44f5a2786"
Expand Down

0 comments on commit f9f3831

Please sign in to comment.