Update devDependencies (non-major) (#29089)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
renovate[bot] 2024-02-27 17:07:43 +01:00 committed by GitHub
parent 899eac1a92
commit dc4427dc9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 46 additions and 46 deletions

View file

@ -15,12 +15,12 @@
"paths": {
"mastodon": ["app/javascript/mastodon"],
"mastodon/*": ["app/javascript/mastodon/*"],
"@/*": ["app/javascript/*"],
},
"@/*": ["app/javascript/*"]
}
},
"include": [
"app/javascript/mastodon",
"app/javascript/packs",
"app/javascript/types",
],
"app/javascript/types"
]
}