Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit e2f2c90

Browse files
committed
chore(package): upgrade tauri
1 parent a820c72 commit e2f2c90

File tree

2 files changed

+66
-23
lines changed

2 files changed

+66
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pretest": "rimraf __tests__/temp_projects/*"
1212
},
1313
"dependencies": {
14-
"@tauri-apps/cli": "1.0.0-beta.2",
14+
"@tauri-apps/cli": "1.0.0-beta.3",
1515
"@vue/cli-shared-utils": "^4.1.1",
1616
"execa": "^3.4.0"
1717
},

yarn.lock

Lines changed: 65 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,10 +1678,10 @@
16781678
dependencies:
16791679
defer-to-connect "^2.0.0"
16801680

1681-
"@tauri-apps/cli@1.0.0-beta.2":
1682-
version "1.0.0-beta.2"
1683-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli/-/cli-1.0.0-beta.2.tgz#2ae81c1dd87df7fb2cb6d80ce769a5f9566d0153"
1684-
integrity sha512-NuzllXugvNSXhzxQx2PjFC/V20gPuDupRtX41xh4CP9Sh20I7f4vI9EnFOacO06rGMVfGgQI0ZXRRcL5pIineA==
1681+
"@tauri-apps/cli@1.0.0-beta.3":
1682+
version "1.0.0-beta.3"
1683+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli/-/cli-1.0.0-beta.3.tgz#cede848e26122c8ee607749d84269fcc8d3c2ee1"
1684+
integrity sha512-Z6XAYAgwTuVjEl+gV8Q9t/5Q0Bup4zAU98Y7Mf/5TkIk5gcl31JbvQjskZ1dBxH92817cobbyNmKjsbSaVJXgg==
16851685
dependencies:
16861686
"@tauri-apps/toml" "2.2.4"
16871687
chalk "4.1.1"
@@ -1692,14 +1692,14 @@
16921692
imagemin "8.0.0"
16931693
imagemin-optipng "8.0.0"
16941694
imagemin-zopfli "7.0.0"
1695-
inquirer "8.0.0"
1695+
inquirer "8.1.1"
16961696
is-png "3.0.0"
16971697
minimist "1.2.5"
16981698
ms "2.1.3"
16991699
png2icons "2.0.1"
17001700
read-chunk "3.2.0"
17011701
semver "7.3.5"
1702-
sharp "0.28.2"
1702+
sharp "0.28.3"
17031703
update-notifier "5.1.0"
17041704

17051705
"@tauri-apps/toml@2.2.4":
@@ -3477,6 +3477,15 @@ bl@^4.0.3:
34773477
inherits "^2.0.4"
34783478
readable-stream "^3.4.0"
34793479

3480+
bl@^4.1.0:
3481+
version "4.1.0"
3482+
resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
3483+
integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
3484+
dependencies:
3485+
buffer "^5.5.0"
3486+
inherits "^2.0.4"
3487+
readable-stream "^3.4.0"
3488+
34803489
bluebird@^3.1.1, bluebird@^3.5.5:
34813490
version "3.7.2"
34823491
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
@@ -3983,7 +3992,7 @@ caw@^2.0.0, caw@^2.0.1:
39833992
tunnel-agent "^0.6.0"
39843993
url-to-options "^1.0.1"
39853994

3986-
chalk@4.1.1, chalk@^4.0.0, chalk@^4.1.0:
3995+
chalk@4.1.1, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
39873996
version "4.1.1"
39883997
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
39893998
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
@@ -4139,7 +4148,7 @@ cli-highlight@^2.1.4:
41394148
parse5-htmlparser2-tree-adapter "^6.0.0"
41404149
yargs "^16.0.0"
41414150

4142-
cli-spinners@^2.0.0:
4151+
cli-spinners@^2.0.0, cli-spinners@^2.5.0:
41434152
version "2.6.0"
41444153
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.0.tgz#36c7dc98fb6a9a76bd6238ec3f77e2425627e939"
41454154
integrity sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==
@@ -7215,19 +7224,20 @@ ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
72157224
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
72167225
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
72177226

7218-
inquirer@8.0.0:
7219-
version "8.0.0"
7220-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.0.0.tgz#957a46db1abcf0fdd2ab82deb7470e90afc7d0ac"
7221-
integrity sha512-ON8pEJPPCdyjxj+cxsYRe6XfCJepTxANdNnTebsTuQgXpRyZRRT9t4dJwjRubgmvn20CLSEnozRUayXyM9VTXA==
7227+
inquirer@8.1.1:
7228+
version "8.1.1"
7229+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.1.1.tgz#7c53d94c6d03011c7bb2a947f0dca3b98246c26a"
7230+
integrity sha512-hUDjc3vBkh/uk1gPfMAD/7Z188Q8cvTGl0nxwaCdwSbzFh6ZKkZh+s2ozVxbE5G9ZNRyeY0+lgbAIOUFsFf98w==
72227231
dependencies:
72237232
ansi-escapes "^4.2.1"
7224-
chalk "^4.1.0"
7233+
chalk "^4.1.1"
72257234
cli-cursor "^3.1.0"
72267235
cli-width "^3.0.0"
72277236
external-editor "^3.0.3"
72287237
figures "^3.0.0"
72297238
lodash "^4.17.21"
72307239
mute-stream "0.0.8"
7240+
ora "^5.3.0"
72317241
run-async "^2.4.0"
72327242
rxjs "^6.6.6"
72337243
string-width "^4.1.0"
@@ -7522,6 +7532,11 @@ is-installed-globally@^0.4.0:
75227532
global-dirs "^3.0.0"
75237533
is-path-inside "^3.0.2"
75247534

7535+
is-interactive@^1.0.0:
7536+
version "1.0.0"
7537+
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
7538+
integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
7539+
75257540
is-natural-number@^4.0.1:
75267541
version "4.0.1"
75277542
resolved "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8"
@@ -7687,6 +7702,11 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
76877702
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
76887703
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
76897704

7705+
is-unicode-supported@^0.1.0:
7706+
version "0.1.0"
7707+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
7708+
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
7709+
76907710
is-utf8@^0.2.0:
76917711
version "0.2.1"
76927712
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
@@ -8653,6 +8673,14 @@ log-symbols@^2.2.0:
86538673
dependencies:
86548674
chalk "^2.0.1"
86558675

8676+
log-symbols@^4.1.0:
8677+
version "4.1.0"
8678+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
8679+
integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
8680+
dependencies:
8681+
chalk "^4.1.0"
8682+
is-unicode-supported "^0.1.0"
8683+
86568684
logalot@^2.0.0, logalot@^2.1.0:
86578685
version "2.1.0"
86588686
resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552"
@@ -9251,10 +9279,10 @@ node-abi@^2.21.0:
92519279
dependencies:
92529280
semver "^5.4.1"
92539281

9254-
node-addon-api@^3.1.0:
9255-
version "3.1.0"
9256-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.1.0.tgz#98b21931557466c6729e51cb77cd39c965f42239"
9257-
integrity sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw==
9282+
node-addon-api@^3.2.0:
9283+
version "3.2.1"
9284+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161"
9285+
integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==
92589286

92599287
node-dir@^0.1.17:
92609288
version "0.1.17"
@@ -9647,6 +9675,21 @@ ora@^3.4.0:
96479675
strip-ansi "^5.2.0"
96489676
wcwidth "^1.0.1"
96499677

9678+
ora@^5.3.0:
9679+
version "5.4.1"
9680+
resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
9681+
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
9682+
dependencies:
9683+
bl "^4.1.0"
9684+
chalk "^4.1.0"
9685+
cli-cursor "^3.1.0"
9686+
cli-spinners "^2.5.0"
9687+
is-interactive "^1.0.0"
9688+
is-unicode-supported "^0.1.0"
9689+
log-symbols "^4.1.0"
9690+
strip-ansi "^6.0.0"
9691+
wcwidth "^1.0.1"
9692+
96509693
original@^1.0.0:
96519694
version "1.0.2"
96529695
resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f"
@@ -11538,14 +11581,14 @@ shallow-clone@^3.0.0:
1153811581
dependencies:
1153911582
kind-of "^6.0.2"
1154011583

11541-
sharp@0.28.2:
11542-
version "0.28.2"
11543-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.28.2.tgz#31c6ebdf8ddb9b4ca3e30179e3f4a73f0c7474e4"
11544-
integrity sha512-CdmySbsQVe/+ZM2j9zzvUfWumM0L0iHj1kpxJMFuyWvSuBULebvGCdOLb1f5vbbBrIGroX714Fx1wiWaKniz4A==
11584+
sharp@0.28.3:
11585+
version "0.28.3"
11586+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.28.3.tgz#ecd74cefd020bee4891bb137c9850ee2ce277a8b"
11587+
integrity sha512-21GEP45Rmr7q2qcmdnjDkNP04Ooh5v0laGS5FDpojOO84D1DJwUijLiSq8XNNM6e8aGXYtoYRh3sVNdm8NodMA==
1154511588
dependencies:
1154611589
color "^3.1.3"
1154711590
detect-libc "^1.0.3"
11548-
node-addon-api "^3.1.0"
11591+
node-addon-api "^3.2.0"
1154911592
prebuild-install "^6.1.2"
1155011593
semver "^7.3.5"
1155111594
simple-get "^3.1.0"

0 commit comments

Comments
 (0)