also looking at this
chore(deps): update all non-major dependencies
#35
10 files
+48
-41
| @@ -4,12 +4,12 @@ | ||
| 4 | 4 | "packageManager": "bun", |
| 5 | 5 | "description": "Test environment for Bun package manager with conflicting Node.js engines", |
| 6 | 6 | "engines": { |
| 7 | "node": ">=18.0.0", | |
| 8 | "npm": ">=9.0.0" | |
| 7 | "node": ">=18.20.8", | |
| 8 | "npm": ">=9.9.4" | |
| 9 | 9 | }, |
| 10 | 10 | "volta": { |
| 11 | "node": "20.10.0", | |
| 12 | "npm": "10.2.3" | |
| 11 | "node": "20.19.5", | |
| 12 | "npm": "10.9.4" | |
| 13 | 13 | }, |
| 14 | 14 | "scripts": { |
| 15 | 15 | "dev": "echo 'Should use Bun, not Node!'", |
| @@ -17,9 +17,9 @@ | ||
| 17 | 17 | "check-runtime": "bunx node --version" |
| 18 | 18 | }, |
| 19 | 19 | "dependencies": { |
| 20 | "lodash": "^4.17.0" | |
| 20 | "lodash": "^4.17.21" | |
| 21 | 21 | }, |
| 22 | 22 | "devDependencies": { |
| 23 | "eslint": "^8.0.0" | |
| 23 | "eslint": "^8.57.1" | |
| 24 | 24 | } |
| 25 | 25 | } |