Skip to content

Commit

Permalink
Merge pull request #460 from PhilanthropyDataCommons/dependabot/npm_a…
Browse files Browse the repository at this point in the history
…nd_yarn/typescript-5.2.2

Bump typescript from 5.1.6 to 5.2.2
  • Loading branch information
slifty authored Sep 5, 2023
2 parents 3233434 + 87ad78a commit fceb24a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -41,6 +41,7 @@
"engines": {
"node": "18"
},
"type": "commonjs",
"devDependencies": {
"@tsconfig/node18": "^18.2.1",
"@types/cors": "^2.8.13",
Expand All @@ -66,7 +67,7 @@
"swagger-spec-validator": "^5.0.0",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"dependencies": {
"ajv": "^8.12.0",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "dist",
"declaration": true,
"esModuleInterop": true,
Expand Down

0 comments on commit fceb24a

Please sign in to comment.