Skip to content

Commit d64b3f6

Browse files
committed
feat(deps): update dependency @softwareventures/tsconfig to v8
1 parent b037dd4 commit d64b3f6

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@softwareventures/precise-commits": "4.0.15",
3535
"@softwareventures/prettier-config": "4.0.0",
3636
"@softwareventures/semantic-release-config": "5.0.0",
37-
"@softwareventures/tsconfig": "7.3.0",
37+
"@softwareventures/tsconfig": "8.1.0",
3838
"@types/node": "17.0.45",
3939
"@typescript-eslint/eslint-plugin": "7.18.0",
4040
"@typescript-eslint/parser": "7.18.0",

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"extends": "@softwareventures/tsconfig/commonjs",
3-
"compilerOptions": {
4-
"types": []
5-
},
2+
"extends": "@softwareventures/tsconfig",
63
"exclude": ["**/*.test.ts", "**/test.ts"]
74
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ __metadata:
10981098
"@softwareventures/precise-commits": "npm:4.0.15"
10991099
"@softwareventures/prettier-config": "npm:4.0.0"
11001100
"@softwareventures/semantic-release-config": "npm:5.0.0"
1101-
"@softwareventures/tsconfig": "npm:7.3.0"
1101+
"@softwareventures/tsconfig": "npm:8.1.0"
11021102
"@types/node": "npm:17.0.45"
11031103
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
11041104
"@typescript-eslint/parser": "npm:7.18.0"
@@ -1123,12 +1123,12 @@ __metadata:
11231123
languageName: unknown
11241124
linkType: soft
11251125

1126-
"@softwareventures/tsconfig@npm:7.3.0":
1127-
version: 7.3.0
1128-
resolution: "@softwareventures/tsconfig@npm:7.3.0"
1126+
"@softwareventures/tsconfig@npm:8.1.0":
1127+
version: 8.1.0
1128+
resolution: "@softwareventures/tsconfig@npm:8.1.0"
11291129
peerDependencies:
1130-
typescript: ^4.5.0 || ^5.0.0
1131-
checksum: 10c0/bb9fe2847f52dfea00748e79c1b35a6c200b916ed7115c96af4c4a6d73cb151b82dfb19eeb6a3fa3d7e8802f9692af4d2be961b97f4ac15be87594681e09e03d
1130+
typescript: ^5.2.2
1131+
checksum: 10c0/3aa5d1b35db90130c7558b05b486eb3a24fe72e820860067d9e7d15decb108a286319fa51e814d7e25bf61b8820a12ff9df7498d31290a93c46c49571bee22c8
11321132
languageName: node
11331133
linkType: hard
11341134

0 commit comments

Comments
 (0)