mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 16:56:14 +01:00
[BUGFIX] package.json for dependabot (#1504)
Add dependabot npm version
This commit is contained in:
parent
57a2639edf
commit
54165bbdfa
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"license": "GPL-2.0-or-later",
|
||||
"engines": {
|
||||
"node": "^20.17.0 || ^22.5.1",
|
||||
"npm": "^10.8.2"
|
||||
"npm": "^9.6.5 || ^10.8.2"
|
||||
},
|
||||
"scripts": {
|
||||
"ci:lint:js": "eslint 'Resources/Public/**/*.js'",
|
||||
|
|
Loading…
Reference in a new issue