diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-07-02 11:38:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 11:38:34 +0900 |
| commit | 427648c4b8c5b7699c92afa95a14097bb9329ee8 (patch) | |
| tree | 6ceb3db35f54f28a3b046341ebb8c4e6dbb1cb86 /package.json | |
| parent | fix(storybook): prevent infinite remount of component (#14101) (diff) | |
| download | sharkey-427648c4b8c5b7699c92afa95a14097bb9329ee8.tar.gz sharkey-427648c4b8c5b7699c92afa95a14097bb9329ee8.tar.bz2 sharkey-427648c4b8c5b7699c92afa95a14097bb9329ee8.zip | |
update deps (#14057)
* wip
* locales/index.jsのymlファイル取得ロジックを調節
* regenerate pnpm-lock.yaml
* fix(backend): typecheck fails
* chore(deps): bump ip-cidr from 4.0.0 to 4.0.1 in /packages/backend
* chore: migrate ESLint configs to flat config (#14094)
* chore: migrate ESLint configs to flat config
* fix: update paths
* fix: frontend lint fails
* refactor(misskey-js): lint build.js
* update deps
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
Co-authored-by: zyoshoka <root@zyoshoka.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/package.json b/package.json index 5adce65415..bf8415d212 100644 --- a/package.json +++ b/package.json @@ -55,20 +55,22 @@ "js-yaml": "4.1.0", "postcss": "8.4.38", "tar": "6.2.1", - "terser": "5.30.3", - "typescript": "5.5.2", - "esbuild": "0.20.2", + "terser": "5.31.1", + "typescript": "5.5.3", + "esbuild": "0.22.0", "glob": "10.3.12" }, "devDependencies": { - "@types/node": "20.12.7", - "@typescript-eslint/eslint-plugin": "7.7.1", - "@typescript-eslint/parser": "7.7.1", + "@misskey-dev/eslint-plugin": "2.0.2", + "@types/node": "20.14.9", + "@typescript-eslint/eslint-plugin": "7.15.0", + "@typescript-eslint/parser": "7.15.0", "cross-env": "7.0.3", - "cypress": "13.7.3", - "eslint": "8.57.0", + "cypress": "13.13.0", + "eslint": "9.6.0", + "globals": "15.7.0", "ncp": "2.0.0", - "start-server-and-test": "2.0.3" + "start-server-and-test": "2.0.4" }, "optionalDependencies": { "@tensorflow/tfjs-core": "4.4.0" |