Skip to content

Commit 29942bf

Browse files
committed
fix: theme bump to resolve sass deprecations
1 parent c9e90c5 commit 29942bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/nativescript-starter-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@angular/router": "~18.0.0",
1515
"@nativescript/angular": "^18.0.0",
1616
"@nativescript/core": "~8.8.0",
17-
"@nativescript/theme": "~3.0.2",
17+
"@nativescript/theme": "^3.1.0",
1818
"rxjs": "~7.8.0",
1919
"zone.js": "~0.14.2"
2020
},

apps/nativescript-starter-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"@nativescript/core": "~8.8.0",
8-
"@nativescript/theme": "~3.0.2"
8+
"@nativescript/theme": "^3.1.0"
99
},
1010
"devDependencies": {
1111
"@nativescript/preview-cli": "1.0.13",

apps/nativescript-starter-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"@nativescript/core": "~8.8.0",
8-
"@nativescript/theme": "~3.0.2"
8+
"@nativescript/theme": "^3.1.0"
99
},
1010
"devDependencies": {
1111
"@nativescript/preview-cli": "1.0.13",

0 commit comments

Comments
 (0)