Skip to content

Commit aa8cb32

Browse files
committed
chore: bump deps
1 parent 1a71ada commit aa8cb32

File tree

22 files changed

+64
-85
lines changed

22 files changed

+64
-85
lines changed

packages/template-blank-ng/package.json

Lines changed: 2 additions & 2 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.0.1",
6+
"version": "8.0.2",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@angular/compiler-cli": "~11.2.7",
58-
"@nativescript/webpack": "5.0.0-beta.0",
58+
"@nativescript/webpack": "5.0.0-beta.2",
5959
"@ngtools/webpack": "~11.2.6",
6060
"typescript": "~4.0.0"
6161
}

packages/template-blank-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"devDependencies": {
5151
"@babel/core": "^7.4.5",
5252
"@nativescript/types": "^8.0.0",
53-
"@nativescript/webpack": "5.0.0-beta.0",
53+
"@nativescript/webpack": "5.0.0-beta.2",
5454
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.0-beta.5",
5555
"@types/react": "16.9.34",
5656
"babel-loader": "8.0.6",
5757
"fork-ts-checker-webpack-plugin": "^5.1.0",
5858
"patch-package": "^6.2.2",
59-
"typescript": "~4.0.3"
59+
"typescript": "~4.0.0"
6060
},
6161
"gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004",
6262
"readme": "NativeScript Application"

packages/template-blank-svelte/package.json

Lines changed: 3 additions & 3 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.0.1",
6+
"version": "8.0.2",
77
"description": "Blank template for NativeScript apps using Svelte",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -45,11 +45,11 @@
4545
"svelte-native": "~0.9.5"
4646
},
4747
"devDependencies": {
48-
"@nativescript/webpack": "5.0.0-beta.0",
48+
"@nativescript/webpack": "5.0.0-beta.2",
4949
"svelte": "~3.35.0",
5050
"svelte-loader-hot": "~0.3.1",
5151
"svelte-native-preprocessor": "^0.2.0",
5252
"svelte-preprocess": "^4.7.0",
53-
"typescript": "~4.0.3"
53+
"typescript": "~4.0.0"
5454
}
5555
}

packages/template-blank-ts/package.json

Lines changed: 3 additions & 3 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.0.1",
6+
"version": "8.0.2",
77
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
"@nativescript/theme": "~3.0.1"
4242
},
4343
"devDependencies": {
44-
"@nativescript/webpack": "5.0.0-beta.0",
45-
"typescript": "~3.9.0"
44+
"@nativescript/webpack": "5.0.0-beta.2",
45+
"typescript": "~4.0.0"
4646
}
4747
}

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

Lines changed: 8 additions & 13 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.0.1",
5+
"version": "8.0.2",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -41,22 +41,17 @@
4141
"category-general"
4242
],
4343
"dependencies": {
44-
"nativescript-vue": "^2.8.4",
44+
"nativescript-vue": "~2.9.0",
4545
"@nativescript/core": "~8.0.0",
4646
"@nativescript/theme": "~3.0.1"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.11.6",
50-
"@babel/preset-env": "^7.11.5",
51-
"babel-loader": "^8.1.0",
52-
"@nativescript/webpack": "5.0.0-beta.0",
53-
"nativescript-vue-template-compiler": "^2.8.1",
54-
"nativescript-worker-loader": "~0.12.1",
49+
"@nativescript/types": "~8.0.0",
50+
"@nativescript/webpack": "5.0.0-beta.2",
51+
"@types/node": "~14.6.2",
52+
"nativescript-vue-template-compiler": "~2.9.0",
5553
"sass": "^1.32.8",
56-
"@nativescript/types": "^8.0.0",
57-
"typescript": "^3.9.7",
58-
"@types/node": "^14.6.2",
59-
"vue": "^2.6.12",
60-
"vue-loader": "^15.9.3"
54+
"typescript": "~4.0.0",
55+
"vue": "~2.6.12"
6156
}
6257
}

packages/template-blank-vue/package.json

