Skip to content

Commit fbb5e02

Browse files
committed
chore: nx 13
1 parent d2e6569 commit fbb5e02

File tree

4 files changed

+1160
-1465
lines changed

4 files changed

+1160
-1465
lines changed

nx.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@
2222
}
2323
}
2424
},
25-
"projects": {
26-
"angular": {
27-
"tags": []
28-
},
29-
"nativescript-demo-ng": {
30-
"tags": []
31-
},
32-
"zone-js": {
33-
"tags": []
34-
}
35-
},
3625
"workspaceLayout": {
3726
"appsDir": "apps",
3827
"libsDir": "packages"
@@ -44,5 +33,8 @@
4433
"projects": "dependencies"
4534
}
4635
]
36+
},
37+
"cli": {
38+
"defaultCollection": "@nstudio/xplat"
4739
}
4840
}

package.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@
5454
"@nativescript/unit-test-runner": "^2.0.5",
5555
"@nativescript/webpack": "5.0.0",
5656
"@ngtools/webpack": "12.2.5",
57-
"@nrwl/angular": "12.9.0",
58-
"@nrwl/cli": "12.9.0",
59-
"@nrwl/eslint-plugin-nx": "12.9.0",
60-
"@nrwl/jest": "12.9.0",
61-
"@nrwl/node": "12.9.0",
62-
"@nrwl/tao": "12.9.0",
63-
"@nrwl/workspace": "12.9.0",
57+
"@nrwl/angular": "13.1.3",
58+
"@nrwl/cli": "13.1.3",
59+
"@nrwl/eslint-plugin-nx": "13.1.3",
60+
"@nrwl/jest": "13.1.3",
61+
"@nrwl/node": "13.1.3",
62+
"@nrwl/tao": "13.1.3",
63+
"@nrwl/workspace": "13.1.3",
6464
"@nstudio/angular": "12.7.0",
6565
"@nstudio/nativescript": "12.7.0",
6666
"@nstudio/nativescript-angular": "12.7.0",
6767
"@nstudio/xplat": "12.7.0",
6868
"@types/jasmine": "^3.7.2",
69-
"@types/jest": "~26.0.8",
69+
"@types/jest": "27.0.2",
7070
"@types/node": "14.14.33",
7171
"@types/sinon": "^10.0.2",
7272
"@typescript-eslint/eslint-plugin": "4.19.0",
@@ -77,19 +77,23 @@
7777
"eslint-config-prettier": "8.1.0",
7878
"fs-extra": "^9.0.1",
7979
"husky": "~7.0.1",
80-
"jest": "27.0.3",
80+
"jest": "27.2.3",
8181
"karma": "6.3.3",
8282
"karma-jasmine": "4.0.1",
8383
"karma-mocha-reporter": "^2.2.5",
8484
"karma-nativescript-launcher": "0.4.0",
8585
"karma-sinon": "^1.0.5",
8686
"karma-webpack": "5.0.0",
8787
"lint-staged": "^11.0.0",
88-
"ng-packagr": "12.2.1",
88+
"ng-packagr": "12.2.5",
89+
"postcss": "^8.3.9",
90+
"postcss-import": "^14.0.2",
91+
"postcss-preset-env": "^6.7.0",
92+
"postcss-url": "^10.1.1",
8993
"prettier": "2.3.2",
9094
"sass": "^1.32.0",
9195
"sinon": "^11.1.1",
92-
"ts-jest": "27.0.3",
96+
"ts-jest": "27.0.5",
9397
"ts-node": "9.1.1",
9498
"tslib": "^2.1.0",
9599
"typescript": "4.3.5"

workspace.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
"outputs": ["coverage/packages/angular"]
3131
}
32-
}
32+
},
33+
"tags": []
3334
},
3435
"nativescript-demo-ng": {
3536
"root": "apps/nativescript-demo-ng/",
@@ -111,7 +112,8 @@
111112
"setupFile": "apps/nativescript-demo-ng/src/test-setup.ts"
112113
}
113114
}
114-
}
115+
},
116+
"tags": []
115117
},
116118
"zone-js": {
117119
"root": "packages/zone-js",
@@ -142,10 +144,8 @@
142144
"passWithNoTests": true
143145
}
144146
}
145-
}
147+
},
148+
"tags": []
146149
}
147-
},
148-
"cli": {
149-
"defaultCollection": "@nstudio/xplat"
150150
}
151151
}

0 commit comments

Comments
 (0)