Skip to content

Commit 1e39c69

Browse files
committed
update deps
1 parent 797174c commit 1e39c69

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

priv/igniter/phx.sync.tanstack_db/assets/package.json.eex

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"phoenix": "file:../deps/phoenix",
1818
"phoenix_html": "file:../deps/phoenix_html",
1919
"phoenix_live_view": "file:../deps/phoenix_live_view",
20-
"@electric-sql/client": "^1.0.9",
21-
"@tanstack/electric-db-collection": "^0.1.12",
22-
"@tanstack/react-db": "^0.1.11",
20+
"@electric-sql/client": "^1.0.10",
21+
"@tanstack/electric-db-collection": "^0.1.18",
22+
"@tanstack/react-db": "^0.1.16",
2323
"@tanstack/react-router": "^1.131.35",
2424
"@tanstack/react-router-devtools": "^1.131.35",
2525
"react": "19.1.1",
@@ -28,22 +28,23 @@
2828
"zod": "^4.1.5"
2929
},
3030
"devDependencies": {
31-
"tailwindcss": "^4.1.12",
31+
"@eslint/compat": "^1.3.1",
32+
"@eslint/js": "^9.32.0",
3233
"@tailwindcss/forms": "^0.5.10",
3334
"@tailwindcss/vite": "^4.1.12",
3435
"@tanstack/router-plugin": "^1.131.7",
3536
"@types/node": "^24.2.1",
3637
"@types/react": "^19.1.4",
3738
"@types/react-dom": "^19.1.7",
38-
"@typescript-eslint/eslint-plugin": "^7.2.0",
39-
"@typescript-eslint/parser": "^7.2.0",
40-
"@vitejs/plugin-react": "^4.4.1",
41-
"eslint": "^8.56.0",
39+
"@typescript-eslint/eslint-plugin": "^8.38.0",
40+
"@typescript-eslint/parser": "^8.38.0",
41+
"@vitejs/plugin-react": "^5.0.2",
42+
"eslint": "^9.32.0",
4243
"eslint-config-prettier": "^10.1.8",
4344
"eslint-plugin-prettier": "^5.5.4",
44-
"eslint-plugin-react-hooks": "^5.2.0",
45-
"eslint-plugin-react-refresh": "^0.4.20",
45+
"eslint-plugin-react": "^7.37.5",
4646
"prettier": "^3.6.2",
47+
"tailwindcss": "^4.1.12",
4748
"typescript": "^5.9.2",
4849
"vite": "^7.1.4"
4950
}

0 commit comments

Comments
 (0)