This commit is contained in:
Babel Bot
2021-06-09 23:03:30 +00:00
parent a59522df83
commit 7a2a928398
155 changed files with 914 additions and 915 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-function-bind",
"version": "7.12.13",
"version": "7.14.5",
"description": "Compile function bind operator to ES5",
"repository": {
"type": "git",
@@ -17,8 +17,8 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-function-bind": "workspace:^7.12.13"
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-function-bind": "workspace:^7.14.5"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"