1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 20:15:55 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
d531297bb7 fix(deps): update [root] update dependencies 2025-07-11 22:44:03 +00:00
2 changed files with 952 additions and 303 deletions

View File

@@ -6,7 +6,7 @@
"type": "git", "type": "git",
"url": "https://github.com/misskey-dev/misskey.git" "url": "https://github.com/misskey-dev/misskey.git"
}, },
"packageManager": "pnpm@10.12.1", "packageManager": "pnpm@10.13.1",
"workspaces": [ "workspaces": [
"packages/frontend-shared", "packages/frontend-shared",
"packages/frontend", "packages/frontend",
@@ -53,28 +53,28 @@
}, },
"dependencies": { "dependencies": {
"cssnano": "7.0.7", "cssnano": "7.0.7",
"esbuild": "0.25.5", "esbuild": "0.25.6",
"execa": "9.6.0", "execa": "9.6.0",
"fast-glob": "3.3.3", "fast-glob": "3.3.3",
"glob": "11.0.2", "glob": "11.0.3",
"ignore-walk": "7.0.0", "ignore-walk": "7.0.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"postcss": "8.5.4", "postcss": "8.5.6",
"tar": "7.4.3", "tar": "7.4.3",
"terser": "5.42.0", "terser": "5.43.1",
"typescript": "5.8.3" "typescript": "5.8.3"
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/eslint-plugin": "2.1.0", "@misskey-dev/eslint-plugin": "2.1.0",
"@types/node": "22.15.31", "@types/node": "22.16.3",
"@typescript-eslint/eslint-plugin": "8.34.0", "@typescript-eslint/eslint-plugin": "8.36.0",
"@typescript-eslint/parser": "8.34.0", "@typescript-eslint/parser": "8.36.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "14.4.1", "cypress": "14.5.1",
"eslint": "9.28.0", "eslint": "9.31.0",
"globals": "16.2.0", "globals": "16.3.0",
"ncp": "2.0.0", "ncp": "2.0.0",
"pnpm": "10.12.1", "pnpm": "10.13.1",
"start-server-and-test": "2.0.12" "start-server-and-test": "2.0.12"
}, },
"optionalDependencies": { "optionalDependencies": {

1231
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff