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

Commit d1415ac

Browse files
committed
chore(package): upgrade tauri
1 parent a94c5e0 commit d1415ac

File tree

3 files changed

+63
-31
lines changed

3 files changed

+63
-31
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ module.exports = (api, options) => {
8484

8585
build({
8686
build: {
87-
// Has to be a string, value doesn't matter
88-
devPath: '',
87+
// Has to be a non-empty string, value doesn't matter
88+
devPath: ' ',
8989
distDir: '../dist_tauri/bundled'
9090
},
9191
ctx: { debug: args.debug }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@vue/cli-shared-utils": "^4.1.1",
1515
"execa": "^3.4.0",
16-
"tauri": "^0.5.1"
16+
"tauri": "^0.6.2"
1717
},
1818
"devDependencies": {
1919
"@vue/cli": "^4.1.1",

yarn.lock

Lines changed: 60 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3859,10 +3859,10 @@ chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.
38593859
escape-string-regexp "^1.0.5"
38603860
supports-color "^5.3.0"
38613861

3862-
chalk@3.0.0, chalk@^3.0.0:
3863-
version "3.0.0"
3864-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3865-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3862+
chalk@4.0.0:
3863+
version "4.0.0"
3864+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
3865+
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
38663866
dependencies:
38673867
ansi-styles "^4.1.0"
38683868
supports-color "^7.1.0"
@@ -3878,6 +3878,14 @@ chalk@^1.0.0, chalk@^1.1.3:
38783878
strip-ansi "^3.0.0"
38793879
supports-color "^2.0.0"
38803880

3881+
chalk@^3.0.0:
3882+
version "3.0.0"
3883+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3884+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3885+
dependencies:
3886+
ansi-styles "^4.1.0"
3887+
supports-color "^7.1.0"
3888+
38813889
change-case@^3.0.1:
38823890
version "3.1.0"
38833891
resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.1.0.tgz#0e611b7edc9952df2e8513b27b42de72647dd17e"
@@ -3951,18 +3959,18 @@ cheerio@^1.0.0-rc.2:
39513959
lodash "^4.15.0"
39523960
parse5 "^3.0.1"
39533961

3954-
chokidar@3.3.1:
3955-
version "3.3.1"
3956-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.1.tgz#c84e5b3d18d9a4d77558fef466b1bf16bbeb3450"
3957-
integrity sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==
3962+
chokidar@3.4.0:
3963+
version "3.4.0"
3964+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8"
3965+
integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==
39583966
dependencies:
39593967
anymatch "~3.1.1"
39603968
braces "~3.0.2"
39613969
glob-parent "~5.1.0"
39623970
is-binary-path "~2.1.0"
39633971
is-glob "~4.0.1"
39643972
normalize-path "~3.0.0"
3965-
readdirp "~3.3.0"
3973+
readdirp "~3.4.0"
39663974
optionalDependencies:
39673975
fsevents "~2.1.2"
39683976

@@ -4649,10 +4657,10 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
46494657
safe-buffer "^5.0.1"
46504658
sha.js "^2.4.8"
46514659

4652-
cross-spawn@7.0.1, cross-spawn@^7.0.0:
4653-
version "7.0.1"
4654-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
4655-
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
4660+
cross-spawn@7.0.2:
4661+
version "7.0.2"
4662+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.2.tgz#d0d7dcfa74e89115c7619f4f721a94e1fdb716d6"
4663+
integrity sha512-PD6G8QG3S4FK/XCGFbEQrDqO2AnMMsy0meR7lerlIOHAAbkuavGU/pOqprrlvfTNjvowivTeBsjebAL0NSoMxw==
46564664
dependencies:
46574665
path-key "^3.1.0"
46584666
shebang-command "^2.0.0"
@@ -4678,6 +4686,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
46784686
shebang-command "^1.2.0"
46794687
which "^1.2.9"
46804688

4689+
cross-spawn@^7.0.0:
4690+
version "7.0.1"
4691+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
4692+
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
4693+
dependencies:
4694+
path-key "^3.1.0"
4695+
shebang-command "^2.0.0"
4696+
which "^2.0.1"
4697+
46814698
crypto-browserify@^3.11.0:
46824699
version "3.12.0"
46834700
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -7258,6 +7275,15 @@ http-proxy@^1.17.0:
72587275
follow-redirects "^1.0.0"
72597276
requires-port "^1.0.0"
72607277

7278+
http-proxy@^1.18.0:
7279+
version "1.18.1"
7280+
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
7281+
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
7282+
dependencies:
7283+
eventemitter3 "^4.0.0"
7284+
follow-redirects "^1.0.0"
7285+
requires-port "^1.0.0"
7286+
72617287
http-signature@~1.2.0:
72627288
version "1.2.0"
72637289
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
@@ -7996,7 +8022,12 @@ isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
79968022
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
79978023
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
79988024

7999-
isbinaryfile@4.0.5, isbinaryfile@^4.0.0:
8025+
isbinaryfile@4.0.6:
8026+
version "4.0.6"
8027+
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.6.tgz#edcb62b224e2b4710830b67498c8e4e5a4d2610b"
8028+
integrity sha512-ORrEy+SNVqUhrCaal4hA4fBzhggQQ+BaLntyPOdoEiwlKZW9BZiJXjg3RMiruE4tPEI3pyVPpySHQF/dKWperg==
8029+
8030+
isbinaryfile@^4.0.0:
80008031
version "4.0.5"
80018032
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.5.tgz#7193454fdd7fc0b12855c36c48d4ac7368fa3ec9"
80028033
integrity sha512-Jvz0gpTh1AILHMCBUyqq7xv1ZOQrxTDwyp1/QUq1xFpOBvp4AH5uEobPePJht8KnBGqQIH7We6OR73mXsjG0cA==
@@ -10636,7 +10667,7 @@ performance-now@^2.1.0:
1063610667
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1063710668
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1063810669

10639-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.0.7, picomatch@^2.2.1:
10670+
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
1064010671
version "2.2.1"
1064110672
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
1064210673
integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
@@ -11496,12 +11527,12 @@ readdirp@^2.2.1:
1149611527
micromatch "^3.1.10"
1149711528
readable-stream "^2.0.2"
1149811529

11499-
readdirp@~3.3.0:
11500-
version "3.3.0"
11501-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.3.0.tgz#984458d13a1e42e2e9f5841b129e162f369aff17"
11502-
integrity sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==
11530+
readdirp@~3.4.0:
11531+
version "3.4.0"
11532+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada"
11533+
integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==
1150311534
dependencies:
11504-
picomatch "^2.0.7"
11535+
picomatch "^2.2.1"
1150511536

1150611537
realpath-native@^1.1.0:
1150711538
version "1.1.0"
@@ -12900,24 +12931,25 @@ tasklist@^3.1.0:
1290012931
pify "^2.2.0"
1290112932
sec "^1.0.0"
1290212933

12903-
tauri@^0.5.1:
12904-
version "0.5.1"
12905-
resolved "https://registry.yarnpkg.com/tauri/-/tauri-0.5.1.tgz#b40797b056d31964d12f0ff704bde286bf49e34c"
12906-
integrity sha512-gV5BuRtyDH9zuDKNHzzqn3hrgctDq/asdB4vMP2h3CgZvc65F3u/oIDQ7pdxYI6qYHHPG1X3ky2yNUsXMDhhzw==
12934+
tauri@^0.6.2:
12935+
version "0.6.2"
12936+
resolved "https://registry.yarnpkg.com/tauri/-/tauri-0.6.2.tgz#a9cefe985dc2328c7b00a2b8960cfd362ff80c7f"
12937+
integrity sha512-k6pTmoKmU68miXQFCo+gB+qscd2c04wbF3NJIhBolynkbXPmPuUUHBpPA8OaH6IQPy7F7DU6SnATDZw50aPlsw==
1290712938
dependencies:
1290812939
"@tauri-apps/tauri-inliner" "1.14.1"
1290912940
"@tauri-apps/toml" "2.2.4"
12910-
chalk "3.0.0"
12911-
chokidar "3.3.1"
12912-
cross-spawn "7.0.1"
12941+
chalk "4.0.0"
12942+
chokidar "3.4.0"
12943+
cross-spawn "7.0.2"
1291312944
fast-glob "3.2.2"
1291412945
fs-extra "9.0.0"
12946+
http-proxy "^1.18.0"
1291512947
imagemin "7.0.1"
1291612948
imagemin-optipng "7.1.0"
1291712949
imagemin-pngquant "8.0.0"
1291812950
imagemin-zopfli "6.0.0"
1291912951
is-png "2.0.0"
12920-
isbinaryfile "4.0.5"
12952+
isbinaryfile "4.0.6"
1292112953
jsdom "16.2.2"
1292212954
lodash "4.17.15"
1292312955
minimist "1.2.5"

0 commit comments

Comments
 (0)