Skip to content

Commit c97da8e

Browse files
committed
chore: Update npm dependencies
1 parent 87bc5f0 commit c97da8e

File tree

2 files changed

+552
-581
lines changed

2 files changed

+552
-581
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"test": "playwright test"
2323
},
2424
"dependencies": {
25-
"@fortawesome/fontawesome-svg-core": "^6.6.0",
26-
"@fortawesome/free-brands-svg-icons": "^6.6.0",
27-
"@fortawesome/free-regular-svg-icons": "^6.6.0",
28-
"@fortawesome/free-solid-svg-icons": "^6.6.0",
25+
"@fortawesome/fontawesome-svg-core": "^6.7.1",
26+
"@fortawesome/free-brands-svg-icons": "^6.7.1",
27+
"@fortawesome/free-regular-svg-icons": "^6.7.1",
28+
"@fortawesome/free-solid-svg-icons": "^6.7.1",
2929
"@fortawesome/react-fontawesome": "^0.2.2",
30-
"@tanstack/query-async-storage-persister": "^5.59.20",
31-
"@tanstack/react-query": "^5.59.20",
32-
"@tanstack/react-query-devtools": "^5.59.20",
33-
"@tanstack/react-query-persist-client": "^5.59.20",
34-
"axios": "^1.7.7",
30+
"@tanstack/query-async-storage-persister": "^5.62.7",
31+
"@tanstack/react-query": "^5.62.7",
32+
"@tanstack/react-query-devtools": "^5.62.7",
33+
"@tanstack/react-query-persist-client": "^5.62.7",
34+
"axios": "^1.7.9",
3535
"clsx": "^2.1.1",
3636
"country-flag-icons": "^1.5.13",
3737
"date-fns": "^3.6.0",
@@ -43,41 +43,41 @@
4343
"react-flatpickr": "^3.10.13",
4444
"react-intl": "^6.8.7",
4545
"react-router-dom": "^6.28.0",
46-
"react-select": "^5.8.2",
46+
"react-select": "^5.9.0",
4747
"react-tooltip": "^5.28.0",
48-
"tailwind-merge": "^2.5.4",
48+
"tailwind-merge": "^2.5.5",
4949
"tailwindcss-shadow-fill": "^1.0.1",
5050
"tailwindcss-text-fill": "^0.2.0",
51-
"yup": "^1.4.0"
51+
"yup": "^1.5.0"
5252
},
5353
"devDependencies": {
54-
"@playwright/test": "^1.48.2",
55-
"@types/chrome": "^0.0.280",
56-
"@types/node": "^22.9.0",
54+
"@playwright/test": "^1.49.1",
55+
"@types/chrome": "^0.0.287",
56+
"@types/node": "^22.10.2",
5757
"@types/react": "^18.3.12",
5858
"@types/react-dom": "^18.3.1",
5959
"@types/react-flatpickr": "^3.8.11",
60-
"@typescript-eslint/eslint-plugin": "^8.13.0",
61-
"@typescript-eslint/parser": "^8.13.0",
62-
"@vitejs/plugin-react": "^4.3.3",
60+
"@typescript-eslint/eslint-plugin": "^8.18.0",
61+
"@typescript-eslint/parser": "^8.18.0",
62+
"@vitejs/plugin-react": "^4.3.4",
6363
"autoprefixer": "^10.4.20",
6464
"cross-env": "^7.0.3",
65-
"dotenv": "^16.4.5",
65+
"dotenv": "^16.4.7",
6666
"eslint": "^8.57.0",
6767
"eslint-plugin-react": "^7.37.2",
6868
"eslint-plugin-react-hooks": "^4.6.2",
69-
"eslint-plugin-react-refresh": "^0.4.14",
69+
"eslint-plugin-react-refresh": "^0.4.16",
7070
"eslint-plugin-tailwindcss": "^3.17.5",
71-
"postcss": "^8.4.47",
72-
"prettier": "^3.3.3",
73-
"prettier-plugin-tailwindcss": "^0.6.8",
71+
"postcss": "^8.4.49",
72+
"prettier": "^3.4.2",
73+
"prettier-plugin-tailwindcss": "^0.6.9",
7474
"sharp": "^0.33.5",
75-
"tailwindcss": "^3.4.14",
75+
"tailwindcss": "^3.4.16",
7676
"tailwindcss-animate": "^1.0.7",
77-
"typescript": "^5.6.3",
77+
"typescript": "^5.7.2",
7878
"vite": "^5.4.10",
79-
"vite-plugin-static-copy": "^2.0.0",
79+
"vite-plugin-static-copy": "^2.2.0",
8080
"vite-plugin-zip-pack": "^1.2.4"
8181
},
82-
"packageManager": "pnpm@9.12.3"
82+
"packageManager": "pnpm@9.15.0"
8383
}

0 commit comments

Comments
 (0)