Skip to content

Commit 84b4a97

Browse files
authored
chore: update dependencies (#236)
1 parent 657efc9 commit 84b4a97

2 files changed

Lines changed: 259 additions & 195 deletions

File tree

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"re:gen:api": "node ./scripts/re-create-api-json.js"
1616
},
1717
"dependencies": {
18-
"@amplitude/analytics-browser": "^2.11.6",
18+
"@amplitude/analytics-browser": "^2.17.6",
1919
"@hookform/resolvers": "^3.3.4",
2020
"@radix-ui/react-checkbox": "^1.0.4",
2121
"@radix-ui/react-dialog": "^1.1.1",
@@ -24,50 +24,50 @@
2424
"@radix-ui/react-menubar": "^1.1.1",
2525
"@radix-ui/react-popover": "^1.1.1",
2626
"@radix-ui/react-slot": "^1.1.1",
27-
"@tanstack/react-query": "^5.64.2",
28-
"@tanstack/react-query-devtools": "^5.51.23",
27+
"@tanstack/react-query": "^5.79.2",
28+
"@tanstack/react-query-devtools": "^5.79.2",
2929
"@vanilla-extract/css": "^1.17.0",
3030
"@vanilla-extract/recipes": "^0.5.5",
31-
"axios": "^1.6.8",
31+
"axios": "^1.9.0",
3232
"clsx": "^2.1.1",
33-
"country-flag-icons": "^1.5.13",
33+
"country-flag-icons": "^1.5.19",
3434
"date-fns": "^3.6.0",
3535
"embla-carousel-autoplay": "^8.2.0",
3636
"embla-carousel-react": "^8.1.8",
37-
"es-toolkit": "^1.27.0",
37+
"es-toolkit": "^1.38.0",
3838
"framer-motion": "^11.3.24",
3939
"heic2any": "^0.0.4",
4040
"html2canvas": "^1.4.1",
4141
"iso-3166-1-ts": "^0.2.2",
4242
"jotai": "^2.8.0",
4343
"lucide-react": "^0.441.0",
4444
"qs": "^6.13.0",
45-
"react": "^18.2.0",
45+
"react": "^18.3.1",
4646
"react-day-picker": "^8.10.1",
47-
"react-dom": "^18.2.0",
47+
"react-dom": "^18.3.1",
4848
"react-error-boundary": "^5.0.0",
49-
"react-helmet-async": "^2.0.4",
49+
"react-helmet-async": "^2.0.5",
5050
"react-hook-form": "^7.51.4",
5151
"react-icons": "^5.5.0",
5252
"react-image-file-resizer": "^0.4.8",
53-
"react-router-dom": "^6.22.3",
53+
"react-router-dom": "^6.30.1",
5454
"react-select": "^5.8.0",
5555
"react-textarea-autosize": "^8.5.3",
56-
"sonner": "^1.5.0",
57-
"ts-pattern": "^5.3.1",
58-
"zod": "^3.23.8"
56+
"sonner": "^1.7.4",
57+
"ts-pattern": "^5.7.1",
58+
"zod": "^3.25.49"
5959
},
6060
"devDependencies": {
6161
"@openapitools/openapi-generator-cli": "^2.16.3",
6262
"@pandacss/dev": "^0.37.2",
6363
"@tanstack/eslint-plugin-query": "^5.51.15",
64-
"@types/qs": "^6.9.16",
65-
"@types/react": "^18.2.66",
66-
"@types/react-dom": "^18.2.22",
64+
"@types/qs": "^6.14.0",
65+
"@types/react": "^18.3.23",
66+
"@types/react-dom": "^18.3.7",
6767
"@typescript-eslint/eslint-plugin": "^7.2.0",
6868
"@typescript-eslint/parser": "^7.2.0",
6969
"@vanilla-extract/vite-plugin": "^4.0.19",
70-
"@vitejs/plugin-react-swc": "^3.5.0",
70+
"@vitejs/plugin-react-swc": "^3.10.0",
7171
"eslint": "^8.57.0",
7272
"eslint-config-prettier": "^9.1.0",
7373
"eslint-import-resolver-typescript": "^3.6.1",
@@ -76,8 +76,8 @@
7676
"eslint-plugin-react-hooks": "^4.6.0",
7777
"eslint-plugin-react-refresh": "^0.4.6",
7878
"prettier": "^3.2.5",
79-
"typescript": "^5.2.2",
80-
"vite": "^5.2.0",
79+
"typescript": "^5.8.3",
80+
"vite": "^5.4.19",
8181
"vite-tsconfig-paths": "^4.3.2"
8282
},
8383
"packageManager": "yarn@4.6.0"

0 commit comments

Comments
 (0)