mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 13:14:51 +02:00
* enhance: Set default Node.js version to v26
* fix
* Update Changelog
* fix types
* drop node v22
* update changelog
* fix test
* update
* fix test
* fix test
* Revert "drop node v22"
This reverts commit bb4e011628.
* fix changelog
* attempt to fix test
* attempt to fix test
* fix: update re2 that supports node 26
* attempt to fix test
* attempt to fix test
* run pnpm dedupe
* restore 2fa e2e
* refactor
* attempt to fix test
* attempt to fix test
* run pnpm dedupe
* attempt to fix test
27 lines
560 B
JSON
27 lines
560 B
JSON
{
|
|
"name": "frontend-builder",
|
|
"type": "module",
|
|
"scripts": {
|
|
"eslint": "eslint './**/*.{js,jsx,ts,tsx}'",
|
|
"typecheck": "tsgo --noEmit",
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
|
},
|
|
"exports": {
|
|
"./*": "./js/*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/estree": "1.0.9",
|
|
"@types/node": "26.0.0",
|
|
"@typescript-eslint/eslint-plugin": "8.61.1",
|
|
"@typescript-eslint/parser": "8.61.1",
|
|
"rollup": "4.62.2"
|
|
},
|
|
"dependencies": {
|
|
"i18n": "workspace:*",
|
|
"magic-string": "0.30.21",
|
|
"oxc-walker": "1.0.0",
|
|
"rolldown": "1.1.2",
|
|
"vite": "8.1.0"
|
|
}
|
|
}
|