Skip to content

Commit 301ba7e

Browse files
authored
feat: 8.4.0 (#222)
1 parent cdf033f commit 301ba7e

File tree

22 files changed

+109
-109
lines changed

22 files changed

+109
-109
lines changed

packages/template-blank-ng/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "8.3.2",
6+
"version": "8.4.0",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -48,17 +48,17 @@
4848
"@angular/platform-browser-dynamic": "~14.2.0",
4949
"@angular/router": "~14.2.0",
5050
"@nativescript/angular": "~14.2.0",
51-
"@nativescript/core": "~8.3.0",
51+
"@nativescript/core": "~8.4.0",
5252
"@nativescript/theme": "~3.0.2",
5353
"rxjs": "~7.5.0",
5454
"zone.js": "~0.11.5"
5555
},
5656
"devDependencies": {
5757
"@angular-devkit/build-angular": "~14.2.0",
5858
"@angular/compiler-cli": "~14.2.0",
59-
"@nativescript/types": "~8.3.0",
60-
"@nativescript/webpack": "~5.0.9",
59+
"@nativescript/types": "~8.4.0",
60+
"@nativescript/webpack": "~5.0.12",
6161
"@ngtools/webpack": "~14.2.0",
62-
"typescript": "~4.7.0"
62+
"typescript": "~4.8.4"
6363
}
6464
}

packages/template-blank-react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react",
3-
"version": "8.3.3",
3+
"version": "8.4.0",
44
"description": "Blank template for NativeScript apps using React.",
55
"author": "Jamie Birch <[email protected]>",
66
"main": "src/app.ts",
@@ -39,16 +39,16 @@
3939
"template"
4040
],
4141
"dependencies": {
42-
"@nativescript/core": "~8.3.5",
42+
"@nativescript/core": "~8.4.0",
4343
"react": "^16.14.0",
4444
"react-nativescript": "^4.0.0",
4545
"react-nativescript-navigation": "^4.0.0"
4646
},
4747
"devDependencies": {
48-
"@nativescript/types": "~8.3.1",
49-
"@nativescript/webpack": "~5.0.9",
48+
"@nativescript/types": "~8.4.0",
49+
"@nativescript/webpack": "~5.0.12",
5050
"@types/react": "npm:types-react-without-jsx-intrinsics@^16.14.30",
51-
"typescript": "^4.8.4"
51+
"typescript": "~4.8.4"
5252
},
5353
"gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004",
5454
"readme": "NativeScript Application"

packages/template-blank-svelte/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.ts",
44
"displayName": "Blank Svelte",
55
"templateType": "App template",
6-
"version": "8.3.2",
6+
"version": "8.4.0",
77
"description": "Blank template for NativeScript apps using Svelte",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -42,17 +42,17 @@
4242
"url": "https://github.com/NativeScript/NativeScript/issues"
4343
},
4444
"dependencies": {
45-
"@nativescript/core": "~8.3.0",
45+
"@nativescript/core": "~8.4.0",
4646
"@nativescript/theme": "~3.0.2",
4747
"svelte-native": "~1.0.0"
4848
},
4949
"devDependencies": {
50-
"@nativescript/types": "~8.3.0",
51-
"@nativescript/webpack": "~5.0.9",
50+
"@nativescript/types": "~8.4.0",
51+
"@nativescript/webpack": "~5.0.12",
5252
"svelte": "~3.44.0",
5353
"svelte-loader": "^3.1.2",
5454
"svelte-native-preprocessor": "^1.0.0",
5555
"svelte-preprocess": "^4.7.0",
56-
"typescript": "~4.5.5"
56+
"typescript": "~4.8.4"
5757
}
5858
}

packages/template-blank-ts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.ts",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "8.3.1",
6+
"version": "8.4.0",
77
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -38,12 +38,12 @@
3838
"url": "https://github.com/NativeScript/NativeScript/issues"
3939
},
4040
"dependencies": {
41-
"@nativescript/core": "~8.3.0",
41+
"@nativescript/core": "~8.4.0",
4242
"@nativescript/theme": "~3.0.2"
4343
},
4444
"devDependencies": {
45-
"@nativescript/types": "~8.3.0",
46-
"@nativescript/webpack": "~5.0.9",
47-
"typescript": "~4.5.5"
45+
"@nativescript/types": "~8.4.0",
46+
"@nativescript/webpack": "~5.0.12",
47+
"typescript": "~4.8.4"
4848
}
4949
}

packages/template-blank-vue-ts/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-blank-vue-ts",
33
"main": "app/app.ts",
44
"displayName": "Blank Vue Typescript",
5-
"version": "8.3.1",
5+
"version": "8.4.0",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -41,16 +41,16 @@
4141
"category-general"
4242
],
4343
"dependencies": {
44-
"@nativescript/core": "~8.3.0",
44+
"@nativescript/core": "~8.4.0",
4545
"@nativescript/theme": "~3.0.2",
46-
"nativescript-vue": "~2.9.0"
46+
"nativescript-vue": "~2.9.2"
4747
},
4848
"devDependencies": {
49-
"@nativescript/types": "~8.3.0",
50-
"@nativescript/webpack": "~5.0.9",
49+
"@nativescript/types": "~8.4.0",
50+
"@nativescript/webpack": "~5.0.12",
5151
"@types/node": "~17.0.21",
52-
"nativescript-vue-template-compiler": "~2.9.0",
53-
"typescript": "~4.5.5",
52+
"nativescript-vue-template-compiler": "~2.9.2",
53+
"typescript": "~4.8.4",
5454
"vue": "~2.6.12"
5555
}
5656
}

