Skip to content

Commit

Permalink
feat: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrick95 committed Jun 27, 2024
1 parent 177c0d8 commit e287baf
Show file tree
Hide file tree
Showing 4 changed files with 652 additions and 512 deletions.
4 changes: 2 additions & 2 deletions browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@kenrick95/c4": "workspace:^"
},
"devDependencies": {
"prettier": "^3.0.3",
"typescript": "~5.2.2",
"prettier": "3.3.2",
"typescript": "~5.5.2",
"vite": "^4.5.3"
}
}
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"test": "vitest --watch=false"
},
"devDependencies": {
"prettier": "^3.0.3",
"typescript": "~5.2.2",
"prettier": "3.3.2",
"typescript": "~5.5.2",
"vite": "^4.5.3",
"vite-dts": "^1.0.4",
"vite-plugin-dts": "^3.6.3",
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@types/node": "^20.8.10",
"@types/uuid": "^9.0.6",
"@types/ws": "^8.5.8",
"prettier": "^3.0.3",
"typescript": "~5.2.2",
"prettier": "3.3.2",
"typescript": "~5.5.2",
"vite": "^4.5.3",
"vite-node": "0.34.6"
},
Expand Down
Loading

0 comments on commit e287baf

Please sign in to comment.