Compare commits
8 commits
Author | SHA1 | Date | |
---|---|---|---|
0cd2337606 | |||
1aa5c9ba80 | |||
0c2033d946 | |||
2b4a4e16d2 | |||
ccae323a30 | |||
a16033a158 | |||
815a546d47 | |||
083e2b1839 |
2 changed files with 9 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"axios": "^0.21.4",
|
"axios": "^0.21.4",
|
||||||
"dotenv": "^10.0.0",
|
"dotenv": "^16.0.0",
|
||||||
"dotenv-expand": "^5.1.0",
|
"dotenv-expand": "^11.0.0",
|
||||||
"laravel-vite-plugin": "^0.6.0",
|
"laravel-vite-plugin": "^1.0.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"postcss": "^8.3.7",
|
"postcss": "^8.3.7",
|
||||||
"vite": "^3.0.9"
|
"vite": "^3.0.9"
|
||||||
|
|
6
renovate.json
Normal file
6
renovate.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue