mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 19:44:39 +03:00
chore(deps) Update create-tauri-app (#2718)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
b2b99aea0e
commit
97344c1b07
@ -39,7 +39,7 @@
|
||||
"scaffe": "1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@effection/process": "2.0.0-beta.17",
|
||||
"@effection/process": "2.0.0-beta.21",
|
||||
"@rollup/plugin-commonjs": "21.0.0",
|
||||
"@rollup/plugin-node-resolve": "13.0.5",
|
||||
"@rollup/plugin-typescript": "8.2.5",
|
||||
@ -47,9 +47,9 @@
|
||||
"@types/inquirer": "8.1.3",
|
||||
"@types/minimist": "1.2.2",
|
||||
"@types/semver": "7.3.8",
|
||||
"@typescript-eslint/eslint-plugin": "4.32.0",
|
||||
"@typescript-eslint/parser": "4.32.0",
|
||||
"effection": "2.0.0-beta.18",
|
||||
"@typescript-eslint/eslint-plugin": "4.33.0",
|
||||
"@typescript-eslint/parser": "4.33.0",
|
||||
"effection": "2.0.0-beta.22",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-config-standard-with-typescript": "21.0.1",
|
||||
@ -59,7 +59,7 @@
|
||||
"eslint-plugin-promise": "5.1.0",
|
||||
"eslint-plugin-security": "1.4.0",
|
||||
"prettier": "2.4.1",
|
||||
"rollup": "2.57.0",
|
||||
"rollup": "2.58.0",
|
||||
"temp-dir": "2.0.0",
|
||||
"tslib": "2.3.1",
|
||||
"typescript": "4.4.3"
|
||||
|
@ -23,73 +23,73 @@
|
||||
chalk "^2.0.0"
|
||||
js-tokens "^4.0.0"
|
||||
|
||||
"@effection/channel@2.0.0-beta.17":
|
||||
"@effection/channel@2.0.0-beta.21":
|
||||
version "2.0.0-beta.21"
|
||||
resolved "https://registry.yarnpkg.com/@effection/channel/-/channel-2.0.0-beta.21.tgz#05e1dc7ad99ac9ec3285fdde593365a880a115dc"
|
||||
integrity sha512-kAS0TYbotru+lZMP/tpq+cTCRCNLYkNhFm+W/rfNQAXY0uBfwmMfeOKNTt3YtDotk43jUkHpU8/AfsWN7nqP4w==
|
||||
dependencies:
|
||||
"@effection/core" "2.0.0-beta.17"
|
||||
"@effection/events" "2.0.0-beta.21"
|
||||
"@effection/stream" "2.0.0-beta.6"
|
||||
|
||||
"@effection/core@2.0.0-beta.17":
|
||||
version "2.0.0-beta.17"
|
||||
resolved "https://registry.yarnpkg.com/@effection/channel/-/channel-2.0.0-beta.17.tgz#d6d8f90666d89b74379aa9bdbf211c68b15d48c6"
|
||||
integrity sha512-4k4XMscja9rauPgwIM+Ib+qRLWKevuzIcWOJnGbB3cJSOiV7vY2oPSLFj5diiF5qh+OeNoR+BHRD7S7qdS8gEA==
|
||||
dependencies:
|
||||
"@effection/core" "2.0.0-beta.15"
|
||||
"@effection/events" "2.0.0-beta.17"
|
||||
"@effection/stream" "2.0.0-beta.2"
|
||||
resolved "https://registry.yarnpkg.com/@effection/core/-/core-2.0.0-beta.17.tgz#b2e1d2147dac0b3a40b8c480d4754a84fb15e9d1"
|
||||
integrity sha512-vgbPCZgoYu6ds3/+9Bdy7G7j9jGjhy5ZMzDyLdRE1nisb5lBiNdpsZtpewCKMwPxLlWJJ+ttuPUPHfUdcERAcA==
|
||||
|
||||
"@effection/core@2.0.0-beta.15":
|
||||
version "2.0.0-beta.15"
|
||||
resolved "https://registry.yarnpkg.com/@effection/core/-/core-2.0.0-beta.15.tgz#71ff0543c415b7410a8fe94e9bc471a86a906d42"
|
||||
integrity sha512-UUOlqzGmjJuXSoGg3bJ7/78klQW0TfljoxuUs4AH4MGbXmK9O5dJeSVfPEi3xoG4vuWz1/z5bke4LrEl3XfuyQ==
|
||||
|
||||
"@effection/events@2.0.0-beta.17":
|
||||
version "2.0.0-beta.17"
|
||||
resolved "https://registry.yarnpkg.com/@effection/events/-/events-2.0.0-beta.17.tgz#33975329747a09f6ad81c0e22f9427049ef2af1d"
|
||||
integrity sha512-CfVuuoUt5pr+1SJ4LRameZ1CoanO5eUkfcMZhrwa38TSu6cjQ3vY1CzM84rqMjk8yviTQ1B3Ah+JQS20DDNsHg==
|
||||
"@effection/events@2.0.0-beta.21":
|
||||
version "2.0.0-beta.21"
|
||||
resolved "https://registry.yarnpkg.com/@effection/events/-/events-2.0.0-beta.21.tgz#6cc649306bcb23687242c2808ef1afa196cf726c"
|
||||
integrity sha512-tgQGEprsyB61SeQEa05ySIa75YzvIat7ImHX2cuzTZ0PbdI93rLW/MuWeZqqhCD9oNN1lgdgyyPiaNhogpddkQ==
|
||||
dependencies:
|
||||
"@effection/core" "2.0.0-beta.15"
|
||||
"@effection/stream" "2.0.0-beta.2"
|
||||
"@effection/core" "2.0.0-beta.17"
|
||||
"@effection/stream" "2.0.0-beta.6"
|
||||
|
||||
"@effection/fetch@2.0.0-beta.18":
|
||||
version "2.0.0-beta.18"
|
||||
resolved "https://registry.yarnpkg.com/@effection/fetch/-/fetch-2.0.0-beta.18.tgz#e7b5c939d1a82b13b7bf475c0b37e2ddef8d1783"
|
||||
integrity sha512-3aZZaWeiacqhMjPfnsa8c8E6GFTJabEau9DPC2pcC0itrfVKC3mvIXc788Ez8UP5xv11ut46Mrmk4eZfBC2HIg==
|
||||
"@effection/fetch@2.0.0-beta.20":
|
||||
version "2.0.0-beta.20"
|
||||
resolved "https://registry.yarnpkg.com/@effection/fetch/-/fetch-2.0.0-beta.20.tgz#904d9012821601dbaff502c9252503c5764e34a7"
|
||||
integrity sha512-m+dP9wGzD4CCctxO/6JnzUxYAqnej+rFYQ+v56iB4SA8bCew96C+voQdVtqUsEphxYxXFsT+DQwIeAG9tBDfPg==
|
||||
dependencies:
|
||||
"@effection/core" "2.0.0-beta.15"
|
||||
"@effection/core" "2.0.0-beta.17"
|
||||
abort-controller "^3.0.0"
|
||||
cross-fetch "^3.0.4"
|
||||
node-fetch "^2.6.1"
|
||||
|
||||
"@effection/main@2.0.0-beta.17":
|
||||
version "2.0.0-beta.17"
|
||||
resolved "https://registry.yarnpkg.com/@effection/main/-/main-2.0.0-beta.17.tgz#e78f5d954647ed854577a0842550149a35b91410"
|
||||
integrity sha512-ZZkzwbVpQjdu+UZ+OwGW7n9+M4NqhdwDUDicXq891zRP/WpE056LnfW3fVFrhv/GhgQaBMS83A9HsSf66bWOmw==
|
||||
"@effection/main@2.0.0-beta.19":
|
||||
version "2.0.0-beta.19"
|
||||
resolved "https://registry.yarnpkg.com/@effection/main/-/main-2.0.0-beta.19.tgz#86caa871457aefdafc7b82c1ad7008940b290f28"
|
||||
integrity sha512-k0djKyDmPZmEzxGML1XIdJy1q4ku+Y/SivoqPy5aTeMrb8kCNN7tSAWveLi3JzeVryl13AJhRtlWDC8ALnaWCw==
|
||||
dependencies:
|
||||
"@effection/core" "2.0.0-beta.15"
|
||||
"@effection/core" "2.0.0-beta.17"
|
||||
chalk "^4.1.2"
|
||||
stacktrace-parser "^0.1.10"
|
||||
|
||||
"@effection/process@2.0.0-beta.17":
|
||||
version "2.0.0-beta.17"
|
||||
resolved "https://registry.yarnpkg.com/@effection/process/-/process-2.0.0-beta.17.tgz#691cfdd4d2e7a6af93cd02cbbe531ff5b02b1ed6"
|
||||
integrity sha512-+TwaLIbIp+wmhrLoyPSpgfSRKnPrzk7mH5dC7zhzolTmULxThWawg1IIzcvNOftntN+Gr9kXLeg+H5cgMtofKA==
|
||||
"@effection/process@2.0.0-beta.21":
|
||||
version "2.0.0-beta.21"
|
||||
resolved "https://registry.yarnpkg.com/@effection/process/-/process-2.0.0-beta.21.tgz#9da766c63ab39c9344dbb19d0ebb4a13f89dd6cd"
|
||||
integrity sha512-SaZCG4cnIs8Rg6tLxw9KBGwSmcYug7OkPAHHjuMUlWRRkno2yfrQsPaVBZH9Wh2bgBJUoRt2H2+BY2VLLTL3nw==
|
||||
dependencies:
|
||||
"@effection/core" "2.0.0-beta.15"
|
||||
"@effection/events" "2.0.0-beta.17"
|
||||
"@effection/stream" "2.0.0-beta.2"
|
||||
"@effection/core" "2.0.0-beta.17"
|
||||
"@effection/events" "2.0.0-beta.21"
|
||||
"@effection/stream" "2.0.0-beta.6"
|
||||
cross-spawn "^7.0.3"
|
||||
ctrlc-windows "^2.0.0"
|
||||
shellwords "^0.1.1"
|
||||
|
||||
"@effection/stream@2.0.0-beta.2":
|
||||
version "2.0.0-beta.2"
|
||||
resolved "https://registry.yarnpkg.com/@effection/stream/-/stream-2.0.0-beta.2.tgz#03922d554b1833ff78a46db5168da2efc975109e"
|
||||
integrity sha512-ufFVJK96KSfwVVkfDtTiNvgqOHXE1BQvjfK0uzKxN0ruCJrIXKCXFxJLx58HH3tlVIjfh+vXPPsCyXcpUXIjAQ==
|
||||
"@effection/stream@2.0.0-beta.6":
|
||||
version "2.0.0-beta.6"
|
||||
resolved "https://registry.yarnpkg.com/@effection/stream/-/stream-2.0.0-beta.6.tgz#5e72cefcb403ba2d3f53650e1147128429afdb03"
|
||||
integrity sha512-8P1wOVPqrJdAimja5GpUrf7f4qW2kjDGYN+8TDDZcBgK1KzMufzI6W1GHld9RnSNB62m2ziOxCPNmCwk0QbdCA==
|
||||
dependencies:
|
||||
"@effection/core" "2.0.0-beta.15"
|
||||
"@effection/subscription" "2.0.0-beta.17"
|
||||
"@effection/core" "2.0.0-beta.17"
|
||||
"@effection/subscription" "2.0.0-beta.19"
|
||||
|
||||
"@effection/subscription@2.0.0-beta.17":
|
||||
version "2.0.0-beta.17"
|
||||
resolved "https://registry.yarnpkg.com/@effection/subscription/-/subscription-2.0.0-beta.17.tgz#45947bb6cba8ad7f1caabd937533ef5aaff31b64"
|
||||
integrity sha512-20FZT0jb4BG9cibzhuJO5BJ4d/h0/PcpWJRS5Da1djfMVxP4ZgbkhIebsddVf1Gu1JVc9hTGMIUiRDx4mx8QJA==
|
||||
"@effection/subscription@2.0.0-beta.19":
|
||||
version "2.0.0-beta.19"
|
||||
resolved "https://registry.yarnpkg.com/@effection/subscription/-/subscription-2.0.0-beta.19.tgz#41aa206a58bff9306bc744306c35d42434723b64"
|
||||
integrity sha512-jcUObcf8uumowpaK0Lkc9ZtVYaQpMBZIl3NEXzIhop51Jez0YTy3UlIaDLcR5xMM7FY+TxWH2AeVp0c9Ec4mpQ==
|
||||
dependencies:
|
||||
"@effection/core" "2.0.0-beta.15"
|
||||
"@effection/core" "2.0.0-beta.17"
|
||||
|
||||
"@eslint/eslintrc@^0.4.3":
|
||||
version "0.4.3"
|
||||
@ -262,13 +262,13 @@
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@typescript-eslint/eslint-plugin@4.32.0":
|
||||
version "4.32.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.32.0.tgz#46d2370ae9311092f2a6f7246d28357daf2d4e89"
|
||||
integrity sha512-+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA==
|
||||
"@typescript-eslint/eslint-plugin@4.33.0":
|
||||
version "4.33.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
|
||||
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
|
||||
dependencies:
|
||||
"@typescript-eslint/experimental-utils" "4.32.0"
|
||||
"@typescript-eslint/scope-manager" "4.32.0"
|
||||
"@typescript-eslint/experimental-utils" "4.33.0"
|
||||
"@typescript-eslint/scope-manager" "4.33.0"
|
||||
debug "^4.3.1"
|
||||
functional-red-black-tree "^1.0.1"
|
||||
ignore "^5.1.8"
|
||||
@ -276,26 +276,26 @@
|
||||
semver "^7.3.5"
|
||||
tsutils "^3.21.0"
|
||||
|
||||
"@typescript-eslint/experimental-utils@4.32.0":
|
||||
version "4.32.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.32.0.tgz#53a8267d16ca5a79134739129871966c56a59dc4"
|
||||
integrity sha512-WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A==
|
||||
"@typescript-eslint/experimental-utils@4.33.0":
|
||||
version "4.33.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
|
||||
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
|
||||
dependencies:
|
||||
"@types/json-schema" "^7.0.7"
|
||||
"@typescript-eslint/scope-manager" "4.32.0"
|
||||
"@typescript-eslint/types" "4.32.0"
|
||||
"@typescript-eslint/typescript-estree" "4.32.0"
|
||||
"@typescript-eslint/scope-manager" "4.33.0"
|
||||
"@typescript-eslint/types" "4.33.0"
|
||||
"@typescript-eslint/typescript-estree" "4.33.0"
|
||||
eslint-scope "^5.1.1"
|
||||
eslint-utils "^3.0.0"
|
||||
|
||||
"@typescript-eslint/parser@4.32.0":
|
||||
version "4.32.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.32.0.tgz#751ecca0e2fecd3d44484a9b3049ffc1871616e5"
|
||||
integrity sha512-lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w==
|
||||
"@typescript-eslint/parser@4.33.0":
|
||||
version "4.33.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
|
||||
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager" "4.32.0"
|
||||
"@typescript-eslint/types" "4.32.0"
|
||||
"@typescript-eslint/typescript-estree" "4.32.0"
|
||||
"@typescript-eslint/scope-manager" "4.33.0"
|
||||
"@typescript-eslint/types" "4.33.0"
|
||||
"@typescript-eslint/typescript-estree" "4.33.0"
|
||||
debug "^4.3.1"
|
||||
|
||||
"@typescript-eslint/parser@^4.0.0":
|
||||
@ -316,23 +316,23 @@
|
||||
"@typescript-eslint/types" "4.29.1"
|
||||
"@typescript-eslint/visitor-keys" "4.29.1"
|
||||
|
||||
"@typescript-eslint/scope-manager@4.32.0":
|
||||
version "4.32.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.32.0.tgz#e03c8668f8b954072b3f944d5b799c0c9225a7d5"
|
||||
integrity sha512-DK+fMSHdM216C0OM/KR1lHXjP1CNtVIhJ54kQxfOE6x8UGFAjha8cXgDMBEIYS2XCYjjCtvTkjQYwL3uvGOo0w==
|
||||
"@typescript-eslint/scope-manager@4.33.0":
|
||||
version "4.33.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
|
||||
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "4.32.0"
|
||||
"@typescript-eslint/visitor-keys" "4.32.0"
|
||||
"@typescript-eslint/types" "4.33.0"
|
||||
"@typescript-eslint/visitor-keys" "4.33.0"
|
||||
|
||||
"@typescript-eslint/types@4.29.1":
|
||||
version "4.29.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"
|
||||
integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA==
|
||||
|
||||
"@typescript-eslint/types@4.32.0":
|
||||
version "4.32.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.32.0.tgz#52c633c18da47aee09449144bf59565ab36df00d"
|
||||
integrity sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w==
|
||||
"@typescript-eslint/types@4.33.0":
|
||||
version "4.33.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
|
||||
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
|
||||
|
||||
"@typescript-eslint/typescript-estree@4.29.1":
|
||||
version "4.29.1"
|
||||
@ -347,13 +347,13 @@
|
||||
semver "^7.3.5"
|
||||
tsutils "^3.21.0"
|
||||
|
||||
"@typescript-eslint/typescript-estree@4.32.0":
|
||||
version "4.32.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz#db00ccc41ccedc8d7367ea3f50c6994b8efa9f3b"
|
||||
integrity sha512-tRYCgJ3g1UjMw1cGG8Yn1KzOzNlQ6u1h9AmEtPhb5V5a1TmiHWcRyF/Ic+91M4f43QeChyYlVTcf3DvDTZR9vw==
|
||||
"@typescript-eslint/typescript-estree@4.33.0":
|
||||
version "4.33.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
|
||||
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "4.32.0"
|
||||
"@typescript-eslint/visitor-keys" "4.32.0"
|
||||
"@typescript-eslint/types" "4.33.0"
|
||||
"@typescript-eslint/visitor-keys" "4.33.0"
|
||||
debug "^4.3.1"
|
||||
globby "^11.0.3"
|
||||
is-glob "^4.0.1"
|
||||
@ -368,12 +368,12 @@
|
||||
"@typescript-eslint/types" "4.29.1"
|
||||
eslint-visitor-keys "^2.0.0"
|
||||
|
||||
"@typescript-eslint/visitor-keys@4.32.0":
|
||||
version "4.32.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz#455ba8b51242f2722a497ffae29313f33b14cb7f"
|
||||
integrity sha512-e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw==
|
||||
"@typescript-eslint/visitor-keys@4.33.0":
|
||||
version "4.33.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
|
||||
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "4.32.0"
|
||||
"@typescript-eslint/types" "4.33.0"
|
||||
eslint-visitor-keys "^2.0.0"
|
||||
|
||||
abbrev@1:
|
||||
@ -826,18 +826,18 @@ doctrine@^3.0.0:
|
||||
dependencies:
|
||||
esutils "^2.0.2"
|
||||
|
||||
effection@2.0.0-beta.18:
|
||||
version "2.0.0-beta.18"
|
||||
resolved "https://registry.yarnpkg.com/effection/-/effection-2.0.0-beta.18.tgz#6d34e0bdf4e2381795c9abf2b10c02bc343a3716"
|
||||
integrity sha512-aiC57ek5V36rKItEp58tY41N7mHn0bp5jDRTfrKBaAdtbO8cyeyjBniI3uWLywOl5V5Pobk3Wf8Ml+9FPRTvOA==
|
||||
effection@2.0.0-beta.22:
|
||||
version "2.0.0-beta.22"
|
||||
resolved "https://registry.yarnpkg.com/effection/-/effection-2.0.0-beta.22.tgz#ee02e260b67c37788a0fb7aa279f4ce5627ec085"
|
||||
integrity sha512-/6qc8ZTjiNJhTYGvNaqqpvpWQ28vlR1f3FQ1yCl7KVX3he/ZbfU6h9mO+FrJxWauYOIFXuksulImpQttQZbDbg==
|
||||
dependencies:
|
||||
"@effection/channel" "2.0.0-beta.17"
|
||||
"@effection/core" "2.0.0-beta.15"
|
||||
"@effection/events" "2.0.0-beta.17"
|
||||
"@effection/fetch" "2.0.0-beta.18"
|
||||
"@effection/main" "2.0.0-beta.17"
|
||||
"@effection/stream" "2.0.0-beta.2"
|
||||
"@effection/subscription" "2.0.0-beta.17"
|
||||
"@effection/channel" "2.0.0-beta.21"
|
||||
"@effection/core" "2.0.0-beta.17"
|
||||
"@effection/events" "2.0.0-beta.21"
|
||||
"@effection/fetch" "2.0.0-beta.20"
|
||||
"@effection/main" "2.0.0-beta.19"
|
||||
"@effection/stream" "2.0.0-beta.6"
|
||||
"@effection/subscription" "2.0.0-beta.19"
|
||||
|
||||
ejs@^3.1.5:
|
||||
version "3.1.6"
|
||||
@ -2255,10 +2255,10 @@ rimraf@^3.0.2:
|
||||
dependencies:
|
||||
glob "^7.1.3"
|
||||
|
||||
rollup@2.57.0:
|
||||
version "2.57.0"
|
||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.57.0.tgz#c1694475eb22e1022477c0f4635fd0ac80713173"
|
||||
integrity sha512-bKQIh1rWKofRee6mv8SrF2HdP6pea5QkwBZSMImJysFj39gQuiV8MEPBjXOCpzk3wSYp63M2v2wkWBmFC8O/rg==
|
||||
rollup@2.58.0:
|
||||
version "2.58.0"
|
||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.58.0.tgz#a643983365e7bf7f5b7c62a8331b983b7c4c67fb"
|
||||
integrity sha512-NOXpusKnaRpbS7ZVSzcEXqxcLDOagN6iFS8p45RkoiMqPHDLwJm758UF05KlMoCRbLBTZsPOIa887gZJ1AiXvw==
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user