Skip to content

Commit

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

* framer-motion

* date-fns

* vite

* ts, eslint, pretter, tailwindcss

* eslint/js
  • Loading branch information
SeanCassiere authored Sep 28, 2024
1 parent 367a3d6 commit 4fe6e0d
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 188 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
"@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.9",
"@tanstack/react-router": "^1.58.12",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.10.7",
"@tanstack/router-devtools": "^1.58.9",
"@tanstack/router-devtools": "^1.58.12",
"@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.6",
"date-fns": "^4.1.0",
"framer-motion": "^11.9.0",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.1",
Expand All @@ -80,34 +80,34 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@eslint/js": "^9.11.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-router": "^1.58.6",
"@tanstack/router-plugin": "^1.58.10",
"@tanstack/router-plugin": "^1.58.12",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-signature-canvas": "^1.0.5",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "0.0.0-experimental-7449567-20240905",
"eslint": "^9.9.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-8d8bd53-20240905",
"eslint-plugin-react-hooks": "5.1.0-beta-26f2496093-20240514",
"globals": "^15.9.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.7"
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8"
}
}
Loading

0 comments on commit 4fe6e0d

Please sign in to comment.