Skip to content

Commit

Permalink
Revert "chore: update dependencies"
Browse files Browse the repository at this point in the history
This reverts commit e4fe888.
  • Loading branch information
bjohansebas committed Jul 10, 2024
1 parent a08f823 commit 7a3e8da
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 119 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint-staged": "15.2.7",
"turbo": "2.0.6"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": "18.x || 20.x || 22.x"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"devDependencies": {
"@rapidbuild/config": "workspace:*",
"@rapidbuild/scanner": "workspace:*",
"@types/node": "20.14.10",
"@types/node": "20.14.9",
"@vercel/ncc": "0.38.1",
"commander": "12.1.0",
"ora": "8.0.1",
"picocolors": "1.0.1",
"typescript": "5.5.3",
"vitest": "2.0.1"
"vitest": "1.6.0"
},
"homepage": "https://github.com/bjohansebas/rapidbuild",
"repository": {
Expand All @@ -33,7 +33,7 @@
"bugs": {
"url": "https://github.com/bjohansebas/rapidbuild/issues"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
},
"devDependencies": {
"@rapidbuild/config": "workspace:*",
"@types/node": "20.14.10",
"@types/node": "20.14.9",
"@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.1"
"vitest": "1.6.0"
},
"homepage": "https://github.com/bjohansebas/rapidbuild",
"repository": {
Expand Down
Loading

0 comments on commit 7a3e8da

Please sign in to comment.