diff options
-rw-r--r-- | FrontEnd/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 5731656d..27cbd49a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,13 +13,13 @@ "clsx": "^1.1.1",
"core-js": "^3.9.1",
"i18next": "^19.9.2",
- "i18next-browser-languagedetector": "^6.0.1",
+ "i18next-browser-languagedetector": "^6.1.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
"react-bootstrap": "^1.5.2",
- "react-dom": "^17.0.1",
+ "react-dom": "^17.0.2",
"react-i18next": "^11.8.10",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
@@ -61,7 +61,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.13.10",
+ "@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
@@ -77,7 +77,7 @@ "@types/remarkable": "^2.0.1",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.18.0",
+ "@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.18.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|