Skip to content

Commit

Permalink
Bump babel-plugin-macros from 2.4.2 to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Dec 20, 2018
1 parent b2196fe commit 1c89029
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@storybook/core-events": "4.2.0-alpha.5",
"@storybook/ui": "4.2.0-alpha.5",
"babel-loader": "^8.0.4",
"babel-plugin-macros": "^2.4.2",
"babel-plugin-macros": "^2.4.3",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@storybook/ui": "4.2.0-alpha.5",
"airbnb-js-shims": "^1 || ^2",
"autoprefixer": "^9.3.1",
"babel-plugin-macros": "^2.4.2",
"babel-plugin-macros": "^2.4.3",
"babel-preset-minify": "^0.5.0 || 0.6.0-alpha.5",
"boxen": "^2.0.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"babel-loader": "^8.0.4",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-emotion": "^9.2.11",
"babel-plugin-macros": "^2.4.2",
"babel-plugin-macros": "^2.4.3",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-preset-vue": "^2.0.2",
"chalk": "^2.4.1",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3380,13 +3380,21 @@ babel-plugin-jsx-v-model@^2.0.1:
html-tags "^2.0.0"
svg-tags "^1.0.0"

[email protected], babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.4.2:
[email protected]:
version "2.4.2"
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz#21b1a2e82e2130403c5ff785cba6548e9b644b28"
dependencies:
cosmiconfig "^5.0.5"
resolve "^1.8.1"

babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.3.tgz#870345aa538d85f04b4614fea5922b55c45dd551"
integrity sha512-M8cE1Rx0zgfKYBWAS+T6ZVCLGuTKdBI5Rn3fu9q6iVdH0UjaXdmF501/VEYn7kLHCgguhGNk5JBzOn64e2xDEA==
dependencies:
cosmiconfig "^5.0.5"
resolve "^1.8.1"

babel-plugin-minify-builtins@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.5.0.tgz#31eb82ed1a0d0efdc31312f93b6e4741ce82c36b"
Expand Down Expand Up @@ -9650,6 +9658,7 @@ graphql-request@^1.5.0:
graphql@^0.13.2, graphql@^14.0.2:
version "0.13.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
integrity sha512-QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog==
dependencies:
iterall "^1.2.1"

Expand Down Expand Up @@ -11137,6 +11146,7 @@ [email protected]:
iterall@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==

jasmine-core@~2.8.0:
version "2.8.0"
Expand Down

0 comments on commit 1c89029

Please sign in to comment.