Skip to content

Commit 2d95168

Browse files
committed
chore: update deps
1 parent 0898b45 commit 2d95168

File tree

2 files changed

+983
-982
lines changed

2 files changed

+983
-982
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,51 +28,51 @@
2828
"@fortawesome/free-regular-svg-icons": "^6.7.2",
2929
"@fortawesome/free-solid-svg-icons": "^6.7.2",
3030
"@fortawesome/react-fontawesome": "^0.2.2",
31-
"@radix-ui/react-dropdown-menu": "^2.1.5",
32-
"@radix-ui/react-slot": "^1.1.1",
31+
"@radix-ui/react-dropdown-menu": "^2.1.6",
32+
"@radix-ui/react-slot": "^1.1.2",
3333
"class-variance-authority": "^0.7.1",
3434
"clsx": "^2.1.1",
35-
"lucide-react": "^0.474.0",
35+
"lucide-react": "^0.479.0",
3636
"react": "^19.0.0",
3737
"react-dom": "^19.0.0",
38-
"react-router-dom": "^7.1.5",
39-
"tailwind-merge": "^3.0.1",
38+
"react-router-dom": "^7.3.0",
39+
"tailwind-merge": "^3.0.2",
4040
"tailwindcss-animate": "^1.0.7"
4141
},
4242
"devDependencies": {
4343
"@builder.io/partytown": "^0.10.3",
44-
"@commitlint/cli": "^19.7.1",
45-
"@commitlint/config-conventional": "^19.7.1",
44+
"@commitlint/cli": "^19.8.0",
45+
"@commitlint/config-conventional": "^19.8.0",
4646
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
47-
"@playwright/test": "^1.50.1",
47+
"@playwright/test": "^1.51.0",
4848
"@total-typescript/ts-reset": "^0.6.1",
49-
"@types/node": "^22.13.1",
50-
"@types/react": "^19.0.8",
51-
"@types/react-dom": "^19.0.3",
49+
"@types/node": "^22.13.9",
50+
"@types/react": "^19.0.10",
51+
"@types/react-dom": "^19.0.4",
5252
"@types/react-router-dom": "^5.3.3",
53-
"@typescript-eslint/eslint-plugin": "^8.23.0",
54-
"@typescript-eslint/parser": "^8.23.0",
55-
"@vitejs/plugin-react-swc": "^3.7.2",
53+
"@typescript-eslint/eslint-plugin": "^8.26.0",
54+
"@typescript-eslint/parser": "^8.26.0",
55+
"@vitejs/plugin-react-swc": "^3.8.0",
5656
"autoprefixer": "^10.4.20",
5757
"cssnano": "^7.0.6",
5858
"eslint": "^8.57.0",
59-
"eslint-config-prettier": "^10.0.1",
59+
"eslint-config-prettier": "^10.1.1",
6060
"eslint-plugin-jsx-a11y": "^6.10.2",
6161
"eslint-plugin-prettier": "^5.2.3",
6262
"eslint-plugin-promise": "^7.2.1",
6363
"eslint-plugin-react": "^7.37.4",
64-
"eslint-plugin-react-hooks": "^5.1.0",
64+
"eslint-plugin-react-hooks": "^5.2.0",
6565
"eslint-plugin-sonarjs": "^0.25.1",
6666
"eslint-plugin-unicorn": "^56.0.1",
6767
"husky": "^9.1.7",
6868
"lint-staged": "^15.4.3",
69-
"postcss": "^8.5.1",
70-
"prettier": "^3.4.2",
71-
"prettier-plugin-tailwindcss": "^0.6.9",
72-
"sass": "^1.83.4",
69+
"postcss": "^8.5.3",
70+
"prettier": "^3.5.3",
71+
"prettier-plugin-tailwindcss": "^0.6.11",
72+
"sass": "^1.85.1",
7373
"tailwindcss": "^3.4.17",
74-
"typescript": "^5.7.3",
75-
"vite": "^6.0.11"
74+
"typescript": "^5.8.2",
75+
"vite": "^6.2.1"
7676
},
7777
"lint-staged": {
7878
"src/**/*.{html,css,scss,ts,tsx}": "npx prettier --write",

0 commit comments

Comments
 (0)