Skip to content

Commit 28194c4

Browse files
Update dependency @types/babel-plugin-macros to v3
1 parent 55b8c7f commit 28194c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/cli": "^7.14.8",
3535
"@babel/core": "^7.15.0",
3636
"@babel/preset-env": "^7.15.0",
37-
"@types/babel-plugin-macros": "^2.8.5",
37+
"@types/babel-plugin-macros": "^3.0.0",
3838
"@types/fs-extra": "^9.0.12",
3939
"@types/node": "^16.7.10",
4040
"@types/nunjucks": "^3.1.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,10 +1535,10 @@
15351535
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
15361536
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
15371537

1538-
"@types/babel-plugin-macros@^2.8.5":
1539-
version "2.8.5"
1540-
resolved "https://registry.yarnpkg.com/@types/babel-plugin-macros/-/babel-plugin-macros-2.8.5.tgz#04474f9898aa9112afc22fa0e7e53a898fcaba4c"
1541-
integrity sha512-+NcIm/VBaSb4xaycov9f4Vmk4hMVPrgISoHEk+kalgVK6BlkwDZbXkW9kt1jCXVczTKXldL5RHIacExaWzxAkA==
1538+
"@types/babel-plugin-macros@^3.0.0":
1539+
version "3.1.3"
1540+
resolved "https://registry.yarnpkg.com/@types/babel-plugin-macros/-/babel-plugin-macros-3.1.3.tgz#422f78c7c9eed90a4e6c1c65597d5646fae953fb"
1541+
integrity sha512-JU+MgpsHK3taY18mBETy5XlwY6LVngte7QXYzUuXEaaX0CN8dBqbjXtADe+gJmkSQE1FJHufzPj++OWZlhRmGw==
15421542
dependencies:
15431543
"@types/babel__core" "*"
15441544

0 commit comments

Comments
 (0)