chore(deps): update deps and node version

This commit is contained in:
Sonny
2025-08-21 02:47:31 +02:00
parent 23ad1fda75
commit 7672a719ea
3 changed files with 469 additions and 344 deletions

View File

@@ -1,6 +1,6 @@
# Source : https://github.com/adonisjs-community/adonis-packages/blob/main/Dockerfile # Source : https://github.com/adonisjs-community/adonis-packages/blob/main/Dockerfile
FROM node:24.1-alpine3.20 AS base FROM node:24.6-alpine3.22 AS base
RUN apk --no-cache add curl RUN apk --no-cache add curl
RUN corepack enable RUN corepack enable
@@ -34,9 +34,9 @@ ENV DB_PORT=5432
ENV DB_USER=db_user ENV DB_USER=db_user
ENV DB_PASSWORD=db_password ENV DB_PASSWORD=db_password
ENV DB_DATABASE=db_db ENV DB_DATABASE=db_db
ENV APP_URL=http://localhost:3333
ENV GOOGLE_CLIENT_ID=client_id ENV GOOGLE_CLIENT_ID=client_id
ENV GOOGLE_CLIENT_SECRET=client_secret ENV GOOGLE_CLIENT_SECRET=client_secret
ENV GOOGLE_CLIENT_CALLBACK_URL=http://localhost:3333/auth/callback
RUN node ace izzy:routes RUN node ace izzy:routes
RUN node ace build RUN node ace build

View File

@@ -39,25 +39,25 @@
}, },
"devDependencies": { "devDependencies": {
"@adonisjs/assembler": "^7.8.2", "@adonisjs/assembler": "^7.8.2",
"@adonisjs/eslint-config": "2.1.1", "@adonisjs/eslint-config": "2.1.2",
"@adonisjs/prettier-config": "^1.4.5", "@adonisjs/prettier-config": "^1.4.5",
"@adonisjs/tsconfig": "^1.4.1", "@adonisjs/tsconfig": "^1.4.1",
"@faker-js/faker": "^9.9.0", "@faker-js/faker": "^9.9.0",
"@japa/assert": "^4.1.1", "@japa/assert": "^4.1.1",
"@japa/plugin-adonisjs": "^4.0.0", "@japa/plugin-adonisjs": "^4.0.0",
"@japa/runner": "^4.3.0", "@japa/runner": "^4.4.0",
"@swc/core": "^1.13.3", "@swc/core": "^1.13.3",
"@tuyau/utils": "^0.0.9", "@tuyau/utils": "^0.0.9",
"@types/luxon": "^3.7.1", "@types/luxon": "^3.7.1",
"@types/node": "^24.2.0", "@types/node": "^24.3.0",
"@types/react": "^19.1.9", "@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7", "@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.39.0", "@typescript-eslint/eslint-plugin": "^8.40.0",
"@vite-pwa/assets-generator": "^1.0.0", "@vite-pwa/assets-generator": "^1.0.0",
"eslint": "^9.32.0", "eslint": "^9.33.0",
"hot-hook": "^0.4.0", "hot-hook": "^0.4.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^16.1.4", "lint-staged": "^16.1.5",
"pino-pretty": "^13.1.1", "pino-pretty": "^13.1.1",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0", "postcss-preset-mantine": "^1.18.0",
@@ -66,7 +66,7 @@
"release-it": "^19.0.4", "release-it": "^19.0.4",
"ts-node-maintained": "^10.9.6", "ts-node-maintained": "^10.9.6",
"typescript": "~5.9.2", "typescript": "~5.9.2",
"vite": "^7.0.6" "vite": "^7.1.3"
}, },
"dependencies": { "dependencies": {
"@adonisjs/ally": "^5.1.0", "@adonisjs/ally": "^5.1.0",
@@ -79,12 +79,12 @@
"@adonisjs/shield": "^8.2.0", "@adonisjs/shield": "^8.2.0",
"@adonisjs/static": "^1.1.1", "@adonisjs/static": "^1.1.1",
"@adonisjs/vite": "^4.0.0", "@adonisjs/vite": "^4.0.0",
"@inertiajs/react": "^2.0.17", "@inertiajs/react": "^2.1.2",
"@izzyjs/route": "^1.2.0", "@izzyjs/route": "^1.2.0",
"@mantine/core": "^8.2.3", "@mantine/core": "^8.2.5",
"@mantine/hooks": "^8.2.3", "@mantine/hooks": "^8.2.5",
"@mantine/modals": "^8.2.5", "@mantine/modals": "^8.2.5",
"@mantine/spotlight": "^8.2.3", "@mantine/spotlight": "^8.2.5",
"@tuyau/client": "^0.2.10", "@tuyau/client": "^0.2.10",
"@tuyau/core": "^0.4.2", "@tuyau/core": "^0.4.2",
"@tuyau/inertia": "^0.0.15", "@tuyau/inertia": "^0.0.15",
@@ -94,18 +94,18 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"edge.js": "^6.3.0", "edge.js": "^6.3.0",
"i18next": "^25.3.2", "i18next": "^25.4.0",
"knex": "^3.1.0", "knex": "^3.1.0",
"luxon": "^3.7.1", "luxon": "^3.7.1",
"node-html-parser": "^7.0.1", "node-html-parser": "^7.0.1",
"pg": "^8.16.3", "pg": "^8.16.3",
"react": "^19.1.1", "react": "^19.1.1",
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"react-i18next": "^15.6.1", "react-i18next": "^15.7.0",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"reflect-metadata": "^0.2.2", "reflect-metadata": "^0.2.2",
"vite-plugin-pwa": "^1.0.2", "vite-plugin-pwa": "^1.0.3",
"zustand": "^5.0.7" "zustand": "^5.0.8"
}, },
"hotHook": { "hotHook": {
"boundaries": [ "boundaries": [
@@ -127,7 +127,7 @@
"*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix" "*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix"
}, },
"volta": { "volta": {
"node": "24.1.0" "node": "24.6.0"
}, },
"pnpm": { "pnpm": {
"overrides": { "overrides": {

775
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff