Skip to content

Commit

Permalink
chore: Обновил зависимости, обновил версию node в nuxt изображении, о…
Browse files Browse the repository at this point in the history
…бновил umami
  • Loading branch information
wokalek committed Dec 14, 2023
1 parent 97b2038 commit b22bf44
Show file tree
Hide file tree
Showing 5 changed files with 2,356 additions and 958 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:

umami:
container_name: wokalek-umami
image: ghcr.io/umami-software/umami:postgresql-v2.8.0
image: ghcr.io/umami-software/umami:postgresql-v2.9.0
restart: always
env_file: env/umami/.env
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker/nuxt/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.2.0-alpine
FROM node:21.4.0-alpine

WORKDIR /nuxt

Expand Down
2 changes: 1 addition & 1 deletion docker/nuxt/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.2.0-alpine
FROM node:21.4.0-alpine

WORKDIR /nuxt

Expand Down
24 changes: 12 additions & 12 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/robots": "^3.0.0",
"@sass-collective/strip-unit": "^3.1.2",
"@vite-pwa/nuxt": "^0.3.2",
"@vueuse/core": "^10.6.1",
"@vueuse/nuxt": "^10.6.1",
"@vite-pwa/nuxt": "^0.3.5",
"@vueuse/core": "^10.7.0",
"@vueuse/nuxt": "^10.7.0",
"dayjs": "^1.11.10",
"image-size": "^1.0.2",
"kaokun": "^1.1.10",
"lightningcss": "^1.22.1",
"nanoid": "^5.0.3",
"nanoid": "^5.0.4",
"normalize.css": "^8.0.1",
"nuxt": "^3.8.2",
"nuxt-lodash": "^2.5.3",
"nuxt-schema-org": "^3.2.1",
"nuxt-simple-sitemap": "^4.1.6",
"nuxt-svgo": "^3.6.0",
"nuxt-typed-router": "^3.3.3",
"nuxt-schema-org": "^3.2.3",
"nuxt-simple-sitemap": "^4.1.17",
"nuxt-svgo": "^3.7.0",
"nuxt-typed-router": "^3.5.0",
"nuxt-umami": "^2.5.5",
"oh-vue-icons": "1.0.0-rc3",
"photoswipe": "^5.4.2",
"postcss": "^8.4.31",
"photoswipe": "^5.4.3",
"postcss": "^8.4.32",
"postcss-easings": "^4.0.0",
"rehype-katex": "^6.0.3",
"remark-math": "^5.1.1",
Expand All @@ -45,8 +45,8 @@
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.10.0",
"eslint": "^8.54.0"
"@types/node": "^20.10.4",
"eslint": "^8.55.0"
},
"overrides": {
"vue": "latest"
Expand Down
Loading

0 comments on commit b22bf44

Please sign in to comment.