mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Merge pull request #301 from freqtrade/dependabot/npm_and_yarn/master/vue/cli-plugin-babel-4.5.12
Bump @vue/cli-plugin-babel from 4.5.11 to 4.5.12
This commit is contained in:
commit
aa8b28a8ba
|
@ -34,7 +34,7 @@
|
||||||
"@types/jest": "^26.0.21",
|
"@types/jest": "^26.0.21",
|
||||||
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
||||||
"@typescript-eslint/parser": "^4.18.0",
|
"@typescript-eslint/parser": "^4.18.0",
|
||||||
"@vue/cli-plugin-babel": "~4.5.11",
|
"@vue/cli-plugin-babel": "~4.5.12",
|
||||||
"@vue/cli-plugin-eslint": "~4.5.12",
|
"@vue/cli-plugin-eslint": "~4.5.12",
|
||||||
"@vue/cli-plugin-router": "^4.5.11",
|
"@vue/cli-plugin-router": "^4.5.11",
|
||||||
"@vue/cli-plugin-typescript": "~4.5.12",
|
"@vue/cli-plugin-typescript": "~4.5.12",
|
||||||
|
|
28
yarn.lock
28
yarn.lock
|
@ -1650,7 +1650,7 @@
|
||||||
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz#9b9c691cd06fc855221a2475c3cc831d774bc7dc"
|
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz#9b9c691cd06fc855221a2475c3cc831d774bc7dc"
|
||||||
integrity sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==
|
integrity sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==
|
||||||
|
|
||||||
"@vue/babel-plugin-jsx@^1.0.0-0":
|
"@vue/babel-plugin-jsx@^1.0.3":
|
||||||
version "1.0.3"
|
version "1.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.0.3.tgz#ad5ee86ebc9fc40900add9914534e223c719eace"
|
resolved "https://registry.yarnpkg.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.0.3.tgz#ad5ee86ebc9fc40900add9914534e223c719eace"
|
||||||
integrity sha512-+52ZQFmrM0yh61dQlgwQlfHZXmYbswbQEL25SOSt9QkjegAdfIGu87oELw0l8H6cuJYazZCiNjPR9eU++ZIbxg==
|
integrity sha512-+52ZQFmrM0yh61dQlgwQlfHZXmYbswbQEL25SOSt9QkjegAdfIGu87oELw0l8H6cuJYazZCiNjPR9eU++ZIbxg==
|
||||||
|
@ -1677,10 +1677,10 @@
|
||||||
lodash.kebabcase "^4.1.1"
|
lodash.kebabcase "^4.1.1"
|
||||||
svg-tags "^1.0.0"
|
svg-tags "^1.0.0"
|
||||||
|
|
||||||
"@vue/babel-preset-app@^4.5.11":
|
"@vue/babel-preset-app@^4.5.12":
|
||||||
version "4.5.11"
|
version "4.5.12"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-4.5.11.tgz#f677bc10472e418f71f61f10dde5a79976a215b8"
|
resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-4.5.12.tgz#c3a23cf33f6e5ea30536f13c0f9b1fc7e028b1c1"
|
||||||
integrity sha512-9VoFlm/9vhynKNGM+HA7qBsoQSUEnuG5i5kcFI9vTLLrh8A0fxrwUyVLLppO6T1sAZ6vrKdQFnEkjL+RkRAwWQ==
|
integrity sha512-8q67ORQ9O0Ms0nlqsXTVhaBefRBaLrzPxOewAZhdcO7onHwcO5/wRdWtHhZgfpCZlhY7NogkU16z3WnorSSkEA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.11.0"
|
"@babel/core" "^7.11.0"
|
||||||
"@babel/helper-compilation-targets" "^7.9.6"
|
"@babel/helper-compilation-targets" "^7.9.6"
|
||||||
|
@ -1692,14 +1692,14 @@
|
||||||
"@babel/plugin-transform-runtime" "^7.11.0"
|
"@babel/plugin-transform-runtime" "^7.11.0"
|
||||||
"@babel/preset-env" "^7.11.0"
|
"@babel/preset-env" "^7.11.0"
|
||||||
"@babel/runtime" "^7.11.0"
|
"@babel/runtime" "^7.11.0"
|
||||||
"@vue/babel-plugin-jsx" "^1.0.0-0"
|
"@vue/babel-plugin-jsx" "^1.0.3"
|
||||||
"@vue/babel-preset-jsx" "^1.1.2"
|
"@vue/babel-preset-jsx" "^1.2.4"
|
||||||
babel-plugin-dynamic-import-node "^2.3.3"
|
babel-plugin-dynamic-import-node "^2.3.3"
|
||||||
core-js "^3.6.5"
|
core-js "^3.6.5"
|
||||||
core-js-compat "^3.6.5"
|
core-js-compat "^3.6.5"
|
||||||
semver "^6.1.0"
|
semver "^6.1.0"
|
||||||
|
|
||||||
"@vue/babel-preset-jsx@^1.1.2":
|
"@vue/babel-preset-jsx@^1.2.4":
|
||||||
version "1.2.4"
|
version "1.2.4"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.2.4.tgz#92fea79db6f13b01e80d3a0099e2924bdcbe4e87"
|
resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.2.4.tgz#92fea79db6f13b01e80d3a0099e2924bdcbe4e87"
|
||||||
integrity sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w==
|
integrity sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w==
|
||||||
|
@ -1767,14 +1767,14 @@
|
||||||
resolved "https://registry.yarnpkg.com/@vue/cli-overlay/-/cli-overlay-4.5.12.tgz#d5ae353abb187672204197dcd077a4367d4d4a24"
|
resolved "https://registry.yarnpkg.com/@vue/cli-overlay/-/cli-overlay-4.5.12.tgz#d5ae353abb187672204197dcd077a4367d4d4a24"
|
||||||
integrity sha512-dCN0RzVpA8fp+MfjuVBROgM483MPObAb/je+APE/JhpCJyPQORYQEvNpmaorpN+9Cp6mrESVSzhh0qD4SFrlzg==
|
integrity sha512-dCN0RzVpA8fp+MfjuVBROgM483MPObAb/je+APE/JhpCJyPQORYQEvNpmaorpN+9Cp6mrESVSzhh0qD4SFrlzg==
|
||||||
|
|
||||||
"@vue/cli-plugin-babel@~4.5.11":
|
"@vue/cli-plugin-babel@~4.5.12":
|
||||||
version "4.5.11"
|
version "4.5.12"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.11.tgz#7c1db4ca2f911e2156e7d1cf774fe2ad0f7428eb"
|
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.12.tgz#c9737d4079485ce9be07c463c81e1e33886c6219"
|
||||||
integrity sha512-ogUMeO2waDtghIWwmuAzMJAnnPdmqRdJlwJDca9u6BK9jX1bxNThBSFS/MN2VmlYzulOnqH4zAC87jTWNg/czg==
|
integrity sha512-PhiNDhlGydsRR0F00OJqG/Q3Mz2G1ko8XqS7CJ0l1GVVGmklUEBy2dW/S8ntEgHpSkFa6h49PgYP3WE2OM3CEg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.11.0"
|
"@babel/core" "^7.11.0"
|
||||||
"@vue/babel-preset-app" "^4.5.11"
|
"@vue/babel-preset-app" "^4.5.12"
|
||||||
"@vue/cli-shared-utils" "^4.5.11"
|
"@vue/cli-shared-utils" "^4.5.12"
|
||||||
babel-loader "^8.1.0"
|
babel-loader "^8.1.0"
|
||||||
cache-loader "^4.1.0"
|
cache-loader "^4.1.0"
|
||||||
thread-loader "^2.1.3"
|
thread-loader "^2.1.3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user