Skip to content

Commit

Permalink
fix(deps): update dependency babel-plugin-macros to v3 (#1908)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency babel-plugin-macros to v3

* Create small-cooks-raise.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tobias Deekens <tobias.deekens@commercetools.com>
  • Loading branch information
3 people authored Dec 8, 2020
1 parent 9c44ec6 commit e4dc8f8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-cooks-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@commercetools-frontend/babel-preset-mc-app": patch
---

fix(deps): update dependency babel-plugin-macros to v3
2 changes: 1 addition & 1 deletion packages/babel-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@emotion/babel-plugin": "11.0.0",
"babel-plugin-dev-expression": "0.2.2",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-macros": "2.8.0",
"babel-plugin-macros": "3.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"core-js": "3.7.0"
}
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7737,7 +7737,17 @@ babel-plugin-lodash@3.3.4:
lodash "^4.17.10"
require-package-name "^2.0.1"

babel-plugin-macros@2.8.0, babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.6.1, babel-plugin-macros@^2.8.0:
babel-plugin-macros@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.0.0.tgz#de9ad21283f8493b2aa70ba0abe82efafb65f5bd"
integrity sha512-KtmdOA0b8gsD8cid2iOdPEPSI45UFkf3wczAWN1FHhfI4UoXMLM6Cdhk72VznDMLPnEC88txqG0101e8MOpsaQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@babel/traverse" "^7.12.9"
cosmiconfig "^7.0.0"
resolve "^1.19.0"

babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.6.1, babel-plugin-macros@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
Expand Down

1 comment on commit e4dc8f8

@vercel
Copy link

@vercel vercel bot commented on e4dc8f8 Dec 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.