Skip to content

Commit

Permalink
chore: upgrade core dependencies (#389)
Browse files Browse the repository at this point in the history
* tanstack router

* tanstack query

* tanstack router plugin

* i18next

* tanstack table

* tanstack virtual

* lucide-react

* compare-versions

* vite

* react-hook-form
  • Loading branch information
SeanCassiere authored Jul 16, 2024
1 parent 829ee79 commit 6dffcb8
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 157 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.7.0",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
Expand All @@ -43,31 +43,31 @@
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/query-broadcast-client-experimental": "^5.49.1",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-query-devtools": "^5.49.2",
"@tanstack/react-router": "^1.35.6",
"@tanstack/react-table": "^8.19.2",
"@tanstack/react-virtual": "^3.8.1",
"@tanstack/router-devtools": "^1.36.0",
"@tanstack/query-broadcast-client-experimental": "^5.51.1",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query-devtools": "^5.51.1",
"@tanstack/react-router": "^1.45.4",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-virtual": "^3.8.3",
"@tanstack/router-devtools": "^1.45.4",
"@ts-rest/core": "^3.45.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"compare-versions": "^6.1.0",
"compare-versions": "^6.1.1",
"date-fns": "^3.6.0",
"i18next": "^23.11.5",
"i18next": "^23.12.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"jsurl2": "^2.2.0",
"lucide-react": "^0.407.0",
"lucide-react": "^0.408.0",
"oidc-client-ts": "^3.0.1",
"react": "^18.3.1",
"react-compiler-runtime": "file:./libs/react-compiler-runtime",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"react-i18next": "^14.1.3",
"react-oidc-context": "^3.1.0",
"recharts": "2.13.0-alpha.4",
"sonner": "^1.5.0",
Expand All @@ -82,7 +82,7 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/router-plugin": "^1.44.2",
"@tanstack/router-plugin": "^1.45.3",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -103,6 +103,6 @@
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3"
"vite": "^5.3.4"
}
}
Loading

0 comments on commit 6dffcb8

Please sign in to comment.