Skip to content

Commit

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

* 1i8next

* vite

* tanstack router

* react-oidc-context

* framer motion

* tanstack query
  • Loading branch information
SeanCassiere authored Sep 21, 2024
1 parent 124bc19 commit 1fa8e20
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 106 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/query-broadcast-client-experimental": "^5.54.1",
"@tanstack/react-query": "^5.54.1",
"@tanstack/react-query-devtools": "^5.54.1",
"@tanstack/react-router": "^1.57.15",
"@tanstack/query-broadcast-client-experimental": "^5.56.2",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.10.7",
"@tanstack/router-devtools": "^1.57.15",
"@tanstack/router-devtools": "^1.58.3",
"@ts-rest/core": "^3.51.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"compare-versions": "^6.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.5.4",
"i18next": "^23.14.0",
"framer-motion": "^11.5.6",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.1",
"jsurl2": "^2.2.0",
Expand All @@ -70,8 +70,8 @@
"react-day-picker": "^9.0.8",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.1",
"react-oidc-context": "^3.1.0",
"react-i18next": "^15.0.2",
"react-oidc-context": "^3.1.1",
"react-signature-canvas": "^1.0.6",
"recharts": "2.13.0-alpha.4",
"sonner": "^1.5.0",
Expand All @@ -85,7 +85,7 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/router-plugin": "^1.57.15",
"@tanstack/router-plugin": "^1.58.4",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
Expand All @@ -107,6 +107,6 @@
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.3"
"vite": "^5.4.7"
}
}
Loading

0 comments on commit 1fa8e20

Please sign in to comment.