Skip to content

Commit

Permalink
Bump babel-plugin-macros from 3.0.1 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [babel-plugin-macros](https://github.com/kentcdodds/babel-plugin-macros) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/kentcdodds/babel-plugin-macros/releases)
- [Changelog](https://github.com/kentcdodds/babel-plugin-macros/blob/main/CHANGELOG.md)
- [Commits](kentcdodds/babel-plugin-macros@v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: babel-plugin-macros
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 24, 2023
1 parent 17d99af commit c990fb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.14.1",
"babel-jest": "^26.6.3",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-macros": "^3.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1303,10 +1303,10 @@ babel-plugin-jest-hoist@^26.6.2:
"@types/babel__core" "^7.0.0"
"@types/babel__traverse" "^7.0.6"

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

0 comments on commit c990fb2

Please sign in to comment.