diff --git a/.app/package.json b/.app/package.json index d398ef50c..7e1155496 100644 --- a/.app/package.json +++ b/.app/package.json @@ -14,11 +14,11 @@ "@iconify-json/fa6-brands": "^1.2.6", "@iconify-json/ph": "^1.2.2", "@iconify-json/simple-icons": "^1.2.47", - "@nuxt/fonts": "^0.11.4", + "@nuxt/fonts": "^0.14.0", "@shuriken-ui/nuxt": "4.0.0", - "nuxt": "4.0.3", + "nuxt": "4.4.5", "tailwindcss": "^4.1.11", - "typescript": "5.9.2", + "typescript": "5.9.3", "vue": "^3.5.18", "vue-tsc": "^3.0.5" } diff --git a/.demo/package.json b/.demo/package.json index 4efb2e1f0..93429f831 100644 --- a/.demo/package.json +++ b/.demo/package.json @@ -47,16 +47,16 @@ "@iconify-json/uiw": "^1.2.3", "@iconify-json/unjs": "^1.2.3", "@iconify-json/vaadin": "^1.2.1", - "@mapbox/mapbox-gl-geocoder": "5.1.0", - "@nuxt/content": "3.6.3", - "@nuxt/fonts": "^0.11.4", + "@mapbox/mapbox-gl-geocoder": "5.1.2", + "@nuxt/content": "3.13.0", + "@nuxt/fonts": "^0.14.0", "@nuxt/image": "1.11.0", "@nuxt/kit": "^4.0.3", "@nuxtjs/i18n": "^10.0.5", "@shuriken-ui/nuxt": "4.0.0", "@tailwindcss/typography": "^0.5.16", "@types/geojson": "^7946.0.15", - "@types/mapbox-gl": "3.4.1", + "@types/mapbox-gl": "3.5.0", "@types/mapbox__mapbox-gl-geocoder": "^5.0.0", "@vueuse/core": "^13.6.0", "@vueuse/nuxt": "^13.6.0", @@ -64,7 +64,7 @@ "@zxcvbn-ts/language-common": "^3.0.4", "@zxcvbn-ts/language-en": "^3.0.2", "@zxcvbn-ts/language-fr": "^3.0.2", - "apexcharts": "5.3.3", + "apexcharts": "5.12.0", "better-sqlite3": "^12.2.0", "country-codes-list": "^2.0.0", "date-fns": "4.1.0", @@ -75,27 +75,27 @@ "libphonenumber-js": "^1.12.12", "lightningcss": "^1.30.1", "lightweight-charts": "^5.0.8", - "magic-string": "0.30.17", - "mapbox-gl": "3.14.0", + "magic-string": "0.30.21", + "mapbox-gl": "3.23.1", "minisearch": "^7.1.2", - "nuxt": "4.0.3", - "nuxt-component-meta": "0.13.1", + "nuxt": "4.4.5", + "nuxt-component-meta": "0.17.2", "ohash": "^2.0.11", "pathe": "^2.0.3", "reka-ui": "^2.4.1", "scule": "^1.3.0", - "sharp": "0.34.3", - "shiki": "3.9.2", + "sharp": "0.34.5", + "shiki": "3.23.0", "slugify": "^1.6.6", "tailwindcss": "^4.1.11", - "typescript": "5.9.2", + "typescript": "5.9.3", "v-calendar": "3.1.2", "vee-validate": "^4.15.1", "vue": "^3.5.18", - "vue-component-meta": "3.0.5", + "vue-component-meta": "3.2.9", "vue-router": "^4.5.1", "vue-tsc": "^3.0.5", - "vue3-apexcharts": "1.8.0", + "vue3-apexcharts": "1.11.1", "vue3-smooth-dnd": "0.0.6", "zod": "^4.0.17" } diff --git a/Dockerfile b/Dockerfile index dddd0a350..1aadf5dc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.5.0-alpine3.22 AS base +FROM node:24.15.0-alpine3.22 AS base ENV PNPM_HOME="/pnpm" ENV PATH="$PNPM_HOME:$PATH" RUN corepack enable && corepack prepare pnpm@10.14.0 --activate diff --git a/package.json b/package.json index fb0ec2e0c..b3e06fc43 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "2.0.0", "private": true, - "packageManager": "pnpm@10.14.0", + "packageManager": "pnpm@10.33.4", "main": "./nuxt.config.ts", "engines": { "node": ">=22", @@ -28,11 +28,11 @@ }, "devDependencies": { "@antfu/eslint-config": "^5.2.1", - "eslint": "9.33.0", + "eslint": "9.39.4", "eslint-plugin-format": "^1.0.1", - "lint-staged": "16.1.5", + "lint-staged": "16.4.0", "npm-run-all": "4.1.5", - "rimraf": "6.0.1" + "rimraf": "6.1.3" }, "gitHooks": { "pre-commit": "lint-staged" diff --git a/tairo-component-meta/package.json b/tairo-component-meta/package.json index 5e0b8083e..5a2fe2c5e 100644 --- a/tairo-component-meta/package.json +++ b/tairo-component-meta/package.json @@ -22,7 +22,7 @@ "@nuxt/kit": "^4.0.3", "@shuriken-ui/nuxt": "4.0.0", "nuxt": "^4.0.3", - "nuxt-component-meta": "^0.13.1", + "nuxt-component-meta": "^0.17.0", "pathe": "^2.0.3", "reka-ui": "^2.4.1", "tailwindcss": "^4.1.11",