diff options
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 354336bd..a218adc3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -55,7 +55,7 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.13.10",
+ "@babel/core": "^7.13.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
@@ -67,7 +67,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.36",
+ "@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
@@ -110,7 +110,7 @@ "url-loader": "^4.1.1",
"webpack": "^5.28.0",
"webpack-chain": "^6.5.1",
- "webpack-cli": "^4.5.0",
+ "webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"workbox-webpack-plugin": "^6.1.2"
}
|