Skip to content

Commit 7445aa3

Browse files
renovate[bot]renovate-bot
andauthoredApr 25, 2022
fix(deps): update dependency babel-plugin-macros to v3 for babel-preset-gatsby (#33508)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e3dc69d commit 7445aa3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎packages/babel-preset-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/preset-react": "^7.14.0",
2121
"@babel/runtime": "^7.15.4",
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
23-
"babel-plugin-macros": "^2.8.0",
23+
"babel-plugin-macros": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
2525
"gatsby-core-utils": "^3.14.0-next.0",
2626
"gatsby-legacy-polyfills": "^2.14.0-next.0"

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6196,10 +6196,10 @@ babel-plugin-macros@^2.6.1, babel-plugin-macros@^2.8.0:
61966196
cosmiconfig "^6.0.0"
61976197
resolve "^1.12.0"
61986198

6199-
babel-plugin-macros@^3.0.1:
6200-
version "3.0.1"
6201-
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.0.1.tgz#0d412d68f5b3d1b64358f24ab099bd148724e2a9"
6202-
integrity sha512-CKt4+Oy9k2wiN+hT1uZzOw7d8zb1anbQpf7KLwaaXRCi/4pzKdFKHf7v5mvoPmjkmxshh7eKZQuRop06r5WP4w==
6199+
babel-plugin-macros@^3.0.1, babel-plugin-macros@^3.1.0:
6200+
version "3.1.0"
6201+
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1"
6202+
integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==
62036203
dependencies:
62046204
"@babel/runtime" "^7.12.5"
62056205
cosmiconfig "^7.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.