Skip to content

Commit

Permalink
chore(deps): use @unts/get-tsconfig for workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 5, 2022
1 parent 39415d7 commit 55f0c94
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!.*.cjs
.pnp.*
.yarn
.yarnrc.yml
!.*.cjs
dist
lib
CHANGELOG.md
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: yarn

- name: Install Dependencies
run: yarn --frozen-lockfile
run: yarn --immutable

- name: Prepare Git Hooks
run: yarn prepare
Expand Down
14 changes: 7 additions & 7 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions .yarn/patches/get-tsconfig-npm-4.1.0-625beb501f.patch

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
"typescript": "^4.7.4"
},
"resolutions": {
"get-tsconfig": "patch:get-tsconfig@npm:4.1.0#.yarn/patches/get-tsconfig-npm-4.1.0-625beb501f.patch",
"prettier": "^2.7.1"
},
"typeCoverage": {
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7641,20 +7641,13 @@ __metadata:
languageName: node
linkType: hard

"get-tsconfig@npm:4.1.0":
"get-tsconfig@npm:^4.1.0":
version: 4.1.0
resolution: "get-tsconfig@npm:4.1.0"
checksum: a1a29cdf53609a1e9e111bf863ea209494c03e425964ed2603e3a2657ed1d38213d4a8e3efbfd945f2ec908fe99b76d3ee87422fac5d8ec4fdd858bbb502efbf
languageName: node
linkType: hard

"get-tsconfig@patch:get-tsconfig@npm:4.1.0#.yarn/patches/get-tsconfig-npm-4.1.0-625beb501f.patch::locator=eslint-import-resolver-typescript%40workspace%3A.":
version: 4.1.0
resolution: "get-tsconfig@patch:get-tsconfig@npm%3A4.1.0#.yarn/patches/get-tsconfig-npm-4.1.0-625beb501f.patch::version=4.1.0&hash=2ea638&locator=eslint-import-resolver-typescript%40workspace%3A."
checksum: 2906b7505f3a322f2d30e80cc08ba86d6d28c38f3df02c96ea0d6afb5d247a8a0f5dbd36f5ad23771d90e7800780fac8dfa0c6f5dc5672a6388667d10043a842
languageName: node
linkType: hard

"git-raw-commits@npm:^2.0.0":
version: 2.0.11
resolution: "git-raw-commits@npm:2.0.11"
Expand Down

0 comments on commit 55f0c94

Please sign in to comment.