Skip to content

Commit c4f3f9c

Browse files
committed
chore: Update dependencies
1 parent 99e331f commit c4f3f9c

File tree

2 files changed

+120
-121
lines changed

2 files changed

+120
-121
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,33 @@
2323
"@fortawesome/fontawesome-svg-core": "^6.4.0",
2424
"@fortawesome/free-solid-svg-icons": "^6.4.0",
2525
"@fortawesome/react-fontawesome": "^0.2.0",
26-
"@tanstack/react-query": "^4.29.5",
26+
"@tanstack/react-query": "^4.29.7",
2727
"axios": "^1.4.0",
2828
"clsx": "^1.2.1",
2929
"deepmerge": "^4.3.1",
30-
"formik": "^2.2.9",
30+
"formik": "^2.3.2",
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",
33-
"react-router-dom": "^6.11.1",
34-
"react-tooltip": "^5.11.2",
35-
"yup": "^1.1.1"
33+
"react-router-dom": "^6.11.2",
34+
"react-tooltip": "^5.13.1",
35+
"yup": "^1.2.0"
3636
},
3737
"devDependencies": {
38-
"@types/chrome": "^0.0.235",
39-
"@types/react": "^18.2.5",
38+
"@types/chrome": "^0.0.237",
39+
"@types/react": "^18.2.7",
4040
"@types/react-dom": "^18.2.4",
41-
"@typescript-eslint/eslint-plugin": "^5.59.2",
42-
"@typescript-eslint/parser": "^5.59.2",
41+
"@typescript-eslint/eslint-plugin": "^5.59.7",
42+
"@typescript-eslint/parser": "^5.59.7",
4343
"@vitejs/plugin-react": "^4.0.0",
4444
"adm-zip": "^0.5.10",
4545
"autoprefixer": "^10.4.14",
46-
"eslint": "^8.40.0",
46+
"eslint": "^8.41.0",
4747
"eslint-plugin-react-hooks": "^4.6.0",
4848
"eslint-plugin-react-refresh": "^0.4.1",
4949
"postcss": "^8.4.23",
5050
"tailwindcss": "^3.3.2",
5151
"tailwindcss-animate": "^1.0.5",
5252
"typescript": "^5.0.4",
53-
"vite": "^4.3.5"
53+
"vite": "^4.3.9"
5454
}
5555
}

0 commit comments

Comments
 (0)