diff options
author | crupest <crupest@outlook.com> | 2021-04-30 18:20:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 18:20:56 +0800 |
commit | e07c26fc053bd281c48fa3052edba46579939956 (patch) | |
tree | 3555cfd5fbe0ff444f22b04a94ee0460e4a95843 /FrontEnd/package.json | |
parent | 90604bf5e6d8ea15da59fa050263859a49572baa (diff) | |
parent | 0870f344f08216f282df0817b3307d35ad061554 (diff) | |
download | timeline-e07c26fc053bd281c48fa3052edba46579939956.tar.gz timeline-e07c26fc053bd281c48fa3052edba46579939956.tar.bz2 timeline-e07c26fc053bd281c48fa3052edba46579939956.zip |
Merge pull request #498 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/core-7.14.0
build(deps-dev): Bump @babel/core from 7.13.16 to 7.14.0 in /FrontEnd
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 7d95ca13..8bab63bc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -54,7 +54,7 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.13.16",
+ "@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|