Skip to content

Commit

Permalink
chore: dependency upgrades (#415)
Browse files Browse the repository at this point in the history
* tanstack router

* eslint and typescript-eslint

* tailwindcss

* i18next

* prettier-tailwindcss-plugin

* tailwind-merge
  • Loading branch information
SeanCassiere authored Aug 14, 2024
1 parent 5088008 commit 718d19c
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 142 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"@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.47.1",
"@tanstack/react-router": "^1.47.5",
"@tanstack/react-table": "^8.20.1",
"@tanstack/react-virtual": "^3.8.6",
"@tanstack/router-devtools": "^1.47.1",
"@tanstack/router-devtools": "^1.47.5",
"@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.24",
"i18next": "^23.12.2",
"i18next": "^23.12.3",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"jsurl2": "^2.2.0",
Expand All @@ -75,12 +75,12 @@
"react-signature-canvas": "^1.0.6",
"recharts": "2.13.0-alpha.4",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"timescape": "^0.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
Expand All @@ -93,20 +93,20 @@
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "0.0.0-experimental-334f00b-20240725",
"eslint": "^9.8.0",
"eslint": "^9.9.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.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"typescript-eslint": "^8.1.0",
"vite": "^5.4.0"
}
}
Loading

0 comments on commit 718d19c

Please sign in to comment.