Skip to content

Commit

Permalink
chore: Upgrade dependencies (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe authored Feb 4, 2024
1 parent 3013a60 commit 032c51b
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 43 deletions.
4 changes: 2 additions & 2 deletions examples/laravel10-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"dev": "vite",
"build": "vite build",
"type:check": "vue-tsc --noEmit",
"typegen": "node node_modules/@7nohe/laravel-typegen/src/cli.js --ziggy --form-request",
"typegen:laravel-enum": "node node_modules/@7nohe/laravel-typegen/src/cli.js --enum-path 'app/LaravelEnums' --laravel-enum"
"typegen": "node node_modules/@7nohe/laravel-typegen/dist/src/cli.js --ziggy --form-request",
"typegen:laravel-enum": "node node_modules/@7nohe/laravel-typegen/dist/src/cli.js --enum-path 'app/LaravelEnums' --laravel-enum"
},
"devDependencies": {
"@7nohe/laravel-typegen": "file:../../../laravel-typegen",
Expand Down
4 changes: 0 additions & 4 deletions examples/laravel10-app/resources/js/types/param.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
export type RouteParams = {
"ignition.executeSolution": {};
"ignition.healthCheck": {};
"ignition.updateConfig": {};
"password.confirm": {};
"dashboard": {};
"verification.send": {};
Expand Down Expand Up @@ -33,7 +30,6 @@ export type RouteParams = {
"password.reset": {
token: string;
};
"sanctum.csrf-cookie": {};
"verification.notice": {};
"verification.verify": {
id: string;
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"author": "Daiki Urata (@7nohe)",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.11.18"
"@types/node": "^20.11.16"
},
"dependencies": {
"@7nohe/laravel-zodgen": "^0.1.5",
"commander": "^10.0.0",
"glob": "^9.3.1",
"php-parser": "^3.1.3",
"typescript": "^5.0.2"
"commander": "^12.0.0",
"glob": "^10.3.10",
"php-parser": "^3.1.5",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 032c51b

Please sign in to comment.