Skip to content

Commit

Permalink
chore: nx migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jul 17, 2024
1 parent c1edcba commit d18b459
Show file tree
Hide file tree
Showing 2 changed files with 1,009 additions and 1,200 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,56 +35,56 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"@angular/animations": "~18.0.0",
"@angular/common": "~18.0.0",
"@angular/compiler": "~18.0.0",
"@angular/core": "~18.0.0",
"@angular/forms": "~18.0.0",
"@angular/platform-browser": "~18.0.0",
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/core": "~8.7.0",
"@angular/animations": "~18.1.0",
"@angular/common": "~18.1.0",
"@angular/compiler": "~18.1.0",
"@angular/core": "~18.1.0",
"@angular/forms": "~18.1.0",
"@angular/platform-browser": "~18.1.0",
"@angular/platform-browser-dynamic": "~18.1.0",
"@angular/router": "~18.1.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2",
"@ngx-translate/core": "~15.0.0",
"nativescript-fonticon": "~5.2.0",
"nativescript-fonticon": "~8.1.3",
"rxjs": "^7.8.0",
"zone.js": "~0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
"@angular-devkit/core": "~18.0.0",
"@angular-devkit/schematics": "~18.0.0",
"@angular-devkit/build-angular": "~18.1.0",
"@angular-devkit/core": "~18.1.0",
"@angular-devkit/schematics": "~18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/compiler-cli": "~18.0.0",
"@angular/compiler-cli": "~18.1.0",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@nativescript/nx": "~18.0.0",
"@nativescript/types": "~8.7.0",
"@nativescript/nx": "^19.0.0",
"@nativescript/types": "~8.8.0",
"@nativescript/unit-test-runner": "^3.0.4",
"@nativescript/webpack": "~5.0.21",
"@ngtools/webpack": "~18.0.0",
"@nativescript/webpack": "~5.0.22",
"@ngtools/webpack": "~18.1.0",
"@nx/angular": "19.4.4",
"@nx/eslint": "19.4.4",
"@nx/eslint-plugin": "19.4.4",
"@nx/jest": "19.4.4",
"@nx/js": "19.4.4",
"@nx/node": "19.4.4",
"@nx/workspace": "19.4.4",
"@schematics/angular": "~18.0.0",
"@types/jasmine": "5.1.1",
"@schematics/angular": "~18.1.0",
"@types/jasmine": "5.1.4",
"@types/jest": "29.5.7",
"@types/node": "^20.0.0",
"@types/sinon": "^17.0.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"conventional-changelog-cli": "^4.1.0",
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"fs-extra": "^11.1.0",
"husky": "~9.0.0",
"husky": "~9.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"karma": "6.4.2",
Expand All @@ -94,7 +94,7 @@
"karma-nativescript-launcher": "0.4.0",
"karma-sinon": "^1.0.5",
"lint-staged": "^15.0.0",
"ng-packagr": "~18.0.0",
"ng-packagr": "~18.1.0",
"nx": "19.4.4",
"nyc": "15.1.0",
"postcss": "^8.4.16",
Expand All @@ -107,7 +107,7 @@
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"tslib": "^2.6.0",
"typescript": "~5.4.0"
"typescript": "~5.5.0"
},
"xplat": {
"prefix": "nativescript",
Expand Down
Loading

0 comments on commit d18b459

Please sign in to comment.