Skip to content

Commit a263b1f

Browse files
SupermanSuperman
authored andcommitted
update vue about
1 parent 8e6a0f0 commit a263b1f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"dependencies": {
17-
"@vue/devtools": "^5.0.0-beta.3",
17+
"@vue/devtools": "^5.1.1",
1818
"nativescript-app-shortcuts": "^2.1.0",
1919
"nativescript-camera": "^4.5.0",
2020
"nativescript-fancyalert": "^2.0.0",
@@ -27,8 +27,8 @@
2727
"nativescript-theme-core": "^1.0.4",
2828
"nativescript-toast": "^1.4.6",
2929
"nativescript-ui-sidedrawer": "^7.0.0",
30-
"nativescript-vue": "^2.0.0",
31-
"nativescript-vue-devtools": "^1.1.0",
30+
"nativescript-vue": "^2.4.0",
31+
"nativescript-vue-devtools": "^1.2.0",
3232
"nativescript-vue-multi-drawer": "0.0.2",
3333
"tns-core-modules": "^6.0.7",
3434
"vuex": "^3.1.1"
@@ -47,13 +47,13 @@
4747
"lazy": "1.0.11",
4848
"mini-css-extract-plugin": "^0.4.1",
4949
"nativescript-dev-webpack": "next",
50-
"nativescript-vue-template-compiler": "^2.0.0",
50+
"nativescript-vue-template-compiler": "^2.4.0",
5151
"nativescript-worker-loader": "~0.9.0",
5252
"node-sass": "^4.9.2",
5353
"sass-loader": "^7.1.0",
5454
"uglifyjs-webpack-plugin": "~1.2.7",
5555
"terser-webpack-plugin": "^1.1.0",
56-
"vue-loader": "^15.2.6",
56+
"vue-loader": "^15.7.1",
5757
"webpack": "^4.16.4",
5858
"webpack-bundle-analyzer": "~2.13.1",
5959
"webpack-cli": "^3.1.0"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
source-map "~0.6.1"
670670
vue-template-es2015-compiler "^1.9.0"
671671

672-
"@vue/devtools@^5.0.0-beta.3":
672+
"@vue/devtools@^5.1.1":
673673
version "5.1.1"
674674
resolved "https://registry.yarnpkg.com/@vue/devtools/-/devtools-5.1.1.tgz#7d541dfd469fb5a240d9eab4c69c90d9a7b1258d"
675675
integrity sha512-opTHbARuRcG/XRXa24xTCvKoymYT3lLORSlmjdE1fdgFvlmkR9auSvhezpxlpAUa11E86J9bp0gMMmqffh1y9A==
@@ -4343,14 +4343,14 @@ nativescript-ui-core@~3.0.0:
43434343
resolved "https://registry.yarnpkg.com/nativescript-ui-core/-/nativescript-ui-core-3.0.0.tgz#94692416e3f79950c3b1e7d87f8f82f4d620e740"
43444344
integrity sha512-gEaooNnuLiAHSPlh2zfEkdc4sq7Z/0UtubiQbLjW3KvG8iyF6/jFQNmNEIr/RvcoZ9jVtEVmbdnaeA2MfpJQ+w==
43454345

4346-
nativescript-ui-sidedrawer@7.0.0:
4346+
nativescript-ui-sidedrawer@^7.0.0:
43474347
version "7.0.0"
43484348
resolved "https://registry.yarnpkg.com/nativescript-ui-sidedrawer/-/nativescript-ui-sidedrawer-7.0.0.tgz#99b2c331d8068d05102364ae5ff92304987003a9"
43494349
integrity sha512-FPFJfN7g8tW8h7fciCoh89Zj66F8it7UpzZALmkkA7qHq+QlhuIoxHwx4l+tgIoVy6BoM4xPII5+Kh9n+OYSBA==
43504350
dependencies:
43514351
nativescript-ui-core "~3.0.0"
43524352

4353-
nativescript-vue-devtools@^1.1.0:
4353+
nativescript-vue-devtools@^1.2.0:
43544354
version "1.2.0"
43554355
resolved "https://registry.yarnpkg.com/nativescript-vue-devtools/-/nativescript-vue-devtools-1.2.0.tgz#188111327b6a20339eea3d63af3ab2856bfd6503"
43564356
integrity sha512-PhE+zNbSypKut7h7ydoqGWIDBUY33y0CokU/+rA3kgJfjPZ8OnCrWcq092dUbWUtpzIiENMY/viDK0o+xgKroQ==
@@ -4362,15 +4362,15 @@ nativescript-vue-multi-drawer@0.0.2:
43624362
dependencies:
43634363
merge-options "^1.0.1"
43644364

4365-
nativescript-vue-template-compiler@^2.0.0:
4365+
nativescript-vue-template-compiler@^2.4.0:
43664366
version "2.4.0"
43674367
resolved "https://registry.yarnpkg.com/nativescript-vue-template-compiler/-/nativescript-vue-template-compiler-2.4.0.tgz#af77f127c611aa9e32c98a15a2403633995d6f57"
43684368
integrity sha512-EPkYmPkfh/UvkcJ4aXvNaj5c7NK1LqvdSW3rs6qaUyLJJuIvMZm3vPPQen6Mn8TGDIZQzwykA+HLniObVV4CJA==
43694369
dependencies:
43704370
de-indent "^1.0.2"
43714371
he "^1.1.0"
43724372

4373-
nativescript-vue@^2.0.0:
4373+
nativescript-vue@^2.4.0:
43744374
version "2.4.0"
43754375
resolved "https://registry.yarnpkg.com/nativescript-vue/-/nativescript-vue-2.4.0.tgz#328868ea1463c5ba0430bc2444821fce9a81581a"
43764376
integrity sha512-GRRab7oT8A+vurUNuN/FrAcG649IceZ1LGHjEF2U9hzZp7taEvPTml4kMAF0SmWgVZVz7ftIEeAIF2lmNb6Hcg==
@@ -6638,7 +6638,7 @@ vue-hot-reload-api@^2.3.0:
66386638
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.3.tgz#2756f46cb3258054c5f4723de8ae7e87302a1ccf"
66396639
integrity sha512-KmvZVtmM26BQOMK1rwUZsrqxEGeKiYSZGA7SNWE6uExx8UX/cj9hq2MRV/wWC3Cq6AoeDGk57rL9YMFRel/q+g==
66406640

6641-
vue-loader@^15.2.6:
6641+
vue-loader@^15.7.1:
66426642
version "15.7.1"
66436643
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.7.1.tgz#6ccacd4122aa80f69baaac08ff295a62e3aefcfd"
66446644
integrity sha512-fwIKtA23Pl/rqfYP5TSGK7gkEuLhoTvRYW+TU7ER3q9GpNLt/PjG5NLv3XHRDiTg7OPM1JcckBgds+VnAc+HbA==

0 commit comments

Comments
 (0)