Skip to content

Commit 28ca87d

Browse files
committed
Update json5 to 2.2.x
The new version bundles typescript types.
1 parent b5d9eac commit 28ca87d

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"typescript": "^4.5.2"
3434
},
3535
"dependencies": {
36-
"@types/json5": "^0.0.29",
37-
"json5": "^1.0.1",
36+
"json5": "^2.2.1",
3837
"minimist": "^1.2.6",
3938
"strip-bom": "^3.0.0"
4039
},

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -599,10 +599,6 @@
599599
jest-diff "^27.0.0"
600600
pretty-format "^27.0.0"
601601

602-
"@types/json5@^0.0.29":
603-
version "0.0.29"
604-
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
605-
606602
"@types/minimist@^1.2.0":
607603
version "1.2.0"
608604
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
@@ -2148,11 +2144,10 @@ [email protected], json5@^2.1.2:
21482144
dependencies:
21492145
minimist "^1.2.5"
21502146

2151-
json5@^1.0.1:
2152-
version "1.0.1"
2153-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
2154-
dependencies:
2155-
minimist "^1.2.0"
2147+
json5@^2.2.1:
2148+
version "2.2.1"
2149+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
2150+
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
21562151

21572152
kleur@^3.0.3:
21582153
version "3.0.3"

0 commit comments

Comments
 (0)