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 13, 2023
1 parent 92e4598 commit 356b0cf
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,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-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].4"
}
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"
}
}
17 changes: 9 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turbo/generators/templates/Dockerfile.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ COPY --from=builder /app/apps/$APP_DIRNAME/server-build ./apps/$APP_DIRNAME/serv

{{#ifEquals dbType "sqlite-litefs"}}
# prepare for litefs
COPY --from=flyio/litefs:0.5.5 /usr/local/bin/litefs /usr/local/bin/litefs
COPY --from=flyio/litefs:0.5.8 /usr/local/bin/litefs /usr/local/bin/litefs
ADD ./apps/$APP_DIRNAME/other/litefs.yml /etc/litefs.yml
RUN mkdir -p /data ${LITEFS_DIR}

Expand Down

0 comments on commit 356b0cf

Please sign in to comment.