Browse Source
Merge branch 'master' into dev/node22
pull/1024/head
Philip H
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
src/package-lock.json
-
src/package.json
|
|
@ -22,7 +22,7 @@ |
|
|
"tailwindcss": "^3.4.3" |
|
|
"tailwindcss": "^3.4.3" |
|
|
}, |
|
|
}, |
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": "20" |
|
|
"node": "18" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/@alloc/quick-lru": { |
|
|
"node_modules/@alloc/quick-lru": { |
|
|
|
|
|
@ -31,6 +31,6 @@ |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": "22" |
|
|
"node": "18" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|