Skip to content

Commit

Permalink
dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam McKee committed Jun 2, 2024
1 parent f75f8be commit 9f68faf
Show file tree
Hide file tree
Showing 9 changed files with 238 additions and 222 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ These commands will stub API dependencies for offline development of the fronten
Selfies and #installsh tweets while developing on an airplane, on safari, or in a James Cameron-funded submersible
expedition are appreciated!

### Interactive update with `pnpm`

The update command can be used interactively and recursively to upgrade project dependencies:

```bash
pnpm update --interactive --latest --recursive
```

## Example install scripts in the wild

Here is a list of install scripts for popular applications:
Expand Down
6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@dotenvx/dotenvx": "^0.44.1",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/pg": "8.11.2",
"@types/pg": "8.11.6",
"@types/uuid": "^9.0.8",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"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.4",
"vitest": "^1.4.0"
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"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.43.0",
"@types/node": "^20.12.5"
"@playwright/test": "^1.44.1",
"@types/node": "^20.14.0"
}
}
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/dom-view-transitions": "^1.0.4",
"typescript": "^5.4.4",
"vite": "^5.2.8"
"typescript": "^5.4.5",
"vite": "^5.2.12"
}
}
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.4",
"vitest": "^1.4.0"
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"files": [
"lib/**/*",
Expand Down
2 changes: 1 addition & 1 deletion offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 9f68faf

Please sign in to comment.