Skip to content

Commit

Permalink
chore: update deps, try using bun
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jul 21, 2024
1 parent 6d070e3 commit cb0d7f1
Show file tree
Hide file tree
Showing 5 changed files with 7,352 additions and 5,428 deletions.
2 changes: 1 addition & 1 deletion chart/dockerfiles/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM oven/bun:latest

USER node
WORKDIR hangar-frontend
Expand Down
2 changes: 1 addition & 1 deletion chart/dockerfiles/frontend/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env sh
node server/index.mjs
bun run server/index.mjs
2 changes: 1 addition & 1 deletion frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default defineNuxtConfig({
},
},
nitro: {
preset: "node-cluster",
preset: "bun",
compressPublicAssets: true,
timing: false,
},
Expand Down
22 changes: 11 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"easymde": "2.18.0",
"filesize": "10.1.4",
"github-slugger": "2.0.0",
"jsdom": "24.1.0",
"jsdom": "24.1.1",
"jwt-decode": "4.0.0",
"lodash-es": "4.17.21",
"marked": "12.0.2",
Expand All @@ -52,7 +52,7 @@
"qs": "6.12.3",
"rapidoc": "9.3.4",
"swagger-typescript-api": "13.0.13",
"universal-cookie": "7.1.4",
"universal-cookie": "7.2.0",
"vue-advanced-cropper": "2.8.9",
"vue-chartjs": "5.3.1",
"vue-i18n": "9.13.1",
Expand All @@ -75,7 +75,7 @@
"@types/nprogress": "0.2.3",
"@types/prismjs": "1.26.4",
"@types/qs": "6.9.15",
"@unocss/nuxt": "0.61.2",
"@unocss/nuxt": "0.61.5",
"@vue/eslint-config-typescript": "13.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -85,18 +85,18 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-vue": "9.27.0",
"husky": "9.0.11",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"nuxt": "3.12.3",
"pnpm": "8.15.5",
"prettier": "3.3.2",
"nuxt": "3.12.4",
"pnpm": "9.5.0",
"prettier": "3.3.3",
"regenerator-runtime": "0.14.1",
"sass": "1.77.6",
"sass": "1.77.8",
"typescript": "5.5.3",
"unplugin-auto-import": "0.17.6",
"unplugin-auto-import": "0.18.0",
"unplugin-icons": "0.19.0",
"unplugin-vue-components": "0.27.2",
"vite": "5.3.3",
"unplugin-vue-components": "0.27.3",
"vite": "5.3.4",
"vite-plugin-eslint": "1.8.1",
"vue-tsc": "2.0.26"
}
Expand Down
Loading

0 comments on commit cb0d7f1

Please sign in to comment.