Version lock dependencies

This commit is contained in:
schroda
2024-04-20 00:57:30 +02:00
parent ff508b0972
commit db65082a09
2 changed files with 10 additions and 10 deletions

View File

@@ -41,7 +41,7 @@
"html-react-parser": "5.1.10",
"i18next": "23.11.1",
"i18next-browser-languagedetector": "7.2.1",
"i18next-http-backend": "^2.5.0",
"i18next-http-backend": "2.5.0",
"material-ui-popup-state": "5.1.0",
"p-limit": "5.0.0",
"react": "18.2.0",
@@ -67,8 +67,8 @@
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitejs/plugin-legacy": "5.3.2",
"@vitejs/plugin-react-swc": "3.6.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
@@ -88,8 +88,8 @@
"terser": "5.30.3",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"vite": "^5.2.9",
"vite-tsconfig-paths": "^4.3.2",
"vite": "5.2.9",
"vite-tsconfig-paths": "4.3.2",
"yargs": "17.7.2"
}
}