Skip to content

Commit 7eb21da

Browse files
committed
chore: update deps
1 parent a0a5843 commit 7eb21da

File tree

2 files changed

+773
-702
lines changed

2 files changed

+773
-702
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"@radix-ui/react-slot": "^1.1.1",
3333
"class-variance-authority": "^0.7.1",
3434
"clsx": "^2.1.1",
35-
"lucide-react": "^0.469.0",
35+
"lucide-react": "^0.471.0",
3636
"react": "^19.0.0",
3737
"react-dom": "^19.0.0",
38-
"react-router-dom": "^7.1.0",
39-
"tailwind-merge": "^2.5.5",
38+
"react-router-dom": "^7.1.1",
39+
"tailwind-merge": "^2.6.0",
4040
"tailwindcss-animate": "^1.0.7"
4141
},
4242
"devDependencies": {
@@ -46,12 +46,12 @@
4646
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
4747
"@playwright/test": "^1.49.1",
4848
"@total-typescript/ts-reset": "^0.6.1",
49-
"@types/node": "^22.10.2",
50-
"@types/react": "^19.0.2",
51-
"@types/react-dom": "^19.0.2",
49+
"@types/node": "^22.10.5",
50+
"@types/react": "^19.0.5",
51+
"@types/react-dom": "^19.0.3",
5252
"@types/react-router-dom": "^5.3.3",
53-
"@typescript-eslint/eslint-plugin": "^8.18.1",
54-
"@typescript-eslint/parser": "^8.18.1",
53+
"@typescript-eslint/eslint-plugin": "^8.19.1",
54+
"@typescript-eslint/parser": "^8.19.1",
5555
"@vitejs/plugin-react-swc": "^3.7.2",
5656
"autoprefixer": "^10.4.20",
5757
"cssnano": "^7.0.6",
@@ -60,19 +60,19 @@
6060
"eslint-plugin-jsx-a11y": "^6.10.2",
6161
"eslint-plugin-prettier": "^5.2.1",
6262
"eslint-plugin-promise": "^7.2.1",
63-
"eslint-plugin-react": "^7.37.2",
63+
"eslint-plugin-react": "^7.37.3",
6464
"eslint-plugin-react-hooks": "^5.1.0",
6565
"eslint-plugin-sonarjs": "^0.25.1",
6666
"eslint-plugin-unicorn": "^56.0.1",
6767
"husky": "^9.1.7",
68-
"lint-staged": "^15.2.11",
68+
"lint-staged": "^15.3.0",
6969
"postcss": "^8.4.49",
7070
"prettier": "^3.4.2",
7171
"prettier-plugin-tailwindcss": "^0.6.9",
72-
"sass": "^1.83.0",
72+
"sass": "^1.83.1",
7373
"tailwindcss": "^3.4.17",
74-
"typescript": "^5.7.2",
75-
"vite": "^6.0.5"
74+
"typescript": "^5.7.3",
75+
"vite": "^6.0.7"
7676
},
7777
"lint-staged": {
7878
"src/**/*.{html,css,scss,ts,tsx}": "npx prettier --write",

0 commit comments

Comments
 (0)