Skip to content

Commit

Permalink
Update JS dependency @babel/runtime to v7.13.17 (#9464)
Browse files Browse the repository at this point in the history
* Update JS dependency @babel/runtime to v7.13.17

* yarn dev

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Dario <[email protected]>
  • Loading branch information
3 people authored Apr 24, 2021
1 parent 38bbf9d commit 0f542ed
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 92 deletions.
2 changes: 1 addition & 1 deletion themes-default/slim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@babel/eslint-parser": "7.13.14",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/preset-env": "7.13.15",
"@babel/runtime": "7.13.16",
"@babel/runtime": "7.13.17",
"@mapbox/stylelint-processor-arbitrary-tags": "0.4.0",
"@sharkykh/eslint-plugin-vue-extra": "0.1.1",
"@testing-library/jest-dom": "5.11.9",
Expand Down
9 changes: 8 additions & 1 deletion themes-default/slim/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,14 @@
core-js-pure "^3.0.0"
regenerator-runtime "^0.13.4"

"@babel/[email protected]", "@babel/runtime@^7.10.2", "@babel/runtime@^7.13.10", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
"@babel/[email protected]":
version "7.13.17"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.17.tgz#8966d1fc9593bf848602f0662d6b4d0069e3a7ec"
integrity sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.10.2", "@babel/runtime@^7.13.10", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.13.16"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.16.tgz#673e7b84c1f6287d96d483fa65cd3db792d53e22"
integrity sha512-7VsWJsI5USRhBLE/3of+VU2DDNWtYHQlq2IHu2iL15+Yx4qVqP8KllR6JMHQlTKWRyDk9Tw6unkqSusaHXt//A==
Expand Down
90 changes: 45 additions & 45 deletions themes/dark/assets/js/vendors.js

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions themes/light/assets/js/vendors.js

Large diffs are not rendered by default.

0 comments on commit 0f542ed

Please sign in to comment.