Skip to content

Commit df85a50

Browse files
authored
chore: upgrade packages and run prettier (#410)
* chore: upgrade packages * style: prettier
1 parent a55f4b0 commit df85a50

File tree

12 files changed

+370
-382
lines changed

12 files changed

+370
-382
lines changed

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,33 @@
4444
"@radix-ui/react-toggle": "^1.1.0",
4545
"@radix-ui/react-toggle-group": "^1.1.0",
4646
"@radix-ui/react-tooltip": "^1.1.2",
47-
"@tanstack/match-sorter-utils": "^8.15.1",
48-
"@tanstack/query-broadcast-client-experimental": "^5.51.17",
49-
"@tanstack/react-query": "^5.51.18",
50-
"@tanstack/react-query-devtools": "^5.51.18",
51-
"@tanstack/react-router": "^1.46.4",
52-
"@tanstack/react-table": "^8.19.3",
47+
"@tanstack/match-sorter-utils": "^8.19.4",
48+
"@tanstack/query-broadcast-client-experimental": "^5.51.21",
49+
"@tanstack/react-query": "^5.51.21",
50+
"@tanstack/react-query-devtools": "^5.51.21",
51+
"@tanstack/react-router": "^1.46.8",
52+
"@tanstack/react-table": "^8.20.1",
5353
"@tanstack/react-virtual": "^3.8.4",
54-
"@tanstack/router-devtools": "^1.46.4",
55-
"@ts-rest/core": "^3.48.1",
54+
"@tanstack/router-devtools": "^1.46.9",
55+
"@ts-rest/core": "^3.49.3",
5656
"class-variance-authority": "^0.7.0",
5757
"clsx": "^2.1.1",
5858
"cmdk": "^1.0.0",
5959
"compare-versions": "^6.1.1",
6060
"date-fns": "^3.6.0",
61-
"framer-motion": "^11.3.21",
61+
"framer-motion": "^11.3.23",
6262
"i18next": "^23.12.2",
6363
"i18next-browser-languagedetector": "^8.0.0",
6464
"i18next-http-backend": "^2.5.2",
6565
"jsurl2": "^2.2.0",
66-
"lucide-react": "^0.417.0",
66+
"lucide-react": "^0.424.0",
6767
"oidc-client-ts": "^3.0.1",
6868
"react": "^18.3.1",
6969
"react-compiler-runtime": "file:./libs/react-compiler-runtime",
70-
"react-day-picker": "^9.0.6",
70+
"react-day-picker": "^9.0.8",
7171
"react-dom": "^18.3.1",
72-
"react-hook-form": "^7.52.1",
73-
"react-i18next": "^15.0.0",
72+
"react-hook-form": "^7.52.2",
73+
"react-i18next": "^15.0.1",
7474
"react-oidc-context": "^3.1.0",
7575
"react-signature-canvas": "^1.0.6",
7676
"recharts": "2.13.0-alpha.4",
@@ -81,32 +81,32 @@
8181
},
8282
"devDependencies": {
8383
"@eslint/js": "^9.8.0",
84-
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
84+
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
8585
"@tailwindcss/container-queries": "^0.1.1",
8686
"@tailwindcss/forms": "^0.5.7",
87-
"@tailwindcss/typography": "^0.5.13",
88-
"@tanstack/router-plugin": "^1.45.13",
87+
"@tailwindcss/typography": "^0.5.14",
88+
"@tanstack/router-plugin": "^1.47.0",
8989
"@types/node": "^20.14.10",
9090
"@types/react": "^18.3.3",
9191
"@types/react-dom": "^18.3.0",
9292
"@types/react-signature-canvas": "^1.0.5",
9393
"@vitejs/plugin-react": "^4.3.1",
94-
"autoprefixer": "^10.4.19",
94+
"autoprefixer": "^10.4.20",
9595
"babel-plugin-react-compiler": "0.0.0-experimental-334f00b-20240725",
9696
"eslint": "^9.8.0",
9797
"eslint-config-prettier": "^9.1.0",
9898
"eslint-plugin-react": "^7.35.0",
9999
"eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725",
100100
"eslint-plugin-react-hooks": "5.1.0-beta-26f2496093-20240514",
101101
"globals": "^15.9.0",
102-
"postcss": "^8.4.39",
103-
"prettier": "^3.3.2",
102+
"postcss": "^8.4.41",
103+
"prettier": "^3.3.3",
104104
"prettier-plugin-tailwindcss": "^0.6.5",
105105
"rimraf": "^6.0.1",
106-
"tailwindcss": "^3.4.4",
106+
"tailwindcss": "^3.4.8",
107107
"tailwindcss-animate": "^1.0.7",
108-
"typescript": "^5.5.3",
109-
"typescript-eslint": "^8.0.0",
110-
"vite": "^5.3.5"
108+
"typescript": "^5.5.4",
109+
"typescript-eslint": "^8.0.1",
110+
"vite": "^5.4.0"
111111
}
112112
}

0 commit comments

Comments
 (0)