Skip to content

Commit

Permalink
dep upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam McKee committed Aug 18, 2024
1 parent 9f68faf commit c7d1ee5
Show file tree
Hide file tree
Showing 7 changed files with 471 additions and 1,150 deletions.
12 changes: 6 additions & 6 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@eighty4/install-template": "workspace:^",
"cookie-parser": "^1.4.6",
"express": "5.0.0-beta.3",
"pg": "^8.11.5",
"uuid": "^9.0.1"
"pg": "^8.12.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@dotenvx/dotenvx": "^0.44.1",
"@dotenvx/dotenvx": "^1.7.0",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/pg": "8.11.6",
"@types/uuid": "^9.0.8",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"@types/uuid": "^10.0.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"files": [
"lib/**/*",
Expand Down
4 changes: 2 additions & 2 deletions contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@eighty4/install-github": "workspace:^"
},
"devDependencies": {
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"files": [
"lib/**/*",
Expand Down
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.44.1",
"@types/node": "^20.14.0"
"@playwright/test": "^1.46.1",
"@types/node": "^22.4.0"
}
}
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@eighty4/install-template": "workspace:^"
},
"devDependencies": {
"@types/dom-view-transitions": "^1.0.4",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"@types/dom-view-transitions": "^1.0.5",
"typescript": "^5.5.4",
"vite": "^5.4.1"
}
}
4 changes: 2 additions & 2 deletions github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"dotenv": "^16.4.5",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"files": [
"lib/**/*",
Expand Down
Loading

0 comments on commit c7d1ee5

Please sign in to comment.