Skip to content

Commit 9970834

Browse files
committed
chore: nx migrate @nativescript/plugin-tools
1 parent d987d73 commit 9970834

File tree

5 files changed

+5274
-5788
lines changed

5 files changed

+5274
-5788
lines changed

apps/demo-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@valor/nativescript-in-app-review": "file:../../dist/packages/nativescript-in-app-review"
1111
},
1212
"devDependencies": {
13-
"@nativescript/android": "~8.7.0",
14-
"@nativescript/ios": "~8.7.0"
13+
"@nativescript/android": "~8.8.0",
14+
"@nativescript/ios": "~8.8.0"
1515
}
1616
}

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@valor/nativescript-in-app-review": "file:../../packages/nativescript-in-app-review"
1313
},
1414
"devDependencies": {
15-
"@nativescript/android": "~8.7.0",
16-
"@nativescript/ios": "~8.7.0"
15+
"@nativescript/android": "~8.8.0",
16+
"@nativescript/ios": "~8.8.0"
1717
}
1818
}

migrations.json

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1 @@
1-
{
2-
"migrations": [
3-
{
4-
"cli": "nx",
5-
"version": "5.1.0",
6-
"description": "Migrate tools to 5.1.0",
7-
"implementation": "./src/migrations/update-5-1-0/update-5-1-0",
8-
"package": "@nativescript/plugin-tools",
9-
"name": "update-to-5.1.0"
10-
},
11-
{
12-
"cli": "nx",
13-
"version": "5.2.0",
14-
"description": "Migrate tools to 5.2.0",
15-
"implementation": "./src/migrations/update-5-2-0/update-5-2-0",
16-
"package": "@nativescript/plugin-tools",
17-
"name": "update-to-5.2.0"
18-
},
19-
{
20-
"cli": "nx",
21-
"version": "5.3.0",
22-
"description": "Migrate tools to 5.3.0",
23-
"implementation": "./src/migrations/update-5-3-0/update-5-3-0",
24-
"package": "@nativescript/plugin-tools",
25-
"name": "update-to-5.3.0"
26-
}
27-
]
28-
}
1+
{ "migrations": [{ "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" }] }

package.json

Lines changed: 9 additions & 9 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 && yarn",
88
"start": "nps",
99
"add": "nx g @nativescript/plugin-tools:add-package",
1010
"add-angular": "nx g @nativescript/plugin-tools:add-angular",
@@ -32,13 +32,13 @@
3232
"@angular/platform-browser-dynamic": "^18.0.0",
3333
"@angular/router": "^18.0.0",
3434
"@nativescript/angular": "^18.0.0",
35-
"@nativescript/core": "~8.7.0",
36-
"@nativescript/plugin-tools": "5.3.0",
37-
"@nativescript/types": "~8.7.0",
35+
"@nativescript/core": "~8.8.0",
36+
"@nativescript/plugin-tools": "5.4.1",
37+
"@nativescript/types": "~8.8.0",
3838
"@nativescript/webpack": "~5.0.12",
39-
"@ngrx/effects": "^15.1.0",
40-
"@ngrx/store": "^15.1.0",
41-
"@ngrx/store-devtools": "^15.1.0",
39+
"@ngrx/effects": "^18.0.0",
40+
"@ngrx/store": "^18.0.0",
41+
"@ngrx/store-devtools": "^18.0.0",
4242
"@ngtools/webpack": "^18.0.0",
4343
"@types/jest": "27.0.2",
4444
"@types/jsan": "^3.1.2",
@@ -59,7 +59,7 @@
5959
"rxjs": "~7.8.0",
6060
"socketcluster-client": "^14.3.2",
6161
"ts-node": "10.9.1",
62-
"typescript": "~5.4.0",
62+
"typescript": "~5.5.0",
6363
"zone.js": "~0.14.0"
6464
},
6565
"lint-staged": {

0 commit comments

Comments
 (0)