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

Commit f3049a8

Browse files
chore(deps): update dependency @sapphire/ts-config to v4
1 parent 378658c commit f3049a8

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.0",
4040
"@types/tailwindcss": "^3.0.11",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -853,13 +853,13 @@
853853
prettier "^2.8.7"
854854
typescript "^5.0.4"
855855

856-
"@sapphire/ts-config@^3.3.4":
857-
version "3.3.4"
858-
resolved "https://registry.yarnpkg.com/@sapphire/ts-config/-/ts-config-3.3.4.tgz#dabab6a3c1a862ea753b8d4e67a6ac07e9f5d7a7"
859-
integrity sha512-mWEUxCXh3cHKI7C8HJ049exVTMNaq+A/lJEDfM5ENSQ/OOZHd5DdmXn2jrYqFWbTRCHa0Vp2FAmACWBwePsBtg==
856+
"@sapphire/ts-config@^4.0.0":
857+
version "4.0.0"
858+
resolved "https://registry.yarnpkg.com/@sapphire/ts-config/-/ts-config-4.0.0.tgz#6beb56ad18a32aefbddbac6cd849d016a46361c0"
859+
integrity sha512-0KH37vhrQwcaZIE1JMcEw+dapbHD+yDb5rmyKz4lHjua3D4j1qPDEzygFiPh7NdDM0O7HjKgozeo63jjCHfN2A==
860860
dependencies:
861-
tslib "^2.3.1"
862-
typescript "^4.6.3"
861+
tslib "^2.5.0"
862+
typescript "^5.0.3"
863863

864864
"@sapphire/utilities@^3.11.1":
865865
version "3.11.1"
@@ -4418,11 +4418,16 @@ tslib@^1.8.1:
44184418
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
44194419
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
44204420

4421-
tslib@^2.1.0, tslib@^2.3.1:
4421+
tslib@^2.1.0:
44224422
version "2.4.0"
44234423
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
44244424
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
44254425

4426+
tslib@^2.5.0:
4427+
version "2.5.0"
4428+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
4429+
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
4430+
44264431
tsutils@^3.21.0:
44274432
version "3.21.0"
44284433
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
@@ -4472,11 +4477,6 @@ typedoc@^0.24.5:
44724477
minimatch "^9.0.0"
44734478
shiki "^0.14.1"
44744479

4475-
typescript@^4.6.3:
4476-
version "4.6.3"
4477-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
4478-
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
4479-
44804480
"typescript@^4.6.4 || ^5.0.0":
44814481
version "5.0.2"
44824482
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
@@ -4487,7 +4487,7 @@ typescript@^4.9.5:
44874487
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
44884488
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
44894489

4490-
typescript@^5.0.4:
4490+
typescript@^5.0.3, typescript@^5.0.4:
44914491
version "5.0.4"
44924492
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
44934493
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==

0 commit comments

Comments
 (0)