Skip to content

Commit 116ab8d

Browse files
committed
release: 3.0.0-beta.11
1 parent 3c5f708 commit 116ab8d

File tree

7 files changed

+1638
-648
lines changed

7 files changed

+1638
-648
lines changed

demo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@nativescript/core": "~8.5.0",
8-
"@vueuse/components": "^10.1.2",
9-
"@vueuse/core": "^10.1.2",
7+
"@nativescript/core": "~8.6.1",
8+
"@vueuse/components": "^10.6.1",
9+
"@vueuse/core": "^10.6.1",
1010
"nativescript-vue": "link:.."
1111
},
1212
"devDependencies": {
13-
"@nativescript/android": "~8.5.0",
14-
"@nativescript/ios": "~8.5.2",
15-
"@nativescript/types": "~8.5.0",
16-
"@nativescript/webpack": "~5.0.14",
13+
"@nativescript/android": "~8.6.2",
14+
"@nativescript/ios": "~8.6.3",
15+
"@nativescript/types": "~8.6.1",
16+
"@nativescript/webpack": "~5.0.18",
1717
"typescript": "^5.2.2"
1818
}
1919
}

demo/yarn.lock

Lines changed: 1160 additions & 145 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-vue",
3-
"version": "3.0.0-beta.10",
3+
"version": "3.0.0-beta.11",
44
"main": "dist/index.js",
55
"files": [
66
"dist/",
@@ -17,22 +17,22 @@
1717
"prepack": "npm run build && npm run pack:template"
1818
},
1919
"dependencies": {
20-
"@vue/compiler-sfc": "^3.3.4",
21-
"@vue/devtools": "^6.5.0",
22-
"@vue/runtime-core": "^3.3.4",
23-
"@vue/shared": "^3.3.4",
20+
"@vue/compiler-sfc": "^3.3.8",
21+
"@vue/devtools": "^6.5.1",
22+
"@vue/runtime-core": "^3.3.8",
23+
"@vue/shared": "^3.3.8",
2424
"cross-spawn": "^7.0.3",
2525
"set-value": "^4.1.0",
26-
"vue-loader": "^17.2.2"
26+
"vue-loader": "^17.3.1"
2727
},
2828
"devDependencies": {
29-
"@commitlint/cli": "^17.7.1",
30-
"@commitlint/config-conventional": "^17.7.0",
31-
"@nativescript/core": "~8.5.9",
32-
"@nativescript/webpack": "~5.0.17",
33-
"esbuild": "^0.19.2",
34-
"lint-staged": "^14.0.1",
35-
"prettier": "^3.0.3",
29+
"@commitlint/cli": "^18.4.2",
30+
"@commitlint/config-conventional": "^18.4.2",
31+
"@nativescript/core": "~8.6.1",
32+
"@nativescript/webpack": "~5.0.18",
33+
"esbuild": "^0.19.6",
34+
"lint-staged": "^15.1.0",
35+
"prettier": "^3.1.0",
3636
"simple-git-hooks": "^2.9.0",
3737
"typescript": "^5.2.2"
3838
},

packages/stackblitz-template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"main": "src/app.ts",
44
"version": "1.0.0",
55
"dependencies": {
6-
"@nativescript/core": "~8.5.0",
7-
"nativescript-vue": "3.0.0-beta.10"
6+
"@nativescript/core": "~8.6.1",
7+
"nativescript-vue": "3.0.0-beta.11"
88
},
99
"devDependencies": {
1010
"@nativescript/preview-cli": "1.0.5",
1111
"@nativescript/stackblitz": "0.0.8",
12-
"@nativescript/tailwind": "^2.0.1",
13-
"@nativescript/types": "~8.5.0",
12+
"@nativescript/tailwind": "~2.0.1",
13+
"@nativescript/types": "~8.6.1",
1414
"@nativescript/webpack": "~5.0.0",
1515
"@types/node": "~17.0.21",
1616
"tailwindcss": "^3.1.8",

packages/template-blank/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@nativescript-vue/template-blank",
33
"main": "src/app.ts",
4-
"version": "3.0.0-beta.10",
4+
"version": "3.0.0-beta.11",
55
"dependencies": {
6-
"@nativescript/core": "~8.5.0",
7-
"nativescript-vue": "3.0.0-beta.10"
6+
"@nativescript/core": "~8.6.1",
7+
"nativescript-vue": "3.0.0-beta.11"
88
},
99
"devDependencies": {
10-
"@nativescript/tailwind": "^2.0.1",
11-
"@nativescript/types": "~8.5.0",
10+
"@nativescript/tailwind": "~2.0.1",
11+
"@nativescript/types": "~8.6.1",
1212
"@nativescript/webpack": "~5.0.0",
1313
"@types/node": "~17.0.21",
1414
"tailwindcss": "^3.1.8",

src/nativescript/elements.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,10 @@ export function registerCoreElements() {
167167
() => require('@nativescript/core').Placeholder,
168168
);
169169
registerElement('Progress', () => require('@nativescript/core').Progress);
170-
registerElement('ProxyViewContainer', () => require('@nativescript/core').ProxyViewContainer);
170+
registerElement(
171+
'ProxyViewContainer',
172+
() => require('@nativescript/core').ProxyViewContainer,
173+
);
171174
registerElement('SearchBar', () => require('@nativescript/core').SearchBar, {
172175
model: {
173176
prop: 'text',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy