Skip to content

Commit c08d668

Browse files
committed
chore: migrate Nx 12.7.1
1 parent b99210c commit c08d668

File tree

3 files changed

+590
-361
lines changed

3 files changed

+590
-361
lines changed

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module.exports = {
2-
projects: ['<rootDir>/packages/angular', '<rootDir>/packages/zone-js'],
3-
};
1+
const { getJestProjects } = require('@nrwl/jest');
2+
3+
module.exports = { projects: getJestProjects() };

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,37 @@
3131
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3232
},
3333
"dependencies": {
34-
"@angular/animations": "^12.0.0",
35-
"@angular/common": "^12.0.0",
36-
"@angular/compiler": "^12.0.0",
37-
"@angular/core": "^12.0.0",
38-
"@angular/forms": "^12.0.0",
39-
"@angular/platform-browser": "^12.0.0",
40-
"@angular/platform-browser-dynamic": "^12.0.0",
41-
"@angular/router": "^12.0.0",
34+
"@angular/animations": "12.2.1",
35+
"@angular/common": "12.2.1",
36+
"@angular/compiler": "12.2.1",
37+
"@angular/core": "12.2.1",
38+
"@angular/forms": "12.2.1",
39+
"@angular/platform-browser": "12.2.1",
40+
"@angular/platform-browser-dynamic": "12.2.1",
41+
"@angular/router": "12.2.1",
4242
"@nativescript/core": "next",
4343
"@nativescript/theme": "~3.0.0",
4444
"nativescript-ngx-fonticon": "~7.0.0",
4545
"rxjs": "^6.6.0",
46-
"zone.js": "~0.11.4"
46+
"zone.js": "0.11.4"
4747
},
4848
"devDependencies": {
49-
"@angular-eslint/eslint-plugin": "~12.0.0",
50-
"@angular-eslint/eslint-plugin-template": "~12.0.0",
51-
"@angular-eslint/template-parser": "~12.0.0",
52-
"@angular/compiler-cli": "^12.0.0",
49+
"@angular-eslint/eslint-plugin": "12.3.1",
50+
"@angular-eslint/eslint-plugin-template": "12.3.1",
51+
"@angular-eslint/template-parser": "12.3.1",
52+
"@angular/compiler-cli": "12.2.1",
5353
"@nativescript/ios": "8.0.0",
5454
"@nativescript/types": "^8.0.0",
5555
"@nativescript/unit-test-runner": "^2.0.5",
5656
"@nativescript/webpack": "beta",
5757
"@ngtools/webpack": "^12.0.0",
58-
"@nrwl/angular": "12.5.9",
59-
"@nrwl/cli": "12.5.9",
60-
"@nrwl/eslint-plugin-nx": "12.5.9",
61-
"@nrwl/jest": "12.5.9",
62-
"@nrwl/node": "12.5.9",
63-
"@nrwl/tao": "12.5.9",
64-
"@nrwl/workspace": "12.5.9",
58+
"@nrwl/angular": "12.7.1",
59+
"@nrwl/cli": "12.7.1",
60+
"@nrwl/eslint-plugin-nx": "12.7.1",
61+
"@nrwl/jest": "12.7.1",
62+
"@nrwl/node": "12.7.1",
63+
"@nrwl/tao": "12.7.1",
64+
"@nrwl/workspace": "12.7.1",
6565
"@nstudio/angular": "12.5.1",
6666
"@nstudio/nativescript": "12.5.1",
6767
"@nstudio/nativescript-angular": "12.5.1",
@@ -73,7 +73,7 @@
7373
"@typescript-eslint/eslint-plugin": "4.19.0",
7474
"@typescript-eslint/parser": "4.19.0",
7575
"conventional-changelog-cli": "^2.1.1",
76-
"dotenv": "8.2.0",
76+
"dotenv": "10.0.0",
7777
"eslint": "7.22.0",
7878
"eslint-config-prettier": "8.1.0",
7979
"fs-extra": "^9.0.1",
@@ -86,15 +86,15 @@
8686
"karma-sinon": "^1.0.5",
8787
"karma-webpack": "5.0.0",
8888
"lint-staged": "~10.5.0",
89-
"ng-packagr": "^12.0.2",
89+
"ng-packagr": "12.1.2",
9090
"prettier": "2.3.2",
9191
"sass": "~1.32.0",
9292
"sinon": "^11.1.1",
9393
"ts-jest": "27.0.3",
9494
"ts-node": "9.1.1",
9595
"tslib": "^2.1.0",
9696
"tslint": "6.1.3",
97-
"typescript": "~4.2.4"
97+
"typescript": "4.3.5"
9898
},
9999
"xplat": {
100100
"prefix": "nativescript",

0 commit comments

Comments
 (0)