Skip to content

Commit

Permalink
Merge pull request #141 from jaredwray/upgrading-typescript-and-types…
Browse files Browse the repository at this point in the history
…-to-latest

upgrading typescript and types to latest
  • Loading branch information
jaredwray authored Nov 27, 2023
2 parents fc2d2cb + 6eb6c96 commit 231fd4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
"winston": "^3.11.0"
},
"devDependencies": {
"@types/ejs": "^3.1.4",
"@types/express": "^4.17.20",
"@types/fs-extra": "^11.0.3",
"@types/mustache": "^4.2.4",
"@types/nunjucks": "^3.2.5",
"@types/pug": "^2.0.8",
"@types/underscore": "^1.11.12",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/mustache": "^4.2.5",
"@types/nunjucks": "^3.2.6",
"@types/pug": "^2.0.10",
"@types/underscore": "^1.11.15",
"@vitest/coverage-v8": "^0.34.6",
"docula": "^0.3.6",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vitest": "^0.34.6",
"webpack": "^5.89.0",
"xo": "^0.56.0"
Expand Down

0 comments on commit 231fd4f

Please sign in to comment.