Skip to content

Commit 592ed42

Browse files
committed
chore: nx migrate @nativescript/plugin-tools
1 parent 6cb8fec commit 592ed42

File tree

6 files changed

+30
-27
lines changed

6 files changed

+30
-27
lines changed

apps/demo-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@nativescript/mlkit-custom-object-detection": "file:../../dist/packages/mlkit-custom-object-detection"
1515
},
1616
"devDependencies": {
17-
"@nativescript/android": "~8.8.0",
18-
"@nativescript/ios": "~8.8.0"
17+
"@nativescript/android": "~8.9.0",
18+
"@nativescript/ios": "~8.9.0"
1919
}
2020
}

apps/demo-angular/src/app.scss

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
@import 'nativescript-theme-core/scss/light';
22
@import 'nativescript-theme-core/scss/index';
33

4-
button, label, stack-layout {
5-
horizontal-align: center;
4+
button,
5+
label,
6+
stack-layout {
7+
horizontal-align: center;
68
}
79

810
button {
9-
font-size: 16;
11+
font-size: 16;
1012
}
1113

1214
.title {
13-
font-size: 30;
14-
margin: 20;
15+
font-size: 30;
16+
margin: 20;
1517
}
1618

1719
.message {
18-
font-size: 20;
19-
color: #284848;
20-
text-align: center;
21-
margin: 0 20;
22-
}
20+
font-size: 20;
21+
color: #284848;
22+
text-align: center;
23+
margin: 0 20;
24+
}
25+
26+
.rounded {
27+
border-radius: 20;
28+
}

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nativescript/mlkit-custom-object-detection": "file:../../packages/mlkit-custom-object-detection"
1818
},
1919
"devDependencies": {
20-
"@nativescript/android": "~8.8.0",
21-
"@nativescript/ios": "~8.8.0"
20+
"@nativescript/android": "~8.9.0",
21+
"@nativescript/ios": "~8.9.0"
2222
}
2323
}

apps/demo/src/app.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
@import 'nativescript-theme-core/scss/light';
2-
@import 'nativescript-theme-core/scss/index';
2+
@import 'nativescript-theme-core/scss/index';
3+
.rounded {
4+
border-radius: 20;
5+
}

migrations.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
{
2-
"migrations": [
3-
{ "cli": "nx", "version": "5.3.0", "description": "Migrate tools to 5.3.0", "implementation": "./src/migrations/update-5-3-0/update-5-3-0", "package": "@nativescript/plugin-tools", "name": "update-to-5.3.0" },
4-
{ "cli": "nx", "version": "5.4.0", "description": "Migrate tools to 5.4.0", "implementation": "./src/migrations/update-5-4-0/update-5-4-0", "package": "@nativescript/plugin-tools", "name": "update-to-5.4.0" },
5-
{ "cli": "nx", "version": "5.5.0", "description": "Migrate tools to 5.5.0", "implementation": "./src/migrations/update-5-5-0/update-5-5-0", "package": "@nativescript/plugin-tools", "name": "update-to-5.5.0" }
6-
]
7-
}
1+
{ "migrations": [{ "cli": "nx", "version": "5.5.3", "description": "Migrate tools to 5.5.3", "implementation": "./src/migrations/update-5-5-3/update-5-5-3", "package": "@nativescript/plugin-tools", "name": "update-to-5.5.3" }] }

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"license": "MIT",
55
"scripts": {
6-
"postinstall": "husky install && npx ts-patch install",
7-
"setup": "npx rimraf node_modules package-lock.json dist tmp yarn.lock && yarn config set ignore-engines true && ns package-manager set npm && yarn",
6+
"postinstall": "husky && npx ts-patch install",
7+
"setup": "npx rimraf node_modules package-lock.json dist tmp yarn.lock && npm install",
88
"start": "nps",
99
"add": "nx g @nativescript/plugin-tools:add-package",
1010
"add-angular": "nx g @nativescript/plugin-tools:add-angular",
@@ -26,9 +26,9 @@
2626
"@angular/platform-browser-dynamic": "^19.0.0",
2727
"@angular/router": "^19.0.0",
2828
"@nativescript/angular": "^19.0.0",
29-
"@nativescript/core": "~8.8.0",
30-
"@nativescript/plugin-tools": "5.5.1",
31-
"@nativescript/types": "~8.8.0",
29+
"@nativescript/core": "~8.9.0",
30+
"@nativescript/plugin-tools": "5.5.3",
31+
"@nativescript/types": "~8.9.0",
3232
"@nativescript/webpack": "~5.0.5",
3333
"@ngtools/webpack": "^19.0.0",
3434
"husky": "~9.0.0",

0 commit comments

Comments
 (0)