Skip to content

Commit

Permalink
Merge pull request #353 from c2corg/dependabot/npm_and_yarn/typescrip…
Browse files Browse the repository at this point in the history
…t-5.3.3

chore(deps-dev): bump typescript from 4.9.5 to 5.3.3
  • Loading branch information
brunobesson authored Feb 16, 2024
2 parents efc4cfa + b47fd21 commit 0a18bd4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 21 deletions.
47 changes: 30 additions & 17 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"homepage": "https://github.com/c2corg/fit-parser-extract-geometry#readme",
"devDependencies": {
"@tsconfig/node18-strictest": "1.0.0",
"@tsconfig/node20": "20.1.2",
"@tsconfig/strictest": "2.0.3",
"@types/debug": "4.1.12",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
Expand All @@ -51,6 +52,6 @@
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "4.9.5"
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "@tsconfig/node18-strictest/tsconfig.json",
"extends": ["@tsconfig/strictest/tsconfig.json", "@tsconfig/node20/tsconfig.json"],
"compilerOptions": {
"target": "ES5",
"module": "CommonJS",
"module": "NodeNext",
"declaration": true,
"removeComments": true,
"sourceMap": true,
Expand Down

0 comments on commit 0a18bd4

Please sign in to comment.