Skip to content

Commit 0747370

Browse files
committed
Bump dependencies
1 parent d2621d1 commit 0747370

File tree

5 files changed

+250
-237
lines changed

5 files changed

+250
-237
lines changed

eslint.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import globals from "globals";
33
import reactHooks from "eslint-plugin-react-hooks";
44
import reactRefresh from "eslint-plugin-react-refresh";
55
import tseslint from "typescript-eslint";
6-
import { globalIgnores } from "eslint/config";
6+
import { globalIgnores, defineConfig } from "eslint/config";
77
import pluginLingui from "eslint-plugin-lingui";
88

9-
export default tseslint.config([
9+
export default defineConfig([
1010
pluginLingui.configs["flat/recommended"],
1111
globalIgnores(["dist", "coverage", "node_modules", "src/locales"]),
1212
{
@@ -15,7 +15,7 @@ export default tseslint.config([
1515
js.configs.recommended,
1616
tseslint.configs.strictTypeChecked,
1717
tseslint.configs.stylisticTypeChecked,
18-
reactHooks.configs["recommended-latest"],
18+
reactHooks.configs.flat["recommended-latest"],
1919
reactRefresh.configs.vite,
2020
],
2121
languageOptions: {

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"prepare": "husky"
1717
},
1818
"dependencies": {
19-
"@lingui/core": "^5.5.0",
20-
"@lingui/react": "^5.5.0",
19+
"@lingui/core": "^5.5.1",
20+
"@lingui/react": "^5.5.1",
2121
"@tailwindcss/vite": "^4.1.14",
2222
"@vercel/analytics": "^1.5.0",
2323
"jotai": "^2.15.0",
24-
"jotai-effect": "^2.1.2",
24+
"jotai-effect": "^2.1.3",
2525
"mediainfo.js": "^0.3.6",
2626
"react": "^19.2.0",
2727
"react-dom": "^19.2.0",
@@ -31,32 +31,32 @@
3131
"devDependencies": {
3232
"@eslint/js": "^9.37.0",
3333
"@lhci/cli": "^0.15.1",
34-
"@lingui/babel-plugin-lingui-macro": "^5.5.0",
35-
"@lingui/cli": "^5.5.0",
36-
"@lingui/vite-plugin": "^5.5.0",
37-
"@types/node": "^24.7.0",
34+
"@lingui/babel-plugin-lingui-macro": "^5.5.1",
35+
"@lingui/cli": "^5.5.1",
36+
"@lingui/vite-plugin": "^5.5.1",
37+
"@types/node": "^24.7.2",
3838
"@types/react": "^19.2.2",
39-
"@types/react-dom": "^19.2.1",
40-
"@vite-pwa/assets-generator": "^1.0.1",
39+
"@types/react-dom": "^19.2.2",
40+
"@vite-pwa/assets-generator": "^1.0.2",
4141
"@vitejs/plugin-react": "^5.0.4",
4242
"@vitest/coverage-v8": "^3.2.4",
4343
"@vitest/ui": "^3.2.4",
4444
"eslint": "^9.37.0",
4545
"eslint-plugin-lingui": "^0.11.0",
46-
"eslint-plugin-react-hooks": "^5.2.0",
46+
"eslint-plugin-react-hooks": "^7.0.0",
4747
"eslint-plugin-react-refresh": "^0.4.23",
4848
"globals": "^16.4.0",
4949
"husky": "^9.1.7",
5050
"jsdom": "^27.0.0",
5151
"prettier": "^3.6.2",
52-
"prettier-plugin-tailwindcss": "^0.6.14",
52+
"prettier-plugin-tailwindcss": "^0.7.0",
5353
"typescript": "~5.9.3",
54-
"typescript-eslint": "^8.46.0",
54+
"typescript-eslint": "^8.46.1",
5555
"vite": "npm:rolldown-vite@latest",
56-
"vite-plugin-pwa": "^1.0.3",
56+
"vite-plugin-pwa": "^1.1.0",
5757
"vite-plugin-static-copy": "^3.1.3",
5858
"vitest": "^3.2.4",
5959
"workbox-window": "^7.3.0"
6060
},
61-
"packageManager": "pnpm@10.18.1"
61+
"packageManager": "pnpm@10.18.3"
6262
}

0 commit comments

Comments
 (0)