Lines changed: 5 additions & 9 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.0.1",
5+
"version": "8.0.2",
66
"description": "Blank template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -42,15 +42,11 @@
4242
"dependencies": {
4343
"@nativescript/core": "~8.0.0",
4444
"@nativescript/theme": "~3.0.1",
45-
"nativescript-vue": "~2.8.4"
45+
"nativescript-vue": "~2.9.0"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "~7.1.0",
49-
"@babel/preset-env": "~7.1.0",
50-
"@nativescript/webpack": "5.0.0-beta.0",
51-
"babel-loader": "~8.0.0",
52-
"nativescript-vue-template-compiler": "~2.8.4",
53-
"sass": "^1.32.8",
54-
"vue-loader": "~15.9.6"
48+
"@nativescript/webpack": "5.0.0-beta.2",
49+
"nativescript-vue-template-compiler": "~2.9.0",
50+
"sass": "^1.32.8"
5551
}
5652
}

packages/template-blank/package.json

Lines changed: 2 additions & 2 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.0.1",
6+
"version": "8.0.2",
77
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -42,6 +42,6 @@
4242
"@nativescript/theme": "~3.0.1"
4343
},
4444
"devDependencies": {
45-
"@nativescript/webpack": "5.0.0-beta.0"
45+
"@nativescript/webpack": "5.0.0-beta.2"
4646
}
4747
}

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

Lines changed: 2 additions & 2 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.0.1",
6+
"version": "8.0.2",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@angular/compiler-cli": "~11.2.7",
64-
"@nativescript/webpack": "5.0.0-beta.0",
64+
"@nativescript/webpack": "5.0.0-beta.2",
6565
"@ngtools/webpack": "~11.2.6",
6666
"codelyzer": "~6.0.0",
6767
"sass": "^1.32.8",

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

Lines changed: 3 additions & 3 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.0.1",
6+
"version": "8.0.2",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -48,9 +48,9 @@
4848
"rxjs": "^6.6.0"
4949
},
5050
"devDependencies": {
51-
"@nativescript/webpack": "5.0.0-beta.0",
51+
"@nativescript/webpack": "5.0.0-beta.2",
5252
"sass": "^1.32.8",
5353
"tslint": "~6.1.3",
54-
"typescript": "~3.9.0"
54+
"typescript": "~4.0.0"
5555
}
5656
}

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

Lines changed: 5 additions & 9 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.0.1",
6+
"version": "8.0.2",
77
"description": "Side navigation template using Vue.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -44,16 +44,12 @@
4444
"@nativescript/core": "~8.0.0",
4545
"@nativescript/theme": "~3.0.1",
4646
"nativescript-ui-sidedrawer": "~9.0.3",
47-
"nativescript-vue": "~2.8.4",
47+
"nativescript-vue": "~2.9.0",
4848
"rxjs": "^6.6.0"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "~7.1.0",
52-
"@babel/preset-env": "~7.1.0",
53-
"@nativescript/webpack": "5.0.0-beta.0",
54-
"babel-loader": "~8.0.0",
55-
"nativescript-vue-template-compiler": "~2.8.4",
56-
"sass": "^1.32.8",
57-
"vue-loader": "~15.9.3"
51+
"@nativescript/webpack": "5.0.0-beta.2",
52+
"nativescript-vue-template-compiler": "~2.9.0",
53+
"sass": "^1.32.8"
5854
}
5955
}

packages/template-drawer-navigation/package.json

Lines changed: 2 additions & 2 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.0.1",
6+
"version": "8.0.2",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -48,7 +48,7 @@
4848
"rxjs": "^6.6.7"
4949
},
5050
"devDependencies": {
51-
"@nativescript/webpack": "5.0.0-beta.0",
51+
"@nativescript/webpack": "5.0.0-beta.2",
5252
"eslint": "~7.7.0",
5353
"sass": "^1.32.8"
5454
}

packages/template-hello-world-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world-ng",
33
"main": "src/main.ts",
4-
"version": "8.0.1",
4+
"version": "8.0.2",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "NativeScript Angular Hello World template",
77
"license": "Apache-2.0",
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@angular/compiler-cli": "~11.2.7",
5353
"@nativescript/types": "~8.0.0",
54-
"@nativescript/webpack": "5.0.0-beta.0",
54+
"@nativescript/webpack": "5.0.0-beta.2",
5555
"@ngtools/webpack": "~11.2.6",
5656
"typescript": "~4.0.0"
5757
}

