diff options
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index e6f73244..4ed70937 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,13 +77,13 @@ "@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",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^8.0.0",
+ "copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.1.3",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
|