Skip to content

Commit b2edbc8

Browse files
authored
chore(deps)!: bump tsconfig-paths to ^4.0.0 (#104)
drop node<6
1 parent 1bc9f42 commit b2edbc8

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "ISC",
1111
"engines": {
12-
"node": ">=4"
12+
"node": ">=6"
1313
},
1414
"main": "lib/index.cjs",
1515
"module": "lib/index.es2015.mjs",
@@ -63,7 +63,7 @@
6363
"glob": "^7.2.0",
6464
"is-glob": "^4.0.3",
6565
"resolve": "^1.22.0",
66-
"tsconfig-paths": "^3.14.1"
66+
"tsconfig-paths": "^4.0.0"
6767
},
6868
"devDependencies": {
6969
"@1stg/lib-config": "^5.4.0",

Diff for: yarn.lock

+14-7
Original file line numberDiff line numberDiff line change
@@ -6436,12 +6436,10 @@ json5@^1.0.1:
64366436
dependencies:
64376437
minimist "^1.2.0"
64386438

6439-
json5@^2.1.2:
6440-
version "2.2.0"
6441-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
6442-
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
6443-
dependencies:
6444-
minimist "^1.2.5"
6439+
json5@^2.1.2, json5@^2.2.1:
6440+
version "2.2.1"
6441+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
6442+
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
64456443

64466444
jsonc-parser@^3.0.0:
64476445
version "3.0.0"
@@ -10318,7 +10316,7 @@ ts-node@^10.6.0:
1031810316
v8-compile-cache-lib "^3.0.0"
1031910317
yn "3.1.1"
1032010318

10321-
tsconfig-paths@^3.12.0, tsconfig-paths@^3.14.1:
10319+
tsconfig-paths@^3.12.0:
1032210320
version "3.14.1"
1032310321
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
1032410322
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
@@ -10328,6 +10326,15 @@ tsconfig-paths@^3.12.0, tsconfig-paths@^3.14.1:
1032810326
minimist "^1.2.6"
1032910327
strip-bom "^3.0.0"
1033010328

10329+
tsconfig-paths@^4.0.0:
10330+
version "4.0.0"
10331+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.0.0.tgz#1082f5d99fd127b72397eef4809e4dd06d229b64"
10332+
integrity sha512-SLBg2GBKlR6bVtMgJJlud/o3waplKtL7skmLkExomIiaAtLGtVsoXIqP3SYdjbcH9lq/KVv7pMZeCBpLYOit6Q==
10333+
dependencies:
10334+
json5 "^2.2.1"
10335+
minimist "^1.2.6"
10336+
strip-bom "^3.0.0"
10337+
1033110338
"tslib@1 || 2", tslib@^2.1.0, tslib@^2.3.1:
1033210339
version "2.3.1"
1033310340
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"

0 commit comments

Comments
 (0)