mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
59998eef51
* chore(deps): update all non-major dependencies * fix nuxt-windicss version Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Pooya Parsa <pyapar@gmail.com>
12 lines
132 B
JSON
12 lines
132 B
JSON
{
|
|
"extends": [
|
|
"@nuxtjs"
|
|
],
|
|
"ignoreDeps": [
|
|
"nuxt-windicss"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
}
|
|
}
|