Skip to content

Commit

Permalink
build(deps): update dependency @softwareventures/tsconfig to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Oct 12, 2022
1 parent d3eb3cf commit 3c2ef46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@softwareventures/semantic-release-config": "3.0.0",
"@softwareventures/tsconfig": "5.1.1",
"@softwareventures/tsconfig": "7.0.0",
"@softwareventures/tslint-rules": "1.0.0",
"cz-conventional-changelog": "3.3.0",
"semantic-release": "19.0.3",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@softwareventures/tsconfig"
}
"extends": "@softwareventures/tsconfig/commonjs"
}
11 changes: 4 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,10 @@
conventional-changelog-conventionalcommits "^4.6.3 || ^5.0.0"
tslib "2.4.0"

"@softwareventures/tsconfig@5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@softwareventures/tsconfig/-/tsconfig-5.1.1.tgz#fab74f3f1b0cd4af67aaadda6c0851a409794804"
integrity sha512-x+KfhmPsBSLO1233SFQ5E5NaUgCo8rsbE5vkT9xrPQL3D6W+cvMGdiZoznDu9Hh3ZZJ9g7x0pdOOuaF/s8vwcQ==
"@softwareventures/tsconfig@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@softwareventures/tsconfig/-/tsconfig-7.0.0.tgz#fd7ee45badff849ae67c2475177cb45ee4baeccd"
integrity sha512-1vHU4p6jt0zNKXmdc8sU1oD5rvIIe5TQsxgt1nXgt2mMNn7Fd/LL4l+038BNExvS94TEVlAqM6uDppFmULnK2Q==

"@softwareventures/[email protected]":
version "1.0.0"
Expand Down Expand Up @@ -2713,7 +2713,6 @@ npm@^8.3.0:
"@npmcli/fs" "^2.1.0"
"@npmcli/map-workspaces" "^2.0.3"
"@npmcli/package-json" "^2.0.0"
"@npmcli/promise-spawn" "^3.0.0"
"@npmcli/run-script" "^4.2.1"
abbrev "~1.1.1"
archy "~1.0.0"
Expand All @@ -2724,7 +2723,6 @@ npm@^8.3.0:
cli-table3 "^0.6.2"
columnify "^1.6.0"
fastest-levenshtein "^1.0.12"
fs-minipass "^2.1.0"
glob "^8.0.1"
graceful-fs "^4.2.10"
hosted-git-info "^5.1.0"
Expand All @@ -2744,7 +2742,6 @@ npm@^8.3.0:
libnpmteam "^4.0.4"
libnpmversion "^3.0.7"
make-fetch-happen "^10.2.0"
minimatch "^5.1.0"
minipass "^3.1.6"
minipass-pipeline "^1.2.4"
mkdirp "^1.0.4"
Expand Down

0 comments on commit 3c2ef46

Please sign in to comment.