diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:22:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:22:22 +0000 |
commit | bad8d2f7ed9d9e76f4bdab2b8f308afb8c074404 (patch) | |
tree | 7739ddc25895bc3f3deb9341817d066ac3246c0b /FrontEnd/package.json | |
parent | b7c5d573dad8ab1e7645eef0a343e56742e2ae61 (diff) | |
parent | 04b07cb71f2225537dad8b6b5e6b0d7f8591c2d6 (diff) | |
download | timeline-bad8d2f7ed9d9e76f4bdab2b8f308afb8c074404.tar.gz timeline-bad8d2f7ed9d9e76f4bdab2b8f308afb8c074404.tar.bz2 timeline-bad8d2f7ed9d9e76f4bdab2b8f308afb8c074404.zip |
Merge pull request #228 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/preset-react-7.12.13
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 27227e69..37d3ba5b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@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",
|