Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 9700856 commit 243eba6
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 58 deletions.
6 changes: 3 additions & 3 deletions apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.1",
"tsx": "^3.14.0",
"tsx": "^4.0.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
},
"engines": {
"node": "18"
"node": "20"
}
}
2 changes: 1 addition & 1 deletion apps/remix-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"typescript": "^5.2.2"
},
"engines": {
"node": "18"
"node": "20"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"typescript": "^5.2.2",
"@remix-run/dev": "^2.0.0"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].5"
}
2 changes: 1 addition & 1 deletion packages/business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "^20.8.10",
"rimraf": "^5.0.5",
"tsup": "^7.2.0",
"tsx": "^3.14.0",
"tsx": "^4.0.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prisma": "^5.5.2",
"rimraf": "^5.0.5",
"tsup": "^7.2.0",
"tsx": "^3.14.0",
"tsx": "^4.0.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/internal-nobuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"rimraf": "^5.0.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
},
Expand Down
Loading

0 comments on commit 243eba6

Please sign in to comment.