Compare commits

...

8 commits
v1.0.0 ... main

2 changed files with 9 additions and 3 deletions

View file

@ -6,9 +6,9 @@
},
"devDependencies": {
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"laravel-vite-plugin": "^0.6.0",
"dotenv": "^16.0.0",
"dotenv-expand": "^11.0.0",
"laravel-vite-plugin": "^1.0.0",
"lodash": "^4.17.21",
"postcss": "^8.3.7",
"vite": "^3.0.9"

6
renovate.json Normal file
View file

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}