diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:49:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:49:41 +0000 |
commit | fe33c85fd1fa60240ef9f7256905bfb27229a928 (patch) | |
tree | 77a8bed18c62a0e14999d99b72a21192b8aba110 | |
parent | 5ee6e1211aef5fe9bbf18ca4f2b2bb714a544149 (diff) | |
parent | 4701e0cd7cbcd8183dbdee21e46c31b85e8619e9 (diff) | |
download | timeline-fe33c85fd1fa60240ef9f7256905bfb27229a928.tar.gz timeline-fe33c85fd1fa60240ef9f7256905bfb27229a928.tar.bz2 timeline-fe33c85fd1fa60240ef9f7256905bfb27229a928.zip |
Merge pull request #416 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/preset-react-7.13.13
-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 a218adc3..b5cf08f4 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -62,7 +62,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.13.12",
- "@babel/preset-react": "^7.12.13",
+ "@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
|