Skip to content

Commit

Permalink
chore: bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed Jan 3, 2024
1 parent 78c365f commit 2bdf4c7
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 445 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,25 @@
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/ms": "^0.7.31",
"@types/node": "^20.2.5",
"@types/supertest": "^2.0.12",
"@vitest/coverage-istanbul": "^0.31.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.10.6",
"@types/supertest": "^6.0.2",
"@vitest/coverage-istanbul": "^1.1.1",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"fastify": "^4.25.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"supertest": "^6.3.3",
"tslib": "^2.5.2",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^4.3.9",
"vite": "^5.0.10",
"vitepress": "1.0.0-rc.34",
"vitest": "^0.31.4"
"vitest": "^1.1.1"
},
"dependencies": {
"jsonwebtoken": "^9.0.2",
Expand Down
Loading

0 comments on commit 2bdf4c7

Please sign in to comment.