diff options
author | crupest <crupest@outlook.com> | 2021-05-13 14:49:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 14:49:49 +0800 |
commit | 3087eaec154a56f6939517aec8993158ba7cc06c (patch) | |
tree | 9224840c69e88c5a76c72d32efbad58e1469324c | |
parent | c285c20ff02082247d328343c49de6099a6c430c (diff) | |
parent | 3fa390f5748d17225e061314f84bbe458b963cf7 (diff) | |
download | timeline-3087eaec154a56f6939517aec8993158ba7cc06c.tar.gz timeline-3087eaec154a56f6939517aec8993158ba7cc06c.tar.bz2 timeline-3087eaec154a56f6939517aec8993158ba7cc06c.zip |
Merge pull request #528 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/core-7.14.2
build(deps-dev): Bump @babel/core from 7.14.0 to 7.14.2 in /FrontEnd
-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 ea2622b7..c144571a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.14.0",
+ "@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|