packages/template-blank-vue/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-blank-vue",
33
"main": "app/app.js",
44
"displayName": "Blank",
5-
"version": "8.3.1",
5+
"version": "8.4.0",
66
"description": "Blank template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -40,12 +40,12 @@
4040
"category-general"
4141
],
4242
"dependencies": {
43-
"@nativescript/core": "~8.3.0",
43+
"@nativescript/core": "~8.4.0",
4444
"@nativescript/theme": "~3.0.2",
45-
"nativescript-vue": "~2.9.0"
45+
"nativescript-vue": "~2.9.2"
4646
},
4747
"devDependencies": {
48-
"@nativescript/webpack": "~5.0.9",
49-
"nativescript-vue-template-compiler": "~2.9.0"
48+
"@nativescript/webpack": "~5.0.12",
49+
"nativescript-vue-template-compiler": "~2.9.2"
5050
}
5151
}

packages/template-blank/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.js",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "8.3.1",
6+
"version": "8.4.0",
77
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -38,10 +38,10 @@
3838
"url": "https://github.com/NativeScript/NativeScript/issues"
3939
},
4040
"dependencies": {
41-
"@nativescript/core": "~8.3.0",
41+
"@nativescript/core": "~8.4.0",
4242
"@nativescript/theme": "~3.0.2"
4343
},
4444
"devDependencies": {
45-
"@nativescript/webpack": "~5.0.9"
45+
"@nativescript/webpack": "~5.0.12"
4646
}
4747
}

packages/template-drawer-navigation-ng/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "8.3.2",
6+
"version": "8.4.0",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -50,18 +50,18 @@
5050
"@angular/platform-browser-dynamic": "~14.2.0",
5151
"@angular/router": "~14.2.0",
5252
"@nativescript/angular": "~14.2.0",
53-
"@nativescript/core": "~8.3.0",
53+
"@nativescript/core": "~8.4.0",
5454
"@nativescript/theme": "~3.0.2",
55-
"nativescript-ui-sidedrawer": "~10.0.2",
55+
"nativescript-ui-sidedrawer": "~14.2.1",
5656
"rxjs": "~7.5.0",
5757
"zone.js": "~0.11.5"
5858
},
5959
"devDependencies": {
6060
"@angular-devkit/build-angular": "~14.2.0",
6161
"@angular/compiler-cli": "~14.2.0",
62-
"@nativescript/types": "~8.3.0",
63-
"@nativescript/webpack": "~5.0.9",
62+
"@nativescript/types": "~8.4.0",
63+
"@nativescript/webpack": "~5.0.12",
6464
"@ngtools/webpack": "~14.2.0",
65-
"typescript": "~4.7.0"
65+
"typescript": "~4.8.4"
6666
}
6767
}

packages/template-drawer-navigation-ts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "8.3.1",
6+
"version": "8.4.0",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -40,14 +40,14 @@
4040
"url": "https://github.com/NativeScript/NativeScript/issues"
4141
},
4242
"dependencies": {
43-
"@nativescript/core": "~8.3.0",
43+
"@nativescript/core": "~8.4.0",
4444
"@nativescript/theme": "~3.0.2",
45-
"nativescript-ui-sidedrawer": "~10.0.2",
45+
"nativescript-ui-sidedrawer": "~14.2.1",
4646
"rxjs": "~7.5.0"
4747
},
4848
"devDependencies": {
49-
"@nativescript/types": "~8.3.0",
50-
"@nativescript/webpack": "~5.0.9",
51-
"typescript": "~4.5.5"
49+
"@nativescript/types": "~8.4.0",
50+
"@nativescript/webpack": "~5.0.12",
51+
"typescript": "~4.8.4"
5252
}
5353
}

packages/template-drawer-navigation-vue/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.js",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "8.3.1",
6+
"version": "8.4.0",
77
"description": "Side navigation template using Vue.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -41,14 +41,14 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@nativescript/core": "~8.3.0",
44+
"@nativescript/core": "~8.4.0",
4545
"@nativescript/theme": "~3.0.2",
46-
"nativescript-ui-sidedrawer": "~10.0.2",
47-
"nativescript-vue": "~2.9.0",
46+
"nativescript-ui-sidedrawer": "~14.2.1",
47+
"nativescript-vue": "~2.9.2",
4848
"rxjs": "~7.5.0"
4949
},
5050
"devDependencies": {
51-
"@nativescript/webpack": "~5.0.9",
52-
"nativescript-vue-template-compiler": "~2.9.0"
51+
"@nativescript/webpack": "~5.0.12",
52+
"nativescript-vue-template-compiler": "~2.9.2"
5353
}
5454
}

0 commit comments

Comments
 (0)