Skip to content

Commit d1b2426

Browse files
authored
chore: update nativescript core and webpack versions (#181)
1 parent 46beb54 commit d1b2426

File tree

22 files changed

+66
-66
lines changed

22 files changed

+66
-66
lines changed

packages/template-blank-ng/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "main.js",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "7.0.7",
6+
"version": "7.0.8",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -38,15 +38,15 @@
3838
"@angular/platform-browser-dynamic": "~11.0.0",
3939
"@angular/router": "~11.0.0",
4040
"@nativescript/angular": "~11.0.0",
41-
"@nativescript/core": "~7.0.0",
41+
"@nativescript/core": "~7.1.0",
4242
"@nativescript/theme": "~3.0.0",
4343
"reflect-metadata": "~0.1.12",
4444
"rxjs": "^6.6.0",
4545
"zone.js": "~0.11.1"
4646
},
4747
"devDependencies": {
4848
"@angular/compiler-cli": "~11.0.0",
49-
"@nativescript/webpack": "~3.0.0",
49+
"@nativescript/webpack": "~4.0.0",
5050
"@ngtools/webpack": "~11.0.0",
5151
"typescript": "~4.0.0"
5252
}

packages/template-blank-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react",
3-
"version": "7.0.9",
3+
"version": "7.0.10",
44
"description": "Blank template for NativeScript apps using React.",
55
"author": "Jamie Birch <[email protected]>",
66
"main": "app.js",
@@ -30,7 +30,7 @@
3030
"template"
3131
],
3232
"dependencies": {
33-
"@nativescript/core": "^7.0.12",
33+
"@nativescript/core": "~7.1.0",
3434
"@react-navigation/core": "^5.13.2",
3535
"react": "^16.13.1",
3636
"react-nativescript": "^2.1.0",
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@babel/core": "^7.4.5",
4141
"@nativescript/types": "^7.0.4",
42-
"@nativescript/webpack": "^4.0.0",
42+
"@nativescript/webpack": "~4.0.0",
4343
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.0-beta.5",
4444
"@types/react": "16.9.34",
4545
"babel-loader": "8.0.6",

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.js",
44
"displayName": "Blank Svelte",
55
"templateType": "App template",
6-
"version": "7.0.1",
6+
"version": "7.0.2",
77
"description": "Blank template for NativeScript apps using Svelte",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -30,12 +30,12 @@
3030
"url": "https://github.com/NativeScript/NativeScript/issues"
3131
},
3232
"dependencies": {
33-
"@nativescript/core": "~7.0.0",
33+
"@nativescript/core": "~7.1.0",
3434
"@nativescript/theme": "~2.3.0",
3535
"svelte-native": "~0.9.4"
3636
},
3737
"devDependencies": {
38-
"@nativescript/webpack": "~3.0.0",
38+
"@nativescript/webpack": "~4.0.0",
3939
"svelte": "~3.24.1",
4040
"svelte-loader-hot": "~0.3.1",
4141
"svelte-native-preprocessor": "^0.2.0",

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.js",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "7.0.3",
6+
"version": "7.0.4",
77
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -28,11 +28,11 @@
2828
"url": "https://github.com/NativeScript/NativeScript/issues"
2929
},
3030
"dependencies": {
31-
"@nativescript/core": "~7.0.0",
31+
"@nativescript/core": "~7.1.0",
3232
"@nativescript/theme": "~2.3.0"
3333
},
3434
"devDependencies": {
35-
"@nativescript/webpack": "~3.0.0",
35+
"@nativescript/webpack": "~4.0.0",
3636
"typescript": "~3.9.0"
3737
}
3838
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-blank-vue-ts",
33
"main": "app.js",
44
"displayName": "Blank Vue Typescript",
5-
"version": "7.0.3",
5+
"version": "7.0.4",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -32,14 +32,14 @@
3232
],
3333
"dependencies": {
3434
"nativescript-vue": "^2.8.1",
35-
"@nativescript/core": "^7.0.3",
35+
"@nativescript/core": "~7.1.0",
3636
"@nativescript/theme": "~2.3.0"
3737
},
3838
"devDependencies": {
3939
"@babel/core": "^7.11.6",
4040
"@babel/preset-env": "^7.11.5",
4141
"babel-loader": "^8.1.0",
42-
"@nativescript/webpack": "^3.0.4",
42+
"@nativescript/webpack": "~4.0.0",
4343
"nativescript-vue-template-compiler": "^2.8.1",
4444
"nativescript-worker-loader": "~0.12.1",
4545
"sass": "^1.26.10",

packages/template-blank-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-blank-vue",
33
"main": "app.js",
44
"displayName": "Blank",
5-
"version": "7.0.3",
5+
"version": "7.0.4",
66
"description": "Blank template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -31,14 +31,14 @@
3131
"category-general"
3232
],
3333
"dependencies": {
34-
"@nativescript/core": "~7.0.0",
34+
"@nativescript/core": "~7.1.0",
3535
"@nativescript/theme": "~2.3.0",
3636
"nativescript-vue": "~2.8.0"
3737
},
3838
"devDependencies": {
3939
"@babel/core": "~7.1.0",
4040
"@babel/preset-env": "~7.1.0",
41-
"@nativescript/webpack": "~3.0.0",
41+
"@nativescript/webpack": "~4.0.0",
4242
"babel-loader": "~8.0.0",
4343
"nativescript-vue-template-compiler": "~2.8.0",
4444
"node-sass": "^4.7.1",

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.js",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "7.0.3",
6+
"version": "7.0.4",
77
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"url": "https://github.com/NativeScript/NativeScript/issues"
3030
},
3131
"dependencies": {
32-
"@nativescript/core": "~7.0.0",
32+
"@nativescript/core": "~7.1.0",
3333
"@nativescript/theme": "~2.3.0"
3434
},
3535
"devDependencies": {
36-
"@nativescript/webpack": "~3.0.0"
36+
"@nativescript/webpack": "~4.0.0"
3737
}
3838
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "main.js",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "7.0.5",
6+
"version": "7.0.6",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -43,7 +43,7 @@
4343
"@angular/platform-browser-dynamic": "~11.0.0",
4444
"@angular/router": "~11.0.0",
4545
"@nativescript/angular": "~11.0.0",
46-
"@nativescript/core": "~7.0.0",
46+
"@nativescript/core": "~7.1.0",
4747
"@nativescript/theme": "~2.3.0",
4848
"nativescript-ui-sidedrawer": "~9.0.0",
4949
"reflect-metadata": "~0.1.12",
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@angular/compiler-cli": "~11.0.0",
55-
"@nativescript/webpack": "~3.0.0",
55+
"@nativescript/webpack": "~4.0.0",
5656
"@ngtools/webpack": "~11.0.0",
5757
"codelyzer": "~6.0.0",
5858
"node-sass": "^4.14.1",

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": "main.js",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "7.0.4",
6+
"version": "7.0.5",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -33,13 +33,13 @@
3333
"lint": "tslint \"app/**/*.ts\""
3434
},
3535
"dependencies": {
36-
"@nativescript/core": "~7.0.0",
36+
"@nativescript/core": "~7.1.0",
3737
"@nativescript/theme": "~2.3.0",
3838
"nativescript-ui-sidedrawer": "~9.0.0",
3939
"rxjs": "^6.6.0"
4040
},
4141
"devDependencies": {
42-
"@nativescript/webpack": "~3.0.0",
42+
"@nativescript/webpack": "~4.0.0",
4343
"node-sass": "^4.14.1",
4444
"tslint": "~6.1.3",
4545
"typescript": "~3.9.0"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app.js",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "7.0.3",
6+
"version": "7.0.4",
77
"description": "Side navigation template using Vue.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/NativeScript/NativeScript/issues"
3333
},
3434
"dependencies": {
35-
"@nativescript/core": "~7.0.0",
35+
"@nativescript/core": "~7.1.0",
3636
"@nativescript/theme": "~2.3.0",
3737
"nativescript-ui-sidedrawer": "~9.0.0",
3838
"nativescript-vue": "~2.8.0",
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@babel/core": "~7.1.0",
4343
"@babel/preset-env": "~7.1.0",
44-
"@nativescript/webpack": "~3.0.0",
44+
"@nativescript/webpack": "~4.0.0",
4545
"babel-loader": "~8.0.0",
4646
"nativescript-vue-template-compiler": "~2.8.0",
4747
"node-sass": "^4.7.1",

0 commit comments

Comments
 (0)