Skip to content

Commit 9732c15

Browse files
committed
chore: Update dependencies
1 parent 4444ebc commit 9732c15

File tree

2 files changed

+316
-323
lines changed

2 files changed

+316
-323
lines changed

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,38 +24,39 @@
2424
"@fortawesome/free-regular-svg-icons": "^6.4.0",
2525
"@fortawesome/free-solid-svg-icons": "^6.4.0",
2626
"@fortawesome/react-fontawesome": "^0.2.0",
27-
"@tanstack/react-query": "^4.29.15",
27+
"@tanstack/react-query": "^4.29.25",
2828
"axios": "^1.4.0",
29-
"clsx": "^1.2.1",
29+
"clsx": "^2.0.0",
3030
"date-fns": "^2.30.0",
3131
"deepmerge": "^4.3.1",
3232
"flatpickr": "^4.6.13",
3333
"formik": "^2.4.2",
3434
"react": "^18.2.0",
3535
"react-dom": "^18.2.0",
3636
"react-flatpickr": "^3.10.13",
37-
"react-router-dom": "^6.14.0",
38-
"react-tooltip": "^5.15.0",
37+
"react-router-dom": "^6.14.2",
38+
"react-tooltip": "^5.18.0",
39+
"tailwind-merge": "^1.14.0",
3940
"yup": "^1.2.0"
4041
},
4142
"devDependencies": {
42-
"@types/chrome": "^0.0.238",
43-
"@types/react": "^18.2.14",
44-
"@types/react-dom": "^18.2.6",
43+
"@types/chrome": "^0.0.241",
44+
"@types/react": "^18.2.15",
45+
"@types/react-dom": "^18.2.7",
4546
"@types/react-flatpickr": "^3.8.8",
46-
"@typescript-eslint/eslint-plugin": "^5.60.0",
47-
"@typescript-eslint/parser": "^5.60.0",
48-
"@vitejs/plugin-react": "^4.0.1",
47+
"@typescript-eslint/eslint-plugin": "^6.1.0",
48+
"@typescript-eslint/parser": "^6.1.0",
49+
"@vitejs/plugin-react": "^4.0.3",
4950
"adm-zip": "^0.5.10",
5051
"autoprefixer": "^10.4.14",
51-
"eslint": "^8.43.0",
52+
"eslint": "^8.45.0",
5253
"eslint-plugin-react": "^7.32.2",
5354
"eslint-plugin-react-hooks": "^4.6.0",
54-
"eslint-plugin-react-refresh": "^0.4.1",
55-
"postcss": "^8.4.24",
56-
"tailwindcss": "^3.3.2",
55+
"eslint-plugin-react-refresh": "^0.4.3",
56+
"postcss": "^8.4.26",
57+
"tailwindcss": "^3.3.3",
5758
"tailwindcss-animate": "^1.0.6",
58-
"typescript": "^5.1.3",
59-
"vite": "^4.3.9"
59+
"typescript": "^5.1.6",
60+
"vite": "^4.4.4"
6061
}
6162
}

0 commit comments

Comments
 (0)