Skip to content

Commit

Permalink
chore: update workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed May 10, 2024
1 parent c5f3a45 commit 61eddc2
Show file tree
Hide file tree
Showing 4 changed files with 2,429 additions and 1,247 deletions.
4 changes: 2 additions & 2 deletions apps/nativescript-demo-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@nativescript-community/ui-material-bottom-navigation": "^7.2.0"
},
"devDependencies": {
"@nativescript/android": "~8.6.0",
"@nativescript/ios": "~8.6.0",
"@nativescript/android": "~8.7.0",
"@nativescript/ios": "~8.7.0",
"@nativescript/unit-test-runner": "^3.0.1"
}
}
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,45 +35,45 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"@angular/animations": "17.0.0",
"@angular/common": "17.0.0",
"@angular/compiler": "17.0.0",
"@angular/core": "17.0.0",
"@angular/forms": "17.0.0",
"@angular/platform-browser": "17.0.0",
"@angular/platform-browser-dynamic": "17.0.0",
"@angular/router": "17.0.0",
"@nativescript/core": "~8.6.0",
"@angular/animations": "17.3.8",
"@angular/common": "17.3.8",
"@angular/compiler": "17.3.8",
"@angular/core": "17.3.8",
"@angular/forms": "17.3.8",
"@angular/platform-browser": "17.3.8",
"@angular/platform-browser-dynamic": "17.3.8",
"@angular/router": "17.3.8",
"@nativescript/core": "~8.7.0",
"@nativescript/theme": "~3.0.2",
"@ngx-translate/core": "~15.0.0",
"nativescript-fonticon": "~8.0.0",
"nativescript-fonticon": "~8.1.0",
"rxjs": "^7.8.0",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.0.0",
"@angular-devkit/core": "17.0.0",
"@angular-devkit/schematics": "17.0.0",
"@angular-eslint/eslint-plugin": "17.0.0",
"@angular-eslint/eslint-plugin-template": "17.0.0",
"@angular-eslint/template-parser": "17.0.0",
"@angular/compiler-cli": "17.0.0",
"@angular-devkit/build-angular": "17.3.7",
"@angular-devkit/core": "17.3.7",
"@angular-devkit/schematics": "17.3.7",
"@angular-eslint/eslint-plugin": "17.4.0",
"@angular-eslint/eslint-plugin-template": "17.4.0",
"@angular-eslint/template-parser": "17.4.0",
"@angular/compiler-cli": "17.3.8",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@nativescript/types": "~8.6.0",
"@nativescript/types": "~8.7.0",
"@nativescript/unit-test-runner": "^3.0.4",
"@nativescript/webpack": "~5.0.12",
"@ngtools/webpack": "17.0.0",
"@nativescript/webpack": "~5.0.21",
"@ngtools/webpack": "17.3.7",
"@nstudio/angular": "17.0.1",
"@nstudio/nativescript": "17.0.1",
"@nstudio/nativescript-angular": "17.0.1",
"@nstudio/xplat": "17.0.1",
"@nx/angular": "17.1.0-beta.4",
"@nx/eslint": "17.1.0-beta.4",
"@nx/eslint-plugin": "17.1.0-beta.4",
"@nx/jest": "17.1.0-beta.4",
"@nx/js": "17.1.0-beta.4",
"@nx/node": "17.1.0-beta.4",
"@nx/workspace": "17.1.0-beta.4",
"@nx/angular": "17.1.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/node": "17.1.3",
"@nx/workspace": "17.1.3",
"@schematics/angular": "17.0.0",
"@types/jasmine": "5.1.1",
"@types/jest": "29.5.7",
Expand All @@ -86,7 +86,7 @@
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"fs-extra": "^11.1.0",
"husky": "~8.0.1",
"husky": "~9.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"karma": "6.4.2",
Expand All @@ -96,8 +96,8 @@
"karma-nativescript-launcher": "0.4.0",
"karma-sinon": "^1.0.5",
"lint-staged": "^15.0.0",
"ng-packagr": "17.0.0",
"nx": "17.1.0-beta.4",
"ng-packagr": "17.3.0",
"nx": "17.1.3",
"nyc": "15.1.0",
"postcss": "^8.4.16",
"postcss-import": "15.1.0",
Expand All @@ -109,7 +109,7 @@
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslib": "^2.6.0",
"typescript": "5.2.2"
"typescript": "~5.4.0"
},
"xplat": {
"prefix": "nativescript",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/angular",
"version": "17.0.0",
"version": "17.1.0",
"homepage": "https://nativescript.org/",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 61eddc2

Please sign in to comment.