Skip to content

Commit

Permalink
dep upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam McKee committed Dec 30, 2024
1 parent b684d64 commit 7d938e4
Show file tree
Hide file tree
Showing 8 changed files with 551 additions and 545 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@types/node": "^22.5.0"
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2"
}
}
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@minify-html/node": "^0.15.0",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"typescript": "^5.7.2",
"vite": "^6.0.6"
}
}
2 changes: 1 addition & 1 deletion github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@eighty4/install-template": "workspace:^"
},
"devDependencies": {
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"files": [
"lib/**/*",
Expand Down
6 changes: 3 additions & 3 deletions offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"@eighty4/install-github": "workspace:*",
"@hono/node-server": "^1.13.2",
"hono": "4.6.5"
"@hono/node-server": "^1.13.7",
"hono": "^4.6.15"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"author": "Adam McKee <[email protected]>",
"license": "BSD-3-Clause",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"scripts": {
"clean": "./clean.sh"
}
Expand Down
Loading

0 comments on commit 7d938e4

Please sign in to comment.