chore: update deps

This commit is contained in:
Sonny
2024-05-18 01:15:10 +02:00
committed by Sonny
parent 3c2c5dcee6
commit 25d70f2faf
2 changed files with 10668 additions and 7639 deletions

View File

@@ -34,7 +34,7 @@
"#config/*": "./config/*.js"
},
"devDependencies": {
"@adonisjs/assembler": "^7.5.1",
"@adonisjs/assembler": "^7.5.2",
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@emotion/babel-plugin": "^11.11.0",
@@ -42,31 +42,31 @@
"@japa/assert": "^3.0.0",
"@japa/plugin-adonisjs": "^3.0.1",
"@japa/runner": "^3.1.4",
"@swc/core": "^1.4.16",
"@swc/core": "^1.5.7",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-toggle": "^4.0.5",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"hot-hook": "^0.2.1",
"hot-hook": "^0.2.6",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"pino-pretty": "^11.0.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.10"
"vite": "^5.2.11"
},
"dependencies": {
"@adonisjs/ally": "^5.0.2",
"@adonisjs/auth": "^9.2.0",
"@adonisjs/core": "^6.8.0",
"@adonisjs/auth": "^9.2.1",
"@adonisjs/core": "^6.9.0",
"@adonisjs/cors": "^2.2.1",
"@adonisjs/inertia": "1.0.0-25",
"@adonisjs/lucid": "^20.5.1",
"@adonisjs/inertia": "1.0.0-27",
"@adonisjs/lucid": "^20.6.0",
"@adonisjs/session": "^7.4.0",
"@adonisjs/shield": "^8.1.1",
"@adonisjs/static": "^1.1.1",
@@ -88,7 +88,7 @@
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.1",
"react-icons": "^5.1.0",
"react-icons": "^5.2.1",
"react-swipeable": "^7.0.1",
"react-toggle": "^4.1.3",
"reflect-metadata": "^0.2.2",
@@ -116,4 +116,4 @@
"lint-staged": {
"*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix"
}
}
}