Skip to content

Commit f843ed9

Browse files
committed
upstream: update dependencies and bun version
1 parent c35ce7e commit f843ed9

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ COPY --from=build /app/.output .output
1616
ARG BRANCH
1717
ENV NUXT_PUBLIC_BRANCH=${BRANCH}
1818
ENV HOST 0.0.0.0
19-
EXPOSE 3000/tcp
19+
EXPOSE 3000
2020
ENTRYPOINT [ "bun", "run", ".output/server/index.mjs" ]

bun.lockb

17 KB
Binary file not shown.

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: "3.8"
22

33
services:
4-
ryzhenkovspace:
4+
rogisu:
55
image: 27rogi/website:latest
66
ports:
7-
- "3000:3000"
7+
- "3005:3000"
88
env_file:
99
- .env
1010
environment:
@@ -13,7 +13,7 @@ services:
1313
deploy:
1414
resources:
1515
limits:
16-
cpus: 1
16+
cpus: '1'
1717
memory: 512M
1818
reservations:
1919
memory: 128M

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-app",
33
"private": true,
44
"type": "module",
5-
"packageManager": "[email protected].7",
5+
"packageManager": "[email protected].12",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",
@@ -13,39 +13,39 @@
1313
"lint:fix": "eslint . --fix"
1414
},
1515
"devDependencies": {
16-
"@iconify-json/ph": "^1.1.12",
17-
"@nuxt/eslint": "^0.3.10",
18-
"@nuxtjs/fontaine": "^0.4.1",
16+
"@iconify-json/ph": "^1.1.13",
17+
"@nuxt/eslint": "^0.3.13",
18+
"@nuxtjs/fontaine": "^0.4.2",
1919
"@nuxtjs/i18n": "^8.3.1",
2020
"@pinia/nuxt": "latest",
21-
"@stylistic/eslint-plugin": "^1.8.0",
22-
"@types/bun": "^1.1.1",
23-
"@unhead/addons": "^1.9.9",
21+
"@stylistic/eslint-plugin": "^1.8.1",
22+
"@types/bun": "^1.1.3",
23+
"@unhead/addons": "^1.9.11",
2424
"@unocss/eslint-config": "^0.59.4",
2525
"@unocss/nuxt": "latest",
2626
"browserslist": "^4.23.0",
27-
"eslint": "^9.2.0",
28-
"lightningcss": "^1.24.1",
27+
"eslint": "^9.4.0",
28+
"lightningcss": "^1.25.1",
2929
"nuxt": "^3.11.2",
3030
"nuxt-delay-hydration": "^1.3.3",
31-
"nuxt-icon": "^1.0.0-beta.3",
31+
"nuxt-icon": "^1.0.0-beta.6",
3232
"nuxt-security": "^1.4.3",
33-
"nuxt-seo-experiments": "^4.0.0-rc.6",
33+
"nuxt-seo-experiments": "^4.0.0-rc.8",
3434
"nuxt-simple-robots": "^4.0.0-rc.17",
3535
"sass": "1.75.0",
3636
"typescript": "^5.4.5",
3737
"unocss-preset-autoprefixer": "^0.0.7",
3838
"vite-svg-loader": "^5.1.0",
39-
"vue": "^3.4.26",
39+
"vue": "^3.4.27",
4040
"vue-router": "^4.3.2",
41-
"vue-tsc": "^2.0.16"
41+
"vue-tsc": "^2.0.19"
4242
},
4343
"dependencies": {
4444
"@fontsource-variable/onest": "^5.0.4",
4545
"@fontsource-variable/unbounded": "^5.0.20",
4646
"@nuxt/image": "^1.7.0",
4747
"@nuxt/types": "^2.17.3",
48-
"@vueuse/nuxt": "^10.9.0",
48+
"@vueuse/nuxt": "^10.10.0",
4949
"date-fns": "^3.6.0",
5050
"nuxt-payload-analyzer": "^0.1.4",
5151
"ufo": "^1.5.3"

0 commit comments

Comments
 (0)