mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 21:24:50 +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
31 lines
676 B
JSON
31 lines
676 B
JSON
{
|
|
"name": "frontend-shared",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"eslint": "eslint './**/*.{js,jsx,ts,tsx}'",
|
|
"typecheck": "tsgo --noEmit",
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "26.0.0",
|
|
"@types/tinycolor2": "1.4.6",
|
|
"@typescript-eslint/eslint-plugin": "8.61.1",
|
|
"@typescript-eslint/parser": "8.61.1",
|
|
"eslint-plugin-vue": "10.9.2",
|
|
"vue-eslint-parser": "10.4.1"
|
|
},
|
|
"files": [
|
|
"js-built"
|
|
],
|
|
"dependencies": {
|
|
"@misskey-dev/emoji-data": "17.0.3",
|
|
"i18n": "workspace:*",
|
|
"json5": "2.2.3",
|
|
"misskey-js": "workspace:*",
|
|
"shiki": "4.2.0",
|
|
"tinycolor2": "1.6.0",
|
|
"vue": "3.5.38"
|
|
}
|
|
}
|