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 4c976a46..fb5e14ab 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -52,14 +52,14 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.12.10",
+ "@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@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-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
- "@babel/preset-react": "^7.12.10",
+ "@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
@@ -73,7 +73,7 @@ "@types/react-router-dom": "^5.1.7",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.14.0",
+ "@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
@@ -97,7 +97,7 @@ "prettier": "^2.2.1",
"querystring-es3": "^0.2.1",
"react-refresh": "^0.9.0",
- "sass": "^1.32.4",
+ "sass": "^1.32.6",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.14",
|