Skip to content

Commit

Permalink
⬆️ Update dependency typescript to ^5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and susnux committed Dec 5, 2024
1 parent 8d5aecb commit 1ae4210
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
29 changes: 21 additions & 8 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.1",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.9",
"core-js": "^3.39.0",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
},
"prettier": {
"useTabs": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declaration": true,
"esModuleInterop": true,
"moduleResolution": "node",
// Node 16
// Node 20
"target": "ES2022",
"module": "ES2022"
},
Expand Down

0 comments on commit 1ae4210

Please sign in to comment.