Skip to content

Commit 579b4f8

Browse files
committed
chore: bump package dependencies to latest patch and minor versions
1 parent 059e66b commit 579b4f8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

bun.lockb

24 Bytes
Binary file not shown.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@radix-ui/react-slot": "^1.1.2",
2828
"@radix-ui/react-switch": "^1.1.3",
2929
"@radix-ui/react-tooltip": "^1.1.8",
30-
"@tanstack/react-query": "^5.66.0",
31-
"@tanstack/react-query-devtools": "^5.66.0",
30+
"@tanstack/react-query": "^5.66.7",
31+
"@tanstack/react-query-devtools": "^5.66.7",
3232
"@tanstack/react-table": "^8.21.2",
3333
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
3434
"@types/d3-geo": "^3.1.0",
@@ -39,16 +39,16 @@
3939
"country-flag-icons": "^1.5.16",
4040
"d3-geo": "^3.1.1",
4141
"dayjs": "^1.11.13",
42-
"framer-motion": "^12.4.3",
43-
"i18n-iso-countries": "^7.13.0",
42+
"framer-motion": "^12.4.4",
43+
"i18n-iso-countries": "^7.14.0",
4444
"i18next": "^24.2.2",
4545
"lucide-react": "^0.460.0",
4646
"luxon": "^3.5.0",
4747
"prettier-plugin-tailwindcss": "^0.6.11",
4848
"react": "^19.0.0",
4949
"react-dom": "^19.0.0",
50-
"react-i18next": "^15.4.0",
51-
"react-router-dom": "^7.1.5",
50+
"react-i18next": "^15.4.1",
51+
"react-router-dom": "^7.2.0",
5252
"recharts": "^2.15.1",
5353
"sonner": "^1.7.4",
5454
"tailwind-merge": "^2.6.0",
@@ -57,8 +57,8 @@
5757
"devDependencies": {
5858
"@eslint/js": "^9.20.0",
5959
"@types/node": "^22.13.4",
60-
"@types/react": "^19.0.8",
61-
"@types/react-dom": "^19.0.3",
60+
"@types/react": "^19.0.10",
61+
"@types/react-dom": "^19.0.4",
6262
"@vitejs/plugin-react-swc": "^3.8.0",
6363
"autoprefixer": "^10.4.20",
6464
"eslint": "^9.20.1",
@@ -68,7 +68,7 @@
6868
"postcss": "^8.5.2",
6969
"tailwindcss": "^3.4.17",
7070
"typescript": "~5.6.3",
71-
"typescript-eslint": "^8.24.0",
72-
"vite": "^6.1.0"
71+
"typescript-eslint": "^8.24.1",
72+
"vite": "^6.1.1"
7373
}
7474
}

0 commit comments

Comments
 (0)