chore(deps): update dependency babel-plugin-transform-define to v2 (#4050)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-07-21 23:44:51 +03:00 committed by GitHub
parent 4258521667
commit f6302ed845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -114,7 +114,7 @@
"babel-plugin-lodash": "^3.3.4", "babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.0.0", "babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-builtin-extend": "^1.1.2", "babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-define": "1.3.2", "babel-plugin-transform-define": "2.0.0",
"babel-plugin-transform-export-extensions": "^6.22.0", "babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3", "babel-plugin-transform-inline-environment-variables": "^0.4.3",
"cache-me-outside": "^0.0.10", "cache-me-outside": "^0.0.10",

View File

@ -4594,10 +4594,10 @@ babel-plugin-transform-builtin-extend@^1.1.2:
babel-runtime "^6.2.0" babel-runtime "^6.2.0"
babel-template "^6.3.0" babel-template "^6.3.0"
babel-plugin-transform-define@1.3.2: babel-plugin-transform-define@2.0.0:
version "1.3.2" version "2.0.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-define/-/babel-plugin-transform-define-1.3.2.tgz#4bdbfe35a839fc206e0f60a7a9ae3b82d5e11808" resolved "https://registry.yarnpkg.com/babel-plugin-transform-define/-/babel-plugin-transform-define-2.0.0.tgz#79c3536635f899aabaf830b194b25519465675a4"
integrity sha512-fieU/nFuZjTxIttXoucN1fOIrej8I989IXqATMvKVcgTnfi53BjEwLzkw2KA6Q4gRRl4Cf3iiRVpwiB4PHFuWA== integrity sha512-0dv5RNRUlUKxGYIIErl01lpvi8b7W2R04Qcl1mCj70ahwZcgiklfXnFlh4FGnRh6aayCfSZKdhiMryVzcq5Dmg==
dependencies: dependencies:
lodash "^4.17.11" lodash "^4.17.11"
traverse "0.6.6" traverse "0.6.6"