diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-12 07:23:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 07:23:41 +0000 |
commit | 5d29db036b3dabd8aabdcd64d1d0c665adab7934 (patch) | |
tree | a44fb51114ac912023b154cb12df651215e04389 /FrontEnd/package.json | |
parent | 7bab0a90e06581707e6fbd8ca8d119dce8bcc818 (diff) | |
download | timeline-5d29db036b3dabd8aabdcd64d1d0c665adab7934.tar.gz timeline-5d29db036b3dabd8aabdcd64d1d0c665adab7934.tar.bz2 timeline-5d29db036b3dabd8aabdcd64d1d0c665adab7934.zip |
build(deps-dev): Bump @babel/preset-typescript in /FrontEnd
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.12.13 to 7.12.16.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-preset-typescript)
Signed-off-by: dependabot[bot] <support@github.com>
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 985f38a9..34e22f7c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
- "@babel/preset-typescript": "^7.12.13",
+ "@babel/preset-typescript": "^7.12.16",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
|