packages/template-hello-world-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world-ts",
33
"main": "app/app.ts",
4-
"version": "8.0.1",
4+
"version": "8.0.2",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "Nativescript hello-world-ts project template",
77
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@nativescript/types": "~8.0.0",
41-
"@nativescript/webpack": "5.0.0-beta.0",
42-
"typescript": "~3.9.0"
41+
"@nativescript/webpack": "5.0.0-beta.2",
42+
"typescript": "~4.0.0"
4343
}
4444
}

packages/template-hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world",
33
"main": "app/app.js",
4-
"version": "8.0.1",
4+
"version": "8.0.2",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "Nativescript hello-world project template",
77
"license": "Apache-2.0",
@@ -38,6 +38,6 @@
3838
"@nativescript/theme": "~3.0.1"
3939
},
4040
"devDependencies": {
41-
"@nativescript/webpack": "5.0.0-beta.0"
41+
"@nativescript/webpack": "5.0.0-beta.2"
4242
}
4343
}

packages/template-master-detail-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"devDependencies": {
6464
"@angular/compiler-cli": "~11.2.7",
65-
"@nativescript/webpack": "5.0.0-beta.0",
65+
"@nativescript/webpack": "5.0.0-beta.2",
6666
"@ngtools/webpack": "~11.2.6",
6767
"codelyzer": "~6.0.0",
6868
"sass": "^1.32.8",

packages/template-master-detail-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"rxjs": "^6.6.0"
4949
},
5050
"devDependencies": {
51-
"@nativescript/webpack": "5.0.0-beta.0",
51+
"@nativescript/webpack": "5.0.0-beta.2",
5252
"sass": "^1.32.8",
5353
"tslint": "~6.1.3",
54-
"typescript": "~3.9.0"
54+
"typescript": "~4.0.0"
5555
}
5656
}

packages/template-master-detail-vue/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,11 @@
4444
"@nativescript/imagepicker": "~1.0.3",
4545
"@nativescript/theme": "~3.0.1",
4646
"nativescript-ui-listview": "~9.1.0",
47-
"nativescript-vue": "~2.8.4"
47+
"nativescript-vue": "~2.9.0"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "~7.1.0",
51-
"@babel/preset-env": "~7.1.0",
52-
"@nativescript/webpack": "5.0.0-beta.0",
53-
"babel-loader": "~8.0.0",
54-
"nativescript-vue-template-compiler": "~2.8.4",
55-
"sass": "^1.32.8",
56-
"vue-loader": "~15.9.3"
50+
"@nativescript/webpack": "5.0.0-beta.2",
51+
"nativescript-vue-template-compiler": "~2.9.0",
52+
"sass": "^1.32.8"
5753
}
5854
}

packages/template-master-detail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"rxjs": "^6.6.0"
5050
},
5151
"devDependencies": {
52-
"@nativescript/webpack": "5.0.0-beta.0",
52+
"@nativescript/webpack": "5.0.0-beta.2",
5353
"eslint": "~7.7.0",
5454
"sass": "^1.32.8"
5555
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Tabs",
55
"templateType": "App template",
6-
"version": "8.0.1",
6+
"version": "8.0.2",
77
"description": "Tabbed interface template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@angular/compiler-cli": "~11.2.7",
63-
"@nativescript/webpack": "5.0.0-beta.0",
63+
"@nativescript/webpack": "5.0.0-beta.2",
6464
"@ngtools/webpack": "~11.2.6",
6565
"codelyzer": "~6.0.0",
6666
"sass": "^1.32.8",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.ts",
44
"displayName": "Tabs",
55
"templateType": "App template",
6-
"version": "8.0.1",
6+
"version": "8.0.2",
77
"description": "Tabbed interface template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -46,9 +46,9 @@
4646
"@nativescript/theme": "~3.0.1"
4747
},
4848
"devDependencies": {
49-
"@nativescript/webpack": "5.0.0-beta.0",
49+
"@nativescript/webpack": "5.0.0-beta.2",
5050
"sass": "^1.32.8",
5151
"tslint": "~6.1.3",
52-
"typescript": "~3.9.0"
52+
"typescript": "~4.0.0"
5353
}
5454
}

0 commit comments

Comments
 (0)