Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Dec 8, 2024
1 parent 6a1722d commit d953971
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 650 deletions.
4 changes: 2 additions & 2 deletions playgrounds/inertia-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@adonisjs/core": "^6.16.0",
"@adonisjs/cors": "^2.2.1",
"@adonisjs/inertia": "1.0.0-27",
"@adonisjs/lucid": "^20.6.0",
"@adonisjs/lucid": "^21.5.0",
"@adonisjs/session": "^7.5.0",
"@adonisjs/shield": "^8.1.1",
"@adonisjs/static": "^1.1.1",
Expand All @@ -47,7 +47,7 @@
"@tuyau/inertia": "workspace:*",
"@tuyau/utils": "workspace:*",
"@vinejs/vine": "^2.1.0",
"better-sqlite3": "^9.6.0",
"better-sqlite3": "^11.7.0",
"edge.js": "^6.2.0",
"luxon": "^3.5.0",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/inertia-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@adonisjs/core": "^6.16.0",
"@adonisjs/cors": "^2.2.1",
"@adonisjs/inertia": "1.0.0-25",
"@adonisjs/lucid": "^20.6.0",
"@adonisjs/lucid": "^21.5.0",
"@adonisjs/session": "^7.5.0",
"@adonisjs/shield": "^8.1.1",
"@adonisjs/static": "^1.1.1",
Expand All @@ -44,7 +44,7 @@
"@tuyau/client": "workspace:*",
"@tuyau/core": "workspace:*",
"@vinejs/vine": "^2.1.0",
"better-sqlite3": "^9.6.0",
"better-sqlite3": "^11.7.0",
"edge.js": "^6.2.0",
"inertia-adapter-solid": "^0.2.0",
"luxon": "^3.5.0",
Expand All @@ -56,8 +56,8 @@
"@japa/plugin-adonisjs": "^3.0.1",
"@tuyau/utils": "workspace:*",
"@types/luxon": "^3.4.2",
"hot-hook": "^0.1.10",
"pino-pretty": "^11.3.0",
"hot-hook": "^0.4.0",
"pino-pretty": "^13.0.0",
"vite-plugin-solid": "^2.11.0"
},
"hotHook": {
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/inertia-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@adonisjs/core": "^6.16.0",
"@adonisjs/cors": "^2.2.1",
"@adonisjs/inertia": "1.0.0-27",
"@adonisjs/lucid": "^20.6.0",
"@adonisjs/lucid": "^21.5.0",
"@adonisjs/session": "^7.5.0",
"@adonisjs/shield": "^8.1.1",
"@adonisjs/static": "^1.1.1",
Expand All @@ -48,7 +48,7 @@
"@tuyau/utils": "workspace:*",
"@vinejs/vine": "^2.1.0",
"@vue/server-renderer": "^3.5.13",
"better-sqlite3": "^9.6.0",
"better-sqlite3": "^11.7.0",
"edge.js": "^6.2.0",
"luxon": "^3.5.0",
"reflect-metadata": "^0.2.2",
Expand Down
15 changes: 5 additions & 10 deletions playgrounds/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,18 @@
"@adonisjs/auth": "^9.2.4",
"@adonisjs/core": "^6.16.0",
"@adonisjs/cors": "^2.2.1",
"@adonisjs/lucid": "^20.6.0",
"@adonisjs/lucid": "^21.5.0",
"@adonisjs/session": "^7.5.0",
"@tuyau/core": "workspace:*",
"@tuyau/openapi": "workspace:*",
"@tuyau/utils": "workspace:*",
"@vinejs/vine": "^2.1.0",
"better-sqlite3": "^9.6.0",
"better-sqlite3": "^11.7.0",
"luxon": "^3.5.0",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@adonisjs/assembler": "^7.8.2",
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.4.0",
"@adonisjs/tsconfig": "^1.4.0",
"@japa/api-client": "^2.0.4",
Expand All @@ -56,10 +55,9 @@
"@japa/runner": "^3.1.4",
"@swc/core": "^1.10.0",
"@types/luxon": "^3.4.2",
"@types/node": "^20.17.9",
"eslint": "^8.57.1",
"hot-hook": "^0.2.6",
"pino-pretty": "^11.3.0",
"@types/node": "^22.10.1",
"hot-hook": "^0.4.0",
"pino-pretty": "^13.0.0",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
Expand All @@ -70,8 +68,5 @@
"./app/middleware/*.ts"
]
},
"eslintConfig": {
"extends": "@adonisjs/eslint-config/app"
},
"prettier": "@adonisjs/prettier-config"
}
Loading

0 comments on commit d953971

Please sign in to comment.