diff options
-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 34e22f7c..11c001ba 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -52,11 +52,11 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.12.13",
+ "@babel/core": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
- "@babel/plugin-proposal-optional-chaining": "^7.12.13",
+ "@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
@@ -64,7 +64,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.25",
+ "@types/node": "^14.14.26",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
|