Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
28 changes: 14 additions & 14 deletions .demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@
"@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",
"@zxcvbn-ts/core": "^3.0.4",
"@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.11.0",
"better-sqlite3": "^12.2.0",
"country-codes-list": "^2.0.0",
"date-fns": "4.1.0",
Expand All @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tairo-component-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down