Skip to content

Commit

Permalink
Merge pull request #190 from jaredwray/upgrading-typescript-to-5.5.2
Browse files Browse the repository at this point in the history
upgrading typescript to 5.5.2
  • Loading branch information
jaredwray committed Jun 26, 2024
2 parents bbb9adb + 17a80d2 commit db2ce95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",
"@types/node": "^20.12.12",
"@types/node": "^20.14.9",
"@types/nunjucks": "^3.2.6",
"@types/pug": "^2.0.10",
"@types/underscore": "^1.11.15",
"@vitest/coverage-v8": "^1.6.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0",
"webpack": "^5.91.0",
"webpack": "^5.92.1",
"xo": "^0.58.0"
},
"xo": {
Expand Down

0 comments on commit db2ce95

Please sign in to comment.