Skip to content

Commit e2caab1

Browse files
committed
fix: theme sass deprecation
1 parent 0298deb commit e2caab1

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

packages/template-blank-ng/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@angular/router": "~18.0.0",
5050
"@nativescript/angular": "^18.0.0",
5151
"@nativescript/core": "~8.8.0",
52-
"@nativescript/theme": "~3.0.2",
52+
"@nativescript/theme": "^3.1.0",
5353
"rxjs": "~7.8.0",
5454
"zone.js": "~0.14.0"
5555
},

packages/template-blank-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@nativescript/core": "~8.8.0",
46-
"@nativescript/theme": "~3.0.2",
46+
"@nativescript/theme": "^3.1.0",
4747
"svelte-native": "~1.0.9"
4848
},
4949
"devDependencies": {

packages/template-blank-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@nativescript/core": "~8.8.0",
42-
"@nativescript/theme": "~3.0.2"
42+
"@nativescript/theme": "^3.1.0"
4343
},
4444
"devDependencies": {
4545
"@nativescript/types": "~8.8.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
"dependencies": {
4444
"@nativescript/core": "~8.8.0",
45-
"@nativescript/theme": "~3.0.2",
45+
"@nativescript/theme": "^3.1.0",
4646
"nativescript-vue": "~2.9.3"
4747
},
4848
"devDependencies": {

packages/template-blank-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"dependencies": {
4343
"@nativescript/core": "~8.8.0",
44-
"@nativescript/theme": "~3.0.2",
44+
"@nativescript/theme": "^3.1.0",
4545
"nativescript-vue": "~2.9.3"
4646
},
4747
"devDependencies": {

packages/template-blank/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@nativescript/core": "~8.8.0",
42-
"@nativescript/theme": "~3.0.2"
42+
"@nativescript/theme": "^3.1.0"
4343
},
4444
"devDependencies": {
4545
"@nativescript/webpack": "~5.0.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@angular/router": "~18.0.0",
5252
"@nativescript/angular": "^18.0.0",
5353
"@nativescript/core": "~8.8.0",
54-
"@nativescript/theme": "~3.0.2",
54+
"@nativescript/theme": "^3.1.0",
5555
"nativescript-ui-sidedrawer": "~15.2.0",
5656
"rxjs": "~7.8.0",
5757
"zone.js": "~0.14.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@nativescript/core": "~8.8.0",
44-
"@nativescript/theme": "~3.0.2",
44+
"@nativescript/theme": "^3.1.0",
4545
"nativescript-ui-sidedrawer": "~15.2.0",
4646
"rxjs": "~7.8.0"
4747
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@nativescript/core": "~8.8.0",
45-
"@nativescript/theme": "~3.0.2",
45+
"@nativescript/theme": "^3.1.0",
4646
"nativescript-ui-sidedrawer": "~15.2.0",
4747
"nativescript-vue": "~2.9.3",
4848
"rxjs": "~7.8.0"

packages/template-drawer-navigation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@nativescript/core": "~8.8.0",
43-
"@nativescript/theme": "~3.0.2",
43+
"@nativescript/theme": "^3.1.0",
4444
"nativescript-ui-sidedrawer": "~15.2.0",
4545
"rxjs": "~7.8.0"
4646
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@angular/router": "~18.0.0",
4444
"@nativescript/angular": "^18.0.0",
4545
"@nativescript/core": "~8.8.0",
46-
"@nativescript/theme": "~3.0.2",
46+
"@nativescript/theme": "^3.1.0",
4747
"rxjs": "~7.8.0",
4848
"zone.js": "~0.14.0"
4949
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
3535
"dependencies": {
3636
"@nativescript/core": "~8.8.0",
37-
"@nativescript/theme": "~3.0.2"
37+
"@nativescript/theme": "^3.1.0"
3838
},
3939
"devDependencies": {
4040
"@nativescript/types": "~8.8.0",

packages/template-hello-world/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
3636
"dependencies": {
3737
"@nativescript/core": "~8.8.0",
38-
"@nativescript/theme": "~3.0.2"
38+
"@nativescript/theme": "^3.1.0"
3939
},
4040
"devDependencies": {
4141
"@nativescript/webpack": "~5.0.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@nativescript/angular": "^18.0.0",
5353
"@nativescript/core": "~8.8.0",
5454
"@nativescript/imagepicker": "~3.1.0",
55-
"@nativescript/theme": "~3.0.2",
55+
"@nativescript/theme": "^3.1.0",
5656
"nativescript-ui-listview": "~15.2.0",
5757
"rxjs": "~7.8.0",
5858
"zone.js": "~0.14.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@nativescript/core": "~8.8.0",
4343
"@nativescript/imagepicker": "~3.1.0",
44-
"@nativescript/theme": "~3.0.2",
44+
"@nativescript/theme": "^3.1.0",
4545
"nativescript-ui-listview": "~15.2.0",
4646
"rxjs": "~7.8.0"
4747
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@nativescript/core": "~8.8.0",
4444
"@nativescript/imagepicker": "~3.1.0",
45-
"@nativescript/theme": "~3.0.2",
45+
"@nativescript/theme": "^3.1.0",
4646
"nativescript-ui-listview": "~15.2.0",
4747
"nativescript-vue": "~2.9.3"
4848
},

packages/template-master-detail/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@nativescript/core": "~8.8.0",
4343
"@nativescript/imagepicker": "~3.1.0",
44-
"@nativescript/theme": "~3.0.2",
44+
"@nativescript/theme": "^3.1.0",
4545
"nativescript-ui-listview": "~15.2.0",
4646
"rxjs": "~7.8.0"
4747
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@angular/router": "~18.0.0",
5252
"@nativescript/angular": "^18.0.0",
5353
"@nativescript/core": "~8.8.0",
54-
"@nativescript/theme": "~3.0.2",
54+
"@nativescript/theme": "^3.1.0",
5555
"rxjs": "~7.8.0",
5656
"zone.js": "~0.14.0"
5757
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@nativescript/core": "~8.8.0",
44-
"@nativescript/theme": "~3.0.2"
44+
"@nativescript/theme": "^3.1.0"
4545
},
4646
"devDependencies": {
4747
"@nativescript/types": "~8.8.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"dependencies": {
4343
"@nativescript/core": "~8.8.0",
44-
"@nativescript/theme": "~3.0.2",
44+
"@nativescript/theme": "^3.1.0",
4545
"nativescript-vue": "~2.9.3"
4646
},
4747
"devDependencies": {

packages/template-tab-navigation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@nativescript/core": "~8.8.0",
43-
"@nativescript/theme": "~3.0.2"
43+
"@nativescript/theme": "^3.1.0"
4444
},
4545
"devDependencies": {
4646
"@nativescript/webpack": "~5.0.0"

0 commit comments

Comments
 (0)