Skip to content

Commit a45b187

Browse files
committed
Update dependencies
1 parent f6ed166 commit a45b187

File tree

2 files changed

+446
-368
lines changed

2 files changed

+446
-368
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,45 +18,45 @@
1818
"dependencies": {
1919
"@lingui/core": "^5.5.0",
2020
"@lingui/react": "^5.5.0",
21-
"@tailwindcss/vite": "^4.1.13",
21+
"@tailwindcss/vite": "^4.1.14",
2222
"@vercel/analytics": "^1.5.0",
23-
"jotai": "^2.14.0",
24-
"jotai-effect": "^2.1.1",
23+
"jotai": "^2.15.0",
24+
"jotai-effect": "^2.1.2",
2525
"mediainfo.js": "^0.3.6",
26-
"react": "^19.1.1",
27-
"react-dom": "^19.1.1",
26+
"react": "^19.2.0",
27+
"react-dom": "^19.2.0",
2828
"react-icons": "^5.5.0",
29-
"tailwindcss": "^4.1.13"
29+
"tailwindcss": "^4.1.14"
3030
},
3131
"devDependencies": {
32-
"@eslint/js": "^9.36.0",
32+
"@eslint/js": "^9.37.0",
3333
"@lhci/cli": "^0.15.1",
3434
"@lingui/babel-plugin-lingui-macro": "^5.5.0",
3535
"@lingui/cli": "^5.5.0",
3636
"@lingui/vite-plugin": "^5.5.0",
37-
"@types/node": "^24.5.2",
38-
"@types/react": "^19.1.13",
39-
"@types/react-dom": "^19.1.9",
37+
"@types/node": "^24.7.0",
38+
"@types/react": "^19.2.2",
39+
"@types/react-dom": "^19.2.1",
4040
"@vite-pwa/assets-generator": "^1.0.1",
41-
"@vitejs/plugin-react": "^5.0.3",
41+
"@vitejs/plugin-react": "^5.0.4",
4242
"@vitest/coverage-v8": "^3.2.4",
4343
"@vitest/ui": "^3.2.4",
44-
"eslint": "^9.36.0",
44+
"eslint": "^9.37.0",
4545
"eslint-plugin-lingui": "^0.11.0",
4646
"eslint-plugin-react-hooks": "^5.2.0",
47-
"eslint-plugin-react-refresh": "^0.4.20",
47+
"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",
5252
"prettier-plugin-tailwindcss": "^0.6.14",
53-
"typescript": "~5.9.2",
54-
"typescript-eslint": "^8.44.0",
53+
"typescript": "~5.9.3",
54+
"typescript-eslint": "^8.46.0",
5555
"vite": "npm:rolldown-vite@latest",
5656
"vite-plugin-pwa": "^1.0.3",
57-
"vite-plugin-static-copy": "^3.1.2",
57+
"vite-plugin-static-copy": "^3.1.3",
5858
"vitest": "^3.2.4",
5959
"workbox-window": "^7.3.0"
6060
},
61-
"packageManager": "pnpm@10.17.0"
61+
"packageManager": "pnpm@10.18.1"
6262
}

0 commit comments

Comments
 (0)