Skip to content

Commit

Permalink
pkg: Relax @babel/runtime requirement to ^7.7.2 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Feb 4, 2021
1 parent 70c29ac commit cc95b21
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@rest-hooks/test": "^3.0.0"
},
"dependencies": {
"@babel/runtime": "^7.12.0",
"@babel/runtime": "^7.7.2",
"@rest-hooks/endpoint": "^1.0.2",
"@rest-hooks/normalizr": "^6.0.1",
"@rest-hooks/use-enhanced-reducer": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"url": "https://github.com/coinbase/rest-hooks/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.0",
"@babel/runtime": "^7.7.2",
"@rest-hooks/normalizr": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"url": "https://github.com/coinbase/rest-hooks/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.0"
"@babel/runtime": "^7.7.2"
},
"peerDependencies": {
"@rest-hooks/endpoint": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/normalizr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"run-p": "^0.0.0"
},
"dependencies": {
"@babel/runtime": "^7.12.0"
"@babel/runtime": "^7.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/rest-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@rest-hooks/test": "^3.0.0"
},
"dependencies": {
"@babel/runtime": "^7.12.0",
"@babel/runtime": "^7.7.2",
"@rest-hooks/core": "^1.0.2",
"@rest-hooks/endpoint": "^1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"url": "https://github.com/coinbase/rest-hooks/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.0"
"@babel/runtime": "^7.7.2"
},
"peerDependencies": {
"@rest-hooks/endpoint": "^0.6.1 || ^1.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1086,10 +1086,10 @@
core-js-pure "^3.0.0"
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4":
version "7.12.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
version "7.12.13"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d"
integrity sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==
dependencies:
regenerator-runtime "^0.13.4"

Expand Down

0 comments on commit cc95b21

Please sign in to comment.