diff options
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 2ab1648e..03cfa25e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,9 +13,9 @@ "classnames": "^2.3.1",
"color": "^3.1.3",
"core-js": "^3.12.1",
- "i18next": "^20.2.4",
+ "i18next": "^20.3.0",
"i18next-browser-languagedetector": "^6.1.1",
- "js-base64": "^3.6.0",
+ "js-base64": "^3.6.1",
"lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
@@ -30,7 +30,7 @@ "react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^7.0.1",
+ "rxjs": "^7.1.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
@@ -70,7 +70,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.8",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.169",
- "@types/node": "^15.3.1",
+ "@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.5",
@@ -86,9 +86,9 @@ "babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^8.1.1",
+ "copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.5",
- "eslint": "^7.26.0",
+ "eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
@@ -104,7 +104,7 @@ "sass": "^1.34.0",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
- "ts-loader": "^9.2.1",
+ "ts-loader": "^9.2.2",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.37.1",
|