Skip to content

Commit f2d1bef

Browse files
committed
chore: Update npm dependencies
1 parent 4d88a0c commit f2d1bef

File tree

2 files changed

+590
-687
lines changed

2 files changed

+590
-687
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
"test": "playwright test"
2424
},
2525
"dependencies": {
26-
"@fortawesome/fontawesome-svg-core": "^6.5.2",
27-
"@fortawesome/free-brands-svg-icons": "^6.5.2",
28-
"@fortawesome/free-regular-svg-icons": "^6.5.2",
29-
"@fortawesome/free-solid-svg-icons": "^6.5.2",
26+
"@fortawesome/fontawesome-svg-core": "^6.6.0",
27+
"@fortawesome/free-brands-svg-icons": "^6.6.0",
28+
"@fortawesome/free-regular-svg-icons": "^6.6.0",
29+
"@fortawesome/free-solid-svg-icons": "^6.6.0",
3030
"@fortawesome/react-fontawesome": "^0.2.2",
31-
"@tanstack/query-async-storage-persister": "^5.50.1",
32-
"@tanstack/react-query": "^5.50.1",
33-
"@tanstack/react-query-devtools": "^5.50.1",
34-
"@tanstack/react-query-persist-client": "^5.50.1",
35-
"axios": "^1.7.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",
35+
"axios": "^1.7.7",
3636
"clsx": "^2.1.1",
37-
"country-flag-icons": "^1.5.12",
37+
"country-flag-icons": "^1.5.13",
3838
"date-fns": "^3.6.0",
3939
"deepmerge": "^4.3.1",
4040
"flatpickr": "^4.6.13",
@@ -43,40 +43,40 @@
4343
"react-dom": "^18.3.1",
4444
"react-flatpickr": "^3.10.13",
4545
"react-intl": "^6.6.8",
46-
"react-router-dom": "^6.24.1",
46+
"react-router-dom": "^6.26.2",
4747
"react-select": "^5.8.0",
48-
"react-tooltip": "^5.27.1",
49-
"tailwind-merge": "^2.4.0",
48+
"react-tooltip": "^5.28.0",
49+
"tailwind-merge": "^2.5.2",
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.45.1",
56-
"@types/chrome": "^0.0.268",
57-
"@types/node": "^20.14.10",
58-
"@types/react": "^18.3.3",
55+
"@playwright/test": "^1.47.0",
56+
"@types/chrome": "^0.0.270",
57+
"@types/node": "^22.5.4",
58+
"@types/react": "^18.3.5",
5959
"@types/react-dom": "^18.3.0",
6060
"@types/react-flatpickr": "^3.8.11",
61-
"@typescript-eslint/eslint-plugin": "^7.15.0",
62-
"@typescript-eslint/parser": "^7.15.0",
61+
"@typescript-eslint/eslint-plugin": "^8.5.0",
62+
"@typescript-eslint/parser": "^8.5.0",
6363
"@vitejs/plugin-react": "^4.3.1",
64-
"autoprefixer": "^10.4.19",
64+
"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.34.3",
68+
"eslint-plugin-react": "^7.35.2",
6969
"eslint-plugin-react-hooks": "^4.6.2",
70-
"eslint-plugin-react-refresh": "^0.4.7",
70+
"eslint-plugin-react-refresh": "^0.4.11",
7171
"eslint-plugin-tailwindcss": "^3.17.4",
72-
"postcss": "^8.4.39",
73-
"prettier": "^3.3.2",
74-
"prettier-plugin-tailwindcss": "^0.6.5",
75-
"sharp": "^0.33.4",
76-
"tailwindcss": "^3.4.4",
72+
"postcss": "^8.4.45",
73+
"prettier": "^3.3.3",
74+
"prettier-plugin-tailwindcss": "^0.6.6",
75+
"sharp": "^0.33.5",
76+
"tailwindcss": "^3.4.10",
7777
"tailwindcss-animate": "^1.0.7",
78-
"typescript": "^5.5.3",
79-
"vite": "^5.3.3",
78+
"typescript": "^5.6.2",
79+
"vite": "^5.4.3",
8080
"vite-plugin-static-copy": "^1.0.6",
8181
"vite-plugin-zip-pack": "^1.2.4"
8282
}

0 commit comments

Comments
 (0)