Skip to content

Commit 80c23ec

Browse files
authored
chore: replace node-sass with dart-sass (#185)
* chore: replace node sass * chore: update slack invitation link * chore: version bump
1 parent c651ffe commit 80c23ec

File tree

15 files changed

+29
-29
lines changed

15 files changed

+29
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This monorepo contains the following NativeScript app templates:
1212
## Get Help
1313
The NativeScript framework has a vibrant community that can help when you run into problems.
1414

15-
Try [joining the NativeScript community Slack](http://developer.telerik.com/wp-login.php?action=slack-invitation). The Slack channel is a great place to get help troubleshooting problems, as well as connect with other NativeScript developers.
15+
Try [joining the NativeScript community Slack](https://www.nativescript.org/slack-invitation-form). The Slack channel is a great place to get help troubleshooting problems, as well as connect with other NativeScript developers.
1616

1717
If you have found an issue with this template, please report the problem in the [NativeScript repository](https://github.com/NativeScript/NativeScript/issues).
1818

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

Lines changed: 2 additions & 2 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.5",
5+
"version": "7.0.6",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -42,7 +42,7 @@
4242
"@nativescript/webpack": "~4.0.0",
4343
"nativescript-vue-template-compiler": "^2.8.1",
4444
"nativescript-worker-loader": "~0.12.1",
45-
"sass": "^1.26.10",
45+
"sass": "^1.32.8",
4646
"@nativescript/types": "^7.0.0",
4747
"typescript": "^3.9.7",
4848
"@types/node": "^14.6.2",

packages/template-blank-vue/package.json

Lines changed: 2 additions & 2 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.4",
5+
"version": "7.0.5",
66
"description": "Blank template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
"@nativescript/webpack": "~4.0.0",
4242
"babel-loader": "~8.0.0",
4343
"nativescript-vue-template-compiler": "~2.8.0",
44-
"node-sass": "^4.7.1",
44+
"sass": "^1.32.8",
4545
"vue-loader": "~15.9.3"
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": "main.js",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "7.0.6",
6+
"version": "7.0.7",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -55,7 +55,7 @@
5555
"@nativescript/webpack": "~4.0.0",
5656
"@ngtools/webpack": "~11.0.0",
5757
"codelyzer": "~6.0.0",
58-
"node-sass": "^4.14.1",
58+
"sass": "^1.32.8",
5959
"tslint": "~6.1.3",
6060
"typescript": "~4.0.0"
6161
}

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

Lines changed: 2 additions & 2 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",
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@nativescript/webpack": "~4.0.0",
43-
"node-sass": "^4.14.1",
43+
"sass": "^1.32.8",
4444
"tslint": "~6.1.3",
4545
"typescript": "~3.9.0"
4646
}

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

Lines changed: 2 additions & 2 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.4",
6+
"version": "7.0.5",
77
"description": "Side navigation template using Vue.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
4444
"@nativescript/webpack": "~4.0.0",
4545
"babel-loader": "~8.0.0",
4646
"nativescript-vue-template-compiler": "~2.8.0",
47-
"node-sass": "^4.7.1",
47+
"sass": "^1.32.8",
4848
"vue-loader": "~15.9.3"
4949
}
5050
}

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",
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",
@@ -41,6 +41,6 @@
4141
"devDependencies": {
4242
"@nativescript/webpack": "~4.0.0",
4343
"eslint": "~7.7.0",
44-
"node-sass": "^4.14.1"
44+
"sass": "^1.32.8"
4545
}
4646
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "main.js",
44
"displayName": "Master-Detail with Firebase",
55
"templateType": "App template",
6-
"version": "7.0.6",
6+
"version": "7.0.7",
77
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -57,7 +57,7 @@
5757
"@nativescript/webpack": "~4.0.0",
5858
"@ngtools/webpack": "~11.0.0",
5959
"codelyzer": "~6.0.0",
60-
"node-sass": "^4.14.1",
60+
"sass": "^1.32.8",
6161
"tslint": "~6.1.3",
6262
"typescript": "~4.0.0"
6363
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app.js",
44
"displayName": "Master-Detail with Firebase",
55
"templateType": "App template",
6-
"version": "7.0.4",
6+
"version": "7.0.5",
77
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@nativescript/webpack": "~4.0.0",
44-
"node-sass": "^4.14.1",
44+
"sass": "^1.32.8",
4545
"tslint": "~6.1.3",
4646
"typescript": "~3.9.0"
4747
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-master-detail-vue",
33
"main": "app.js",
44
"displayName": "Master Detail with Firebase",
5-
"version": "7.0.4",
5+
"version": "7.0.5",
66
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
4444
"@nativescript/webpack": "~4.0.0",
4545
"babel-loader": "~8.0.0",
4646
"nativescript-vue-template-compiler": "~2.8.0",
47-
"node-sass": "^4.14.1",
47+
"sass": "^1.32.8",
4848
"vue-loader": "~15.9.3"
4949
}
5050
}

packages/template-master-detail/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app.js",
44
"displayName": "Master-Detail with Firebase",
55
"templateType": "App template",
6-
"version": "7.0.4",
6+
"version": "7.0.5",
77
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -43,6 +43,6 @@
4343
"devDependencies": {
4444
"@nativescript/webpack": "~4.0.0",
4545
"eslint": "~7.7.0",
46-
"node-sass": "^4.14.1"
46+
"sass": "^1.32.8"
4747
}
4848
}

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": "main.js",
44
"displayName": "Tabs",
55
"templateType": "App template",
6-
"version": "7.0.6",
6+
"version": "7.0.7",
77
"description": "Tabbed interface template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -54,7 +54,7 @@
5454
"@nativescript/webpack": "~4.0.0",
5555
"@ngtools/webpack": "~11.0.0",
5656
"codelyzer": "~6.0.0",
57-
"node-sass": "^4.14.1",
57+
"sass": "^1.32.8",
5858
"tslint": "~6.1.3",
5959
"typescript": "~4.0.0"
6060
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app.js",
44
"displayName": "Tabs",
55
"templateType": "App template",
6-
"version": "7.0.4",
6+
"version": "7.0.5",
77
"description": "Tabbed interface template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@nativescript/webpack": "~4.0.0",
41-
"node-sass": "^4.14.1",
41+
"sass": "^1.32.8",
4242
"tslint": "~6.1.3",
4343
"typescript": "~3.9.0"
4444
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-tab-navigation-vue",
33
"main": "app.js",
44
"displayName": "Tabs",
5-
"version": "7.0.4",
5+
"version": "7.0.5",
66
"description": "Tabbed interface template using Vue",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
"@nativescript/webpack": "~4.0.0",
4242
"babel-loader": "~8.0.0",
4343
"nativescript-vue-template-compiler": "~2.8.0",
44-
"node-sass": "^4.14.1",
44+
"sass": "^1.32.8",
4545
"vue-loader": "~15.9.3"
4646
}
4747
}

packages/template-tab-navigation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app.js",
44
"displayName": "Tabs",
55
"templateType": "App template",
6-
"version": "7.0.4",
6+
"version": "7.0.5",
77
"description": "Tabbed interface template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -39,6 +39,6 @@
3939
"devDependencies": {
4040
"@nativescript/webpack": "~4.0.0",
4141
"eslint": "~7.7.0",
42-
"node-sass": "^4.14.1"
42+
"sass": "^1.32.8"
4343
}
4444
}

0 commit comments

Comments
 (0)