Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Balvajs committed Sep 16, 2023
1 parent a56ae4c commit 187c81e
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 59 deletions.
6 changes: 1 addition & 5 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"recommendations": [
"arcanis.vscode-zipfs",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"semantic-release-major-tag": "0.3.2",
"ts-node": "10.9.1",
"tsup": "7.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
104 changes: 52 additions & 52 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"moduleResolution": "node16",
"module": "esnext",
"module": "node16",
"target": "esnext",
"outDir": "./lib",
"rootDir": "./",
Expand Down

0 comments on commit 187c81e

Please sign in to comment.