Skip to content

Commit 4fe7daa

Browse files
committed
chore: Update npm dependencies
1 parent 44d48a3 commit 4fe7daa

File tree

2 files changed

+537
-546
lines changed

2 files changed

+537
-546
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@fortawesome/free-regular-svg-icons": "^6.6.0",
2929
"@fortawesome/free-solid-svg-icons": "^6.6.0",
3030
"@fortawesome/react-fontawesome": "^0.2.2",
31-
"@tanstack/query-async-storage-persister": "^5.55.4",
32-
"@tanstack/react-query": "^5.55.4",
33-
"@tanstack/react-query-devtools": "^5.55.4",
34-
"@tanstack/react-query-persist-client": "^5.55.4",
31+
"@tanstack/query-async-storage-persister": "^5.59.16",
32+
"@tanstack/react-query": "^5.59.16",
33+
"@tanstack/react-query-devtools": "^5.59.16",
34+
"@tanstack/react-query-persist-client": "^5.59.16",
3535
"axios": "^1.7.7",
3636
"clsx": "^2.1.1",
3737
"country-flag-icons": "^1.5.13",
@@ -42,42 +42,42 @@
4242
"react": "^18.3.1",
4343
"react-dom": "^18.3.1",
4444
"react-flatpickr": "^3.10.13",
45-
"react-intl": "^6.6.8",
46-
"react-router-dom": "^6.26.2",
47-
"react-select": "^5.8.0",
45+
"react-intl": "^6.8.4",
46+
"react-router-dom": "^6.27.0",
47+
"react-select": "^5.8.2",
4848
"react-tooltip": "^5.28.0",
49-
"tailwind-merge": "^2.5.2",
49+
"tailwind-merge": "^2.5.4",
5050
"tailwindcss-shadow-fill": "^1.0.1",
5151
"tailwindcss-text-fill": "^0.2.0",
5252
"yup": "^1.4.0"
5353
},
5454
"devDependencies": {
55-
"@playwright/test": "^1.47.0",
56-
"@types/chrome": "^0.0.270",
57-
"@types/node": "^22.5.4",
58-
"@types/react": "^18.3.5",
59-
"@types/react-dom": "^18.3.0",
55+
"@playwright/test": "^1.48.2",
56+
"@types/chrome": "^0.0.279",
57+
"@types/node": "^22.8.4",
58+
"@types/react": "^18.3.12",
59+
"@types/react-dom": "^18.3.1",
6060
"@types/react-flatpickr": "^3.8.11",
61-
"@typescript-eslint/eslint-plugin": "^8.5.0",
62-
"@typescript-eslint/parser": "^8.5.0",
63-
"@vitejs/plugin-react": "^4.3.1",
61+
"@typescript-eslint/eslint-plugin": "^8.12.2",
62+
"@typescript-eslint/parser": "^8.12.2",
63+
"@vitejs/plugin-react": "^4.3.3",
6464
"autoprefixer": "^10.4.20",
6565
"cross-env": "^7.0.3",
6666
"dotenv": "^16.4.5",
6767
"eslint": "^8.57.0",
68-
"eslint-plugin-react": "^7.35.2",
68+
"eslint-plugin-react": "^7.37.2",
6969
"eslint-plugin-react-hooks": "^4.6.2",
70-
"eslint-plugin-react-refresh": "^0.4.11",
71-
"eslint-plugin-tailwindcss": "^3.17.4",
72-
"postcss": "^8.4.45",
70+
"eslint-plugin-react-refresh": "^0.4.14",
71+
"eslint-plugin-tailwindcss": "^3.17.5",
72+
"postcss": "^8.4.47",
7373
"prettier": "^3.3.3",
74-
"prettier-plugin-tailwindcss": "^0.6.6",
74+
"prettier-plugin-tailwindcss": "^0.6.8",
7575
"sharp": "^0.33.5",
76-
"tailwindcss": "^3.4.10",
76+
"tailwindcss": "^3.4.14",
7777
"tailwindcss-animate": "^1.0.7",
78-
"typescript": "^5.6.2",
79-
"vite": "^5.4.3",
80-
"vite-plugin-static-copy": "^1.0.6",
78+
"typescript": "^5.6.3",
79+
"vite": "^5.4.10",
80+
"vite-plugin-static-copy": "^2.0.0",
8181
"vite-plugin-zip-pack": "^1.2.4"
8282
}
8383
}

0 commit comments

Comments
 (0)