Skip to content

Commit

Permalink
chore: upgrade @tsconfig/node14 (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 28, 2023
1 parent 9240ecf commit c29a775
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@schemastore/package": "^0.0.8",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@tsconfig/node14": "^1.0.3",
"@tsconfig/node14": "^14.1.0",
"@types/dedent": "^0.7.0",
"@types/eslint": "^8.4.6",
"@types/jest": "^29.0.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs",
"noEmit": true,
"stripInternal": true,

Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2664,13 +2664,20 @@ __metadata:
languageName: node
linkType: hard

"@tsconfig/node14@npm:^1.0.0, @tsconfig/node14@npm:^1.0.3":
"@tsconfig/node14@npm:^1.0.0":
version: 1.0.3
resolution: "@tsconfig/node14@npm:1.0.3"
checksum: 19275fe80c4c8d0ad0abed6a96dbf00642e88b220b090418609c4376e1cef81bf16237bf170ad1b341452feddb8115d8dd2e5acdfdea1b27422071163dc9ba9d
languageName: node
linkType: hard

"@tsconfig/node14@npm:^14.1.0":
version: 14.1.0
resolution: "@tsconfig/node14@npm:14.1.0"
checksum: 8342dc30edbfaed11d1659b1a9819779bb69df210974a9e8a337b0624b1d9f5026f37e2dcc1d555adb3e4246a0ec35896b3ae5fe3fc69f3382d3bc11069cecc1
languageName: node
linkType: hard

"@tsconfig/node16@npm:^1.0.2":
version: 1.0.4
resolution: "@tsconfig/node16@npm:1.0.4"
Expand Down Expand Up @@ -4897,7 +4904,7 @@ __metadata:
"@schemastore/package": ^0.0.8
"@semantic-release/changelog": ^6.0.0
"@semantic-release/git": ^10.0.0
"@tsconfig/node14": ^1.0.3
"@tsconfig/node14": ^14.1.0
"@types/dedent": ^0.7.0
"@types/eslint": ^8.4.6
"@types/jest": ^29.0.0
Expand Down

0 comments on commit c29a775

Please sign in to comment.