chore(deps): update deps

This commit is contained in:
Sonny
2025-08-04 19:44:33 +02:00
parent 7fefabd9bf
commit 850722cb7d
4 changed files with 1374 additions and 1223 deletions

View File

@@ -103,7 +103,7 @@ export default defineConfig({
],
assetsBundler: false,
unstable_assembler: {
hooks: {
onBuildStarting: [() => import('@adonisjs/vite/build_hook')],
onDevServerStarted: [() => import('@izzyjs/route/dev_hook')],
},

View File

@@ -40,64 +40,64 @@
"@adonisjs/prettier-config": "^1.4.5",
"@adonisjs/tsconfig": "^1.4.1",
"@faker-js/faker": "^9.9.0",
"@japa/assert": "^4.0.1",
"@japa/assert": "^4.1.1",
"@japa/plugin-adonisjs": "^4.0.0",
"@japa/runner": "^4.2.0",
"@swc/core": "^1.12.9",
"@types/luxon": "^3.6.2",
"@types/node": "^24.0.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@japa/runner": "^4.3.0",
"@swc/core": "^1.13.3",
"@types/luxon": "^3.7.1",
"@types/node": "^22.14.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@vite-pwa/assets-generator": "^1.0.0",
"eslint": "^9.30.1",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.32.0",
"hot-hook": "^0.4.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"pino-pretty": "^13.0.0",
"lint-staged": "^15.5.0",
"pino-pretty": "^13.1.1",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"release-it": "^19.0.3",
"ts-node-maintained": "^10.9.5",
"typescript": "~5.8.3",
"vite": "^7.0.2"
"release-it": "^18.1.2",
"ts-node-maintained": "^10.9.6",
"typescript": "~5.9.2",
"vite": "^6.2.5"
},
"dependencies": {
"@adonisjs/ally": "^5.1.0",
"@adonisjs/auth": "^9.4.0",
"@adonisjs/auth": "^9.4.2",
"@adonisjs/core": "^6.19.0",
"@adonisjs/cors": "^2.2.1",
"@adonisjs/inertia": "^3.1.1",
"@adonisjs/lucid": "^21.7.0",
"@adonisjs/lucid": "^21.8.0",
"@adonisjs/session": "^7.5.1",
"@adonisjs/shield": "^8.2.0",
"@adonisjs/static": "^1.1.1",
"@adonisjs/vite": "^4.0.0",
"@inertiajs/react": "^2.0.14",
"@inertiajs/react": "^2.0.17",
"@izzyjs/route": "^1.2.0",
"@mantine/core": "^8.1.2",
"@mantine/hooks": "^8.1.2",
"@mantine/spotlight": "^8.1.2",
"@mantine/core": "^7.17.3",
"@mantine/hooks": "^7.17.3",
"@mantine/spotlight": "^7.17.3",
"@vinejs/vine": "^3.0.1",
"@vitejs/plugin-react-oxc": "^0.2.3",
"bentocache": "^1.4.0",
"bentocache": "^1.5.0",
"dayjs": "^1.11.13",
"edge.js": "^6.2.1",
"i18next": "^25.3.1",
"edge.js": "^6.3.0",
"i18next": "^24.2.3",
"knex": "^3.1.0",
"luxon": "^3.6.1",
"luxon": "^3.7.1",
"node-html-parser": "^7.0.1",
"pg": "^8.16.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hotkeys-hook": "^5.1.0",
"react-i18next": "^15.6.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hotkeys-hook": "^4.6.1",
"react-i18next": "^15.6.1",
"react-icons": "^5.5.0",
"reflect-metadata": "^0.2.2",
"vite-plugin-pwa": "^1.0.1",
"zustand": "^5.0.6"
"vite-plugin-pwa": "^1.0.2",
"zustand": "^5.0.7"
},
"hotHook": {
"boundaries": [
@@ -120,10 +120,5 @@
},
"volta": {
"node": "24.1.0"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
}
}

2524
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@ import project from '#config/project';
import { getDirname } from '@adonisjs/core/helpers';
import inertia from '@adonisjs/inertia/client';
import adonisjs from '@adonisjs/vite/client';
import react from '@vitejs/plugin-react-oxc';
import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite';
import { VitePWA } from 'vite-plugin-pwa';