Skip to content

Commit

Permalink
chore: upgrade packages and run prettier (#410)
Browse files Browse the repository at this point in the history
* chore: upgrade packages

* style: prettier
  • Loading branch information
SeanCassiere authored Aug 8, 2024
1 parent a55f4b0 commit df85a50
Show file tree
Hide file tree
Showing 12 changed files with 370 additions and 382 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,33 +44,33 @@
"@radix-ui/react-toggle": "^1.1.0",
"@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.51.17",
"@tanstack/react-query": "^5.51.18",
"@tanstack/react-query-devtools": "^5.51.18",
"@tanstack/react-router": "^1.46.4",
"@tanstack/react-table": "^8.19.3",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/query-broadcast-client-experimental": "^5.51.21",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-router": "^1.46.8",
"@tanstack/react-table": "^8.20.1",
"@tanstack/react-virtual": "^3.8.4",
"@tanstack/router-devtools": "^1.46.4",
"@ts-rest/core": "^3.48.1",
"@tanstack/router-devtools": "^1.46.9",
"@ts-rest/core": "^3.49.3",
"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.3.21",
"framer-motion": "^11.3.23",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"jsurl2": "^2.2.0",
"lucide-react": "^0.417.0",
"lucide-react": "^0.424.0",
"oidc-client-ts": "^3.0.1",
"react": "^18.3.1",
"react-compiler-runtime": "file:./libs/react-compiler-runtime",
"react-day-picker": "^9.0.6",
"react-day-picker": "^9.0.8",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^15.0.0",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.1",
"react-oidc-context": "^3.1.0",
"react-signature-canvas": "^1.0.6",
"recharts": "2.13.0-alpha.4",
Expand All @@ -81,32 +81,32 @@
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/router-plugin": "^1.45.13",
"@tailwindcss/typography": "^0.5.14",
"@tanstack/router-plugin": "^1.47.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-signature-canvas": "^1.0.5",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "0.0.0-experimental-334f00b-20240725",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725",
"eslint-plugin-react-hooks": "5.1.0-beta-26f2496093-20240514",
"globals": "^15.9.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.3.5"
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.0"
}
}
Loading

0 comments on commit df85a50

Please sign in to comment.