Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Aug 9, 2023
1 parent 5d67bf2 commit 00a2f3d
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 108 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^7.4|^8.0|^8.1|^8.2",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^9.0",
"illuminate/database": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/view": "^8.0|^9.0|^10.0"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"defu": "^6.1.2"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"sass": "^1.64.0",
"vite": "^4.4.5",
"sass": "^1.64.2",
"vite": "^4.4.9",
"vite-plugin-eslint": "^1.8.1"
}
}
Loading

0 comments on commit 00a2f3d

Please sign in to comment.