Skip to content

Commit

Permalink
Merge pull request #194 from mjbvz/node-20
Browse files Browse the repository at this point in the history
Bump TS version
  • Loading branch information
mjbvz authored Oct 25, 2024
2 parents 0368ba3 + 1ae8ae0 commit de90fd7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 53 deletions.
69 changes: 18 additions & 51 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@microsoft/api-extractor": "^7.31.2",
"@types/markdown-it": "^12.2.3",
"@types/mocha": "^9.1.1",
"@types/node": "18.x",
"@types/node": "20.x",
"@types/picomatch": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
Expand All @@ -36,7 +36,7 @@
"mkdirp": "^1.0.4",
"mocha": "^10.0.0",
"source-map-support": "^0.5.21",
"typescript": "^5.5.0"
"typescript": "^5.6.0"
},
"scripts": {
"api-extractor": "mkdirp etc && npx api-extractor run --local",
Expand Down

0 comments on commit de90fd7

Please sign in to comment.