use node 22, update deps (#822)

Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com>
This commit is contained in:
あわわわとーにゅ 2024-11-23 01:44:01 +09:00 committed by GitHub
parent f4ebae3956
commit b4865fd9ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 2480 additions and 2366 deletions

View file

@ -11,7 +11,7 @@ import * as terser from 'terser';
import { build as buildLocales } from '../locales/index.js';
import generateDTS from '../locales/generateDTS.js';
import meta from '../package.json' assert { type: "json" };
import meta from '../package.json' with { type: "json" };
let locales = buildLocales();