Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 8de1420

Browse files
chore(deps): update dependency @sapphire/ts-config to v4
1 parent 7430f00 commit 8de1420

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@commitlint/config-conventional": "^17.6.1",
3535
"@mdx-js/rollup": "^2.3.0",
3636
"@sapphire/eslint-config": "^4.4.1",
37-
"@sapphire/ts-config": "^3.3.4",
37+
"@sapphire/ts-config": "^4.0.0",
3838
"@sapphire/utilities": "^3.11.1",
3939
"@types/node": "^18.16.3",
4040
"@types/tailwindcss": "^3.0.11",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -858,13 +858,13 @@
858858
prettier "^2.8.7"
859859
typescript "^5.0.4"
860860

861-
"@sapphire/ts-config@^3.3.4":
862-
version "3.3.4"
863-
resolved "https://registry.yarnpkg.com/@sapphire/ts-config/-/ts-config-3.3.4.tgz#dabab6a3c1a862ea753b8d4e67a6ac07e9f5d7a7"
864-
integrity sha512-mWEUxCXh3cHKI7C8HJ049exVTMNaq+A/lJEDfM5ENSQ/OOZHd5DdmXn2jrYqFWbTRCHa0Vp2FAmACWBwePsBtg==
861+
"@sapphire/ts-config@^4.0.0":
862+
version "4.0.0"
863+
resolved "https://registry.yarnpkg.com/@sapphire/ts-config/-/ts-config-4.0.0.tgz#6beb56ad18a32aefbddbac6cd849d016a46361c0"
864+
integrity sha512-0KH37vhrQwcaZIE1JMcEw+dapbHD+yDb5rmyKz4lHjua3D4j1qPDEzygFiPh7NdDM0O7HjKgozeo63jjCHfN2A==
865865
dependencies:
866-
tslib "^2.3.1"
867-
typescript "^4.6.3"
866+
tslib "^2.5.0"
867+
typescript "^5.0.3"
868868

869869
"@sapphire/utilities@^3.11.1":
870870
version "3.11.1"
@@ -4407,11 +4407,16 @@ tslib@^1.8.1:
44074407
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
44084408
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
44094409

4410-
tslib@^2.1.0, tslib@^2.3.1:
4410+
tslib@^2.1.0:
44114411
version "2.4.0"
44124412
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
44134413
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
44144414

4415+
tslib@^2.5.0:
4416+
version "2.5.0"
4417+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
4418+
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
4419+
44154420
tsutils@^3.21.0:
44164421
version "3.21.0"
44174422
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
@@ -4461,11 +4466,6 @@ typedoc@^0.24.6:
44614466
minimatch "^9.0.0"
44624467
shiki "^0.14.1"
44634468

4464-
typescript@^4.6.3:
4465-
version "4.6.3"
4466-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
4467-
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
4468-
44694469
"typescript@^4.6.4 || ^5.0.0":
44704470
version "5.0.2"
44714471
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
@@ -4476,7 +4476,7 @@ typescript@^4.9.5:
44764476
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
44774477
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
44784478

4479-
typescript@^5.0.4:
4479+
typescript@^5.0.3, typescript@^5.0.4:
44804480
version "5.0.4"
44814481
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
44824482
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==

0 commit comments

Comments
 (0)