aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FrontEnd/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 14c74eee..17d4e542 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -53,10 +53,10 @@
},
"devDependencies": {
"@babel/core": "^7.12.13",
- "@babel/plugin-proposal-class-properties": "^7.12.1",
+ "@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
- "@babel/plugin-proposal-optional-chaining": "^7.12.7",
+ "@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.13",
@@ -65,7 +65,7 @@
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.21",
- "@types/react": "^17.0.0",
+ "@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.11",
@@ -74,7 +74,7 @@
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.14.2",
- "@typescript-eslint/parser": "^4.14.0",
+ "@typescript-eslint/parser": "^4.14.2",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
@@ -92,7 +92,7 @@
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.4",
"postcss": "^8.2.4",
- "postcss-loader": "^4.1.0",
+ "postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"querystring-es3": "^0.2.1",
@@ -106,7 +106,7 @@
"url-loader": "^4.1.1",
"webpack": "^5.19.0",
"webpack-chain": "^6.5.1",
- "webpack-cli": "^4.4.0",
+ "webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"workbox-webpack-plugin": "^6.1.0"
}