Skip to content

Commit ae0fca3

Browse files
committed
chore: migrate nx and fix wrong versioning
1 parent 8413e8e commit ae0fca3

File tree

4 files changed

+2273
-2002
lines changed

4 files changed

+2273
-2002
lines changed

apps/nativescript-demo-ng/.eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"error",
1414
{
1515
"type": "attribute",
16-
"prefix": "nativescript",
16+
"prefix": "",
1717
"style": "camelCase"
1818
}
1919
],
2020
"@angular-eslint/component-selector": [
2121
"error",
2222
{
2323
"type": "element",
24-
"prefix": "nativescript",
24+
"prefix": "",
2525
"style": "kebab-case"
2626
}
2727
]

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,29 @@
4646
"@nativescript/core": "~8.4.0",
4747
"@nativescript/theme": "~3.0.2",
4848
"@ngx-translate/core": "~14.0.0",
49-
"@nrwl/nx-cloud": "^15.0.2",
49+
"@nrwl/nx-cloud": "15.0.2",
5050
"nativescript-ngx-fonticon": "~7.0.0",
5151
"rxjs": "^7.5.6",
5252
"zone.js": "~0.12.0"
5353
},
5454
"devDependencies": {
55-
"@angular-devkit/build-angular": "15.0.1",
56-
"@angular-eslint/eslint-plugin": "14.0.4",
57-
"@angular-eslint/eslint-plugin-template": "14.0.4",
58-
"@angular-eslint/template-parser": "14.0.4",
59-
"@angular/compiler-cli": "15.0.1",
55+
"@angular-devkit/build-angular": "~15.0.0",
56+
"@angular-eslint/eslint-plugin": "~15.0.0",
57+
"@angular-eslint/eslint-plugin-template": "~15.0.0",
58+
"@angular-eslint/template-parser": "~15.0.0",
59+
"@angular/compiler-cli": "~15.0.0",
6060
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
6161
"@nativescript/types": "~8.4.0",
6262
"@nativescript/unit-test-runner": "^3.0.4",
6363
"@nativescript/webpack": "~5.0.12",
64-
"@ngtools/webpack": "15.0.1",
65-
"@nrwl/angular": "15.2.1",
66-
"@nrwl/cli": "15.2.1",
67-
"@nrwl/eslint-plugin-nx": "15.2.1",
68-
"@nrwl/jest": "15.2.1",
69-
"@nrwl/js": "15.2.1",
70-
"@nrwl/node": "15.2.1",
71-
"@nrwl/workspace": "15.2.1",
64+
"@nrwl/angular": "15.4.2",
65+
"@nrwl/cli": "15.4.2",
66+
"@nrwl/eslint-plugin-nx": "15.4.2",
67+
"@nrwl/jest": "15.4.2",
68+
"@nrwl/js": "15.4.2",
69+
"@nrwl/linter": "15.4.2",
70+
"@nrwl/node": "15.4.2",
71+
"@nrwl/workspace": "15.4.2",
7272
"@nstudio/angular": "15.0.2",
7373
"@nstudio/nativescript": "15.0.2",
7474
"@nstudio/nativescript-angular": "15.0.2",
@@ -77,8 +77,8 @@
7777
"@types/jest": "28.1.8",
7878
"@types/node": "^18.7.13",
7979
"@types/sinon": "^10.0.13",
80-
"@typescript-eslint/eslint-plugin": "~5.35.1",
81-
"@typescript-eslint/parser": "~5.35.1",
80+
"@typescript-eslint/eslint-plugin": "^5.36.1",
81+
"@typescript-eslint/parser": "^5.36.1",
8282
"conventional-changelog-cli": "^2.2.2",
8383
"dotenv": "16.0.1",
8484
"eslint": "8.22.0",
@@ -94,7 +94,7 @@
9494
"karma-sinon": "^1.0.5",
9595
"lint-staged": "^13.0.3",
9696
"ng-packagr": "15.0.1",
97-
"nx": "15.2.1",
97+
"nx": "15.4.2",
9898
"nyc": "15.1.0",
9999
"postcss": "^8.4.16",
100100
"postcss-import": "14.1.0",

packages/angular/.eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"error",
1111
{
1212
"type": "attribute",
13-
"prefix": "nativescript",
13+
"prefix": "",
1414
"style": "camelCase"
1515
}
1616
],
1717
"@angular-eslint/component-selector": [
1818
"error",
1919
{
2020
"type": "element",
21-
"prefix": "nativescript",
21+
"prefix": "",
2222
"style": "kebab-case"
2323
}
2424
]

0 commit comments

Comments
 (0)