Skip to content

Commit 262eff1

Browse files
fix merge conflict
1 parent 02cadda commit 262eff1

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"dependencies": {
1919
"@hookform/resolvers": "^5.2.2",
20-
"@tanstack/react-query": "^5.100.8",
21-
"@tauri-apps/api": "^2.10.1",
22-
"@tauri-apps/plugin-opener": "^2.5.3",
20+
"@tanstack/react-query": "^5.100.9",
21+
"@tauri-apps/api": "^2.11.0",
22+
"@tauri-apps/plugin-opener": "^2.5.4",
2323
"@tauri-apps/plugin-process": "^2.3.1",
2424
"@tauri-apps/plugin-updater": "^2.10.1",
2525
"class-variance-authority": "^0.7.1",
@@ -29,22 +29,22 @@
2929
"markdown-to-jsx": "^9.7.16",
3030
"next-themes": "^0.4.6",
3131
"radix-ui": "^1.4.3",
32-
"react": "^19.2.5",
32+
"react": "^19.2.6",
3333
"react-day-picker": "^9.14.0",
34-
"react-dom": "^19.2.5",
35-
"react-hook-form": "^7.73.1",
34+
"react-dom": "^19.2.6",
35+
"react-hook-form": "^7.75.0",
3636
"react-icons": "^5.6.0",
37-
"react-router": "^7.14.2",
38-
"react-router-dom": "^7.14.2",
37+
"react-router": "^7.15.0",
38+
"react-router-dom": "^7.15.0",
3939
"recharts": "^3.8.1",
4040
"tailwind-merge": "^3.5.0",
41-
"zod": "^4.3.6"
41+
"zod": "^4.4.3"
4242
},
4343
"devDependencies": {
4444
"@eslint/js": "^9.39.4",
4545
"@tailwindcss/typography": "^0.5.19",
46-
"@tailwindcss/vite": "^4.2.4",
47-
"@tauri-apps/cli": "^2.10.1",
46+
"@tailwindcss/vite": "^4.3.0",
47+
"@tauri-apps/cli": "^2.11.1",
4848
"@types/markdown-to-jsx": "^7.0.1",
4949
"@types/react": "^19.2.14",
5050
"@types/react-dom": "^19.2.3",
@@ -53,14 +53,14 @@
5353
"eslint-config-prettier": "^10.1.8",
5454
"eslint-plugin-react-hooks": "^7.1.1",
5555
"eslint-plugin-react-refresh": "^0.5.2",
56-
"globals": "^17.5.0",
56+
"globals": "^17.6.0",
5757
"prettier": "^3.8.3",
5858
"shadcn": "^3.8.5",
59-
"tailwindcss": "^4.2.4",
59+
"tailwindcss": "^4.3.0",
6060
"tw-animate-css": "^1.4.0",
6161
"typescript": "~5.8.3",
62-
"typescript-eslint": "^8.59.0",
63-
"vite": "^7.3.2"
62+
"typescript-eslint": "^8.59.2",
63+
"vite": "^7.3.3"
6464
},
6565
"overrides": {
6666
"ip-address": "^10.1.1",

0 commit comments

Comments
 (0)