Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Jul 23, 2024
1 parent 9ae4aa0 commit 6693544
Show file tree
Hide file tree
Showing 4 changed files with 577 additions and 186 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"husky": "9.0.11",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"turbo": "2.0.6"
"turbo": "2.0.9"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"engines": {
"node": ">=18.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"devDependencies": {
"@rapidapp/config": "workspace:*",
"@rapidapp/scanner": "workspace:*",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@vercel/ncc": "0.38.1",
"commander": "12.1.0",
"conf": "13.0.1",
"ora": "8.0.1",
"picocolors": "1.0.1",
"typescript": "5.5.3",
"typescript": "5.5.4",
"update-check": "1.5.4",
"vitest": "2.0.2"
"vitest": "2.0.4"
},
"homepage": "https://github.com/bjohansebas/rapidapp",
"repository": {
Expand All @@ -45,7 +45,7 @@
"type": "github",
"url": "https://github.com/sponsors/bjohansebas"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
},
"devDependencies": {
"@rapidapp/config": "workspace:*",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/object.groupby": "1.0.4",
"@types/parse-gitignore": "1.0.2",
"fast-glob": "3.3.2",
"object.groupby": "1.0.3",
"parse-gitignore": "2.0.0",
"tsup": "8.1.0",
"typescript": "5.5.3",
"vitest": "2.0.2"
"tsup": "8.2.2",
"typescript": "5.5.4",
"vitest": "2.0.4"
},
"homepage": "https://github.com/bjohansebas/rapidapp",
"repository": {
Expand All @@ -52,7 +52,7 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"publishConfig": {
"access": "public"
}
Expand Down
Loading

0 comments on commit 6693544

Please sign in to comment.