Skip to content

Commit

Permalink
pkg: bump @babel/runtime from 7.14.5 to 7.14.6 (#474)
Browse files Browse the repository at this point in the history
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.14.5 to 7.14.6.
- [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.6/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 15, 2021
1 parent 4adafbf commit 52c95e0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/linaria/package.json
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@anansi/polyfill": "^1.0.65",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/runtime": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@linaria/core": "^3.0.0-beta.4",
"@linaria/react": "^3.0.0-beta.4",
"@linaria/shaker": "^3.0.0-beta.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@anansi/polyfill": "^1.0.65",
"@babel/runtime": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@rest-hooks/rest": "^2.1.4",
"antd": "^4.16.2",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-js/package.json
Expand Up @@ -63,7 +63,7 @@
"npm": ">= 5.0.0"
},
"dependencies": {
"@babel/runtime": "^7.14.5",
"@babel/runtime": "^7.14.6",
"chalk": "^4.1.0",
"core-js": "^3.14.0",
"ejs": "^3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config-anansi/package.json
Expand Up @@ -58,7 +58,7 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@linaria/webpack-loader": "^3.0.0-beta.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.0",
"@svgr/webpack": "^5.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1294,10 +1294,10 @@
core-js-pure "^3.0.0"
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.5.tgz#665450911c6031af38f81db530f387ec04cd9a98"
integrity sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA==
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4":
version "7.14.6"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
dependencies:
regenerator-runtime "^0.13.4"

Expand Down

0 comments on commit 52c95e0

Please sign in to comment.