diff options
author | dependabot[bot] | 2021-04-30 06:23:23 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | 438de9c601b97910b62d5caf48ebb7a38486a48c (patch) | |
tree | 97f36f3ed2a35048d4a2e2c6f42d4771556d5650 /vnext/package.json | |
parent | 02443693219baa70c7059f0a167d32714c6809bc (diff) |
Bump @babel/core from 7.13.16 to 7.14.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.16 to 7.14.0.
- [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.14.0/packages/babel-core)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index ac145949..6dc3e9cd 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -11,7 +11,7 @@ "author": "", "license": "AGPL-3.0-or-later", "devDependencies": { - "@babel/core": "7.13.16", + "@babel/core": "7.14.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "7.13.15", "@babel/preset-react": "7.13.13", |