Skip to content

Commit 7b177b6

Browse files
author
Lukáš Horák
committed
📌 Pin @types/configstore to v5 corresponding with pkg version
Resolves #77
1 parent e7c0aef commit 7b177b6

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"husky": "^4.3.0",
3030
"lint-staged": "^10.5.1",
3131
"prettier": "^2.1.1",
32-
"typescript": "~4.6"
32+
"typescript": "~4.8"
3333
},
3434
"dependencies": {
3535
"@types/jest": "^26.0.13",
@@ -39,6 +39,7 @@
3939
},
4040
"resolutions": {
4141
"rxjs": "6",
42-
"@types/prettier": "2.6.0"
42+
"@types/prettier": "2.6.0",
43+
"@types/configstore": "5"
4344
}
4445
}

yarn.lock

+7-2
Original file line numberDiff line numberDiff line change
@@ -2215,7 +2215,7 @@
22152215
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.1.tgz#e2c6e73e0bdeb2521d00756d099218e9f5d90a04"
22162216
integrity sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==
22172217

2218-
"@types/configstore@*":
2218+
"@types/configstore@*", "@types/configstore@5":
22192219
version "5.0.1"
22202220
resolved "https://registry.yarnpkg.com/@types/configstore/-/configstore-5.0.1.tgz#7be34d28ce29a408c98e717ada0488664eaf6173"
22212221
integrity sha512-c/QCznvk7bLKGhHETj29rqKufui3jaAxjBhK4R2zUrMG5UG0qTwfWYxBoUbH8JCyDjdCWMIxPJ7/Fdz1UcAnWg==
@@ -11260,11 +11260,16 @@ typedarray@^0.0.6:
1126011260
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1126111261
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1126211262

11263-
typescript@~4.6, typescript@~4.6.4:
11263+
typescript@~4.6.4:
1126411264
version "4.6.4"
1126511265
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
1126611266
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
1126711267

11268+
typescript@~4.8:
11269+
version "4.8.4"
11270+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
11271+
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
11272+
1126811273
uglify-js@^3.1.4:
1126911274
version "3.16.0"
1127011275
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.16.0.tgz#b778ba0831ca102c1d8ecbdec2d2bdfcc7353190"

0 commit comments

Comments
 (0)