Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zpervan committed Dec 16, 2024
1 parent a79f392 commit a0f524f
Show file tree
Hide file tree
Showing 2 changed files with 1,042 additions and 1,035 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@jest/types": "^29.6.3",
"@jsona/openapi": "^0.2.5",
"@syntect/wasm": "^0.0.4",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.11",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.19.8",
"esbuild": "^0.24.0",
"mime": "^4.0.0",
"express": "^4.18.2",
"express": "^5.0.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"playwright": "1.23.3",
Expand All @@ -55,11 +55,11 @@
"terser": "^5.26.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"vite": "5",
"vite": "6",
"wait-port": "^1.1.0"
},
"peerDependencies": {
"vite": "^2 || ^3 || ^4 || ^5"
"vite": "^2 || ^3 || ^4 || ^5 || ^6"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit a0f524f

Please sign in to comment.