Skip to content

Commit

Permalink
chore(deps): update dependency babel-preset-taro to v3.3.10 (#1475)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 16, 2021
1 parent 79510d5 commit c516e76
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 88 deletions.
2 changes: 1 addition & 1 deletion miniapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/webpack-env": "1.16.3",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"babel-preset-taro": "3.3.9",
"babel-preset-taro": "3.3.10",
"eslint": "7.32.0",
"eslint-config-taro": "3.3.9",
"eslint-plugin-import": "2.24.2",
Expand Down
120 changes: 33 additions & 87 deletions miniapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
semver "^5.4.1"
source-map "^0.5.0"

"@babel/core@7.15.8":
"@babel/core@7.15.8", "@babel/core@^7.14.0":
version "7.15.8"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10"
integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==
Expand Down Expand Up @@ -134,27 +134,6 @@
semver "^5.4.1"
source-map "^0.5.0"

"@babel/core@^7.0.0":
version "7.13.15"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
dependencies:
"@babel/code-frame" "^7.12.13"
"@babel/generator" "^7.13.9"
"@babel/helper-compilation-targets" "^7.13.13"
"@babel/helper-module-transforms" "^7.13.14"
"@babel/helpers" "^7.13.10"
"@babel/parser" "^7.13.15"
"@babel/template" "^7.12.13"
"@babel/traverse" "^7.13.15"
"@babel/types" "^7.13.14"
convert-source-map "^1.7.0"
debug "^4.1.0"
gensync "^1.0.0-beta.2"
json5 "^2.1.2"
semver "^6.3.0"
source-map "^0.5.0"

"@babel/core@^7.11.1":
version "7.14.0"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88"
Expand Down Expand Up @@ -315,7 +294,7 @@
browserslist "^4.16.6"
semver "^6.3.0"

"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.8":
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.8":
version "7.13.13"
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
Expand Down Expand Up @@ -677,7 +656,7 @@
"@babel/traverse" "^7.14.8"
"@babel/types" "^7.14.8"

"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.14":
"@babel/helper-module-transforms@^7.13.0":
version "7.13.14"
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
Expand Down Expand Up @@ -1027,15 +1006,6 @@
"@babel/traverse" "^7.14.8"
"@babel/types" "^7.14.8"

"@babel/helpers@^7.13.10":
version "7.13.10"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
dependencies:
"@babel/template" "^7.12.13"
"@babel/traverse" "^7.13.0"
"@babel/types" "^7.13.0"

"@babel/helpers@^7.14.0":
version "7.14.0"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
Expand Down Expand Up @@ -1713,7 +1683,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"

"@babel/plugin-transform-async-to-generator@^7.12.1":
"@babel/plugin-transform-async-to-generator@^7.0.0", "@babel/plugin-transform-async-to-generator@^7.12.1":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz#72c789084d8f2094acb945633943ef8443d39e67"
integrity sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==
Expand Down Expand Up @@ -2722,7 +2692,7 @@
globals "^11.1.0"
lodash "^4.17.19"

"@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15":
"@babel/traverse@^7.13.13":
version "7.13.15"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
Expand Down Expand Up @@ -3538,31 +3508,6 @@
resolve "1.15.1"
yauzl "2.10.0"

"@tarojs/helper@3.3.9":
version "3.3.9"
resolved "https://registry.yarnpkg.com/@tarojs/helper/-/helper-3.3.9.tgz#a9d8df1a66c8d67a91bfbf5315e8696703b44c6a"
integrity sha512-a2STnq9hn/NbvFFW4RuYdteez/YTQCvJKvcNbIrgw/tnMC48xuwa09oU9xAvxztEGreJJGslNcXqo+0rcjJtRQ==
dependencies:
"@babel/core" "^7.11.1"
"@babel/plugin-proposal-class-properties" "7.10.4"
"@babel/plugin-proposal-decorators" "7.10.5"
"@babel/plugin-proposal-object-rest-spread" "7.14.7"
"@babel/plugin-transform-runtime" "7.11.0"
"@babel/preset-env" "^7.11.0"
"@babel/preset-typescript" "7.12.17"
"@babel/register" "7.14.5"
"@babel/runtime" "^7.9.2"
"@tarojs/taro" "3.3.9"
chalk "3.0.0"
chokidar "3.3.1"
cross-spawn "7.0.3"
debug "4.1.1"
find-yarn-workspace-root "2.0.0"
fs-extra "8.1.0"
lodash "4.17.21"
resolve "1.15.1"
yauzl "2.10.0"

"@tarojs/mini-runner@3.3.10":
version "3.3.10"
resolved "https://registry.yarnpkg.com/@tarojs/mini-runner/-/mini-runner-3.3.10.tgz#0afa77eec2904edf9532a6e4451084876fb074e8"
Expand Down Expand Up @@ -5848,13 +5793,13 @@ babel-plugin-transform-object-rest-spread@^6.22.0:
babel-plugin-syntax-object-rest-spread "^6.8.0"
babel-runtime "^6.26.0"

babel-plugin-transform-react-jsx-to-rn-stylesheet@3.3.9:
version "3.3.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-jsx-to-rn-stylesheet/-/babel-plugin-transform-react-jsx-to-rn-stylesheet-3.3.9.tgz#e5a3d58bf0e367c17f310add6193ccf94dd1bc01"
integrity sha512-78CgMoAHMjtoZ3oDLGPNuYnWMyH0BNAlcakwVLtYDTMt+EImtKZM7ptVDvZO+BETgBdb5rbKt/6tHUy3iNprzg==
babel-plugin-transform-react-jsx-to-rn-stylesheet@3.3.10:
version "3.3.10"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-jsx-to-rn-stylesheet/-/babel-plugin-transform-react-jsx-to-rn-stylesheet-3.3.10.tgz#21203de0a9777f5c8d9c9ed99181cb9afd570b08"
integrity sha512-cscyXIGQvc43YRWIiyJqCJyIyy1br14PjiufLcjCmoSymlM9JbTfBoxOPe/EVHnqxOkwYO/9CtsImw5XdsepBw==
dependencies:
camelize "^1.0.0"
taro-css-to-react-native "3.3.9"
taro-css-to-react-native "3.3.10"

babel-plugin-transform-regenerator@^6.24.1:
version "6.26.0"
Expand All @@ -5876,10 +5821,10 @@ babel-plugin-transform-taroapi@1.3.15:
resolved "https://registry.yarnpkg.com/babel-plugin-transform-taroapi/-/babel-plugin-transform-taroapi-1.3.15.tgz#413de3cc47389387bbd36be292d8945d36caf52e"
integrity sha512-H+l2A1Y5NW41xlCWlBBSj4RCosNI/vCyPfdfJs/PwbrfsTBogq62Vy7HEg3bSCCDOSpvuDLbUvuopm6FK53gbg==

babel-plugin-transform-taroapi@3.3.9:
version "3.3.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-taroapi/-/babel-plugin-transform-taroapi-3.3.9.tgz#385f9149ced0765151abe61683b8c5f449682f19"
integrity sha512-jJ7AvtthlY7OrwgdXHg5Irh/djbHTFd0NM+uGRpplt6RUfM7YCdVu2/Fa/dbWZZac5e9jM5KqW2qgZfJSTziEg==
babel-plugin-transform-taroapi@3.3.10:
version "3.3.10"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-taroapi/-/babel-plugin-transform-taroapi-3.3.10.tgz#e62c5626f1c1806fbf7b55163bcdc82fb45c8619"
integrity sha512-ShBAAMrfmRDUeQRbyjRQ9pHCOPk4U+CLhs4vGJcJNSD+JlBxVtSGnRBb7HzqEERzKBrGheaFooLz99wPCMXpcQ==

babel-preset-es2015@6.24.1:
version "6.24.1"
Expand Down Expand Up @@ -5950,10 +5895,10 @@ babel-preset-stage-3@^6.24.1:
babel-plugin-transform-exponentiation-operator "^6.24.1"
babel-plugin-transform-object-rest-spread "^6.22.0"

babel-preset-taro@3.3.9:
version "3.3.9"
resolved "https://registry.yarnpkg.com/babel-preset-taro/-/babel-preset-taro-3.3.9.tgz#ed9718e6bcb706581cf60cffbcfb9015da9de7a3"
integrity sha512-Ypw80HZNhtqcIC6Msl+PACGciUM4U5XBcyOb8t1Tz0YdAujS311lU4D/MJ1jLeWSzmtqbk9laDbeujJD2GoFCQ==
babel-preset-taro@3.3.10:
version "3.3.10"
resolved "https://registry.yarnpkg.com/babel-preset-taro/-/babel-preset-taro-3.3.10.tgz#15cdad3aa5d76c83d3b9b15245bad53289516995"
integrity sha512-rAh5OK/no4Dg9z9GO0YuT2po2Bxbs52k3PlhN8yLKGHn1qRU6PIHOSpYq7tSfwqMcnVxA3R6QzQ/KdMLDF24+w==
dependencies:
"@babel/plugin-proposal-class-properties" "7.10.4"
"@babel/plugin-proposal-decorators" "7.10.5"
Expand All @@ -5964,18 +5909,18 @@ babel-preset-taro@3.3.9:
"@babel/preset-typescript" "7.12.17"
"@babel/runtime" "^7.11.2"
"@babel/runtime-corejs3" "^7.14.8"
"@tarojs/helper" "3.3.9"
"@tarojs/taro-h5" "3.3.9"
"@tarojs/helper" "3.3.10"
"@tarojs/taro-h5" "3.3.10"
"@vue/babel-plugin-jsx" "^1.0.6"
"@vue/babel-preset-jsx" "^1.2.4"
babel-plugin-dynamic-import-node "^2.3.3"
babel-plugin-global-define "^1.0.3"
babel-plugin-jsx-attributes-array-to-object "^0.3.0"
babel-plugin-transform-imports-api "^1.0.0"
babel-plugin-transform-react-jsx-to-rn-stylesheet "3.3.9"
babel-plugin-transform-taroapi "3.3.9"
babel-plugin-transform-react-jsx-to-rn-stylesheet "3.3.10"
babel-plugin-transform-taroapi "3.3.10"
core-js "^3.6.5"
metro-react-native-babel-preset "^0.64.0"
metro-react-native-babel-preset "^0.66.2"
react-refresh "0.9.0"

babel-register@^6.26.0, babel-register@^6.9.0:
Expand Down Expand Up @@ -12565,12 +12510,12 @@ methods@~1.1.2:
resolved "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=

metro-react-native-babel-preset@^0.64.0:
version "0.64.0"
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.64.0.tgz#76861408681dfda3c1d962eb31a8994918c976f8"
integrity sha512-HcZ0RWQRuJfpPiaHyFQJzcym+/dDIVUPwUAXWoub/C4GkGu+mPjp8vqK6g0FxokCnnI2TK0gZTza2IDfiNNscQ==
metro-react-native-babel-preset@^0.66.2:
version "0.66.2"
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.66.2.tgz#fddebcf413ad4ea617d4f47f7c1da401052de734"
integrity sha512-H/nLBAz0MgfDloSe1FjyH4EnbokHFdncyERvLPXDACY3ROVRCeUyFNo70ywRGXW2NMbrV4H7KUyU4zkfWhC2HQ==
dependencies:
"@babel/core" "^7.0.0"
"@babel/core" "^7.14.0"
"@babel/plugin-proposal-class-properties" "^7.0.0"
"@babel/plugin-proposal-export-default-from" "^7.0.0"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
Expand All @@ -12583,6 +12528,7 @@ metro-react-native-babel-preset@^0.64.0:
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
"@babel/plugin-transform-arrow-functions" "^7.0.0"
"@babel/plugin-transform-async-to-generator" "^7.0.0"
"@babel/plugin-transform-block-scoping" "^7.0.0"
"@babel/plugin-transform-classes" "^7.0.0"
"@babel/plugin-transform-computed-properties" "^7.0.0"
Expand Down Expand Up @@ -17112,10 +17058,10 @@ tar@^6.0.2:
mkdirp "^1.0.3"
yallist "^4.0.0"

taro-css-to-react-native@3.3.9:
version "3.3.9"
resolved "https://registry.yarnpkg.com/taro-css-to-react-native/-/taro-css-to-react-native-3.3.9.tgz#dc22aa87f6d8c7329986ff58eb372f1bfbc16e15"
integrity sha512-st5ckqU70Uma8vQSawZfchsPltFchGzu3T5xPxD/hrJriKKUi/Ka6P5S81Vm9n/1NuZIPz4xQLBKXfmTylHq6Q==
taro-css-to-react-native@3.3.10:
version "3.3.10"
resolved "https://registry.yarnpkg.com/taro-css-to-react-native/-/taro-css-to-react-native-3.3.10.tgz#a6af1debe7bdf30fe4f01fa82510a13391b4a522"
integrity sha512-sC5qNvaQH7YPzP8z80Wn3tp7F9Uda5CwXMBeSAD0EA8lFMK2WDAdgT20vptHjEmjLntlydIUBEc8LCzyoBHqkQ==
dependencies:
camelize "^1.0.0"
css "^2.2.4"
Expand Down

0 comments on commit c516e76

Please sign in to comment.