Skip to content

Commit

Permalink
Merge pull request #119 from Dafnik/update-nx-workspace-19.1.1
Browse files Browse the repository at this point in the history
Update @nx/workspace to 19.1.1
  • Loading branch information
Dafnik committed Jun 1, 2024
2 parents 19423d5 + d42d996 commit 034afae
Show file tree
Hide file tree
Showing 3 changed files with 1,610 additions and 1,463 deletions.
10 changes: 8 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nx/typescript"],
"rules": {}
"rules": {
"@typescript-eslint/no-extra-semi": "error",
"no-extra-semi": "off"
}
},
{
"files": ["*.js", "*.jsx"],
"extends": ["plugin:@nx/javascript"],
"rules": {}
"rules": {
"@typescript-eslint/no-extra-semi": "error",
"no-extra-semi": "off"
}
},
{
"files": ["*.spec.ts", "*.spec.tsx", "*.spec.js", "*.spec.jsx"],
Expand Down
55 changes: 27 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,43 +16,43 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.0",
"@angular/cdk": "17.3.0",
"@angular/common": "17.3.0",
"@angular/compiler": "17.3.0",
"@angular/core": "17.3.0",
"@angular/forms": "17.3.0",
"@angular/localize": "17.3.0",
"@angular/platform-browser": "17.3.0",
"@angular/platform-browser-dynamic": "17.3.0",
"@angular/router": "17.3.0",
"@nx/angular": "18.3.4",
"@angular/animations": "18.0.1",
"@angular/cdk": "18.0.1",
"@angular/common": "18.0.1",
"@angular/compiler": "18.0.1",
"@angular/core": "18.0.1",
"@angular/forms": "18.0.1",
"@angular/localize": "18.0.1",
"@angular/platform-browser": "18.0.1",
"@angular/platform-browser-dynamic": "18.0.1",
"@angular/router": "18.0.1",
"@nx/angular": "19.1.1",
"bootstrap": "5.3.3",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.0",
"@angular-devkit/core": "17.3.0",
"@angular-devkit/schematics": "17.3.0",
"@angular-devkit/build-angular": "18.0.2",
"@angular-devkit/core": "18.0.2",
"@angular-devkit/schematics": "18.0.2",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "17.3.0",
"@angular/language-service": "17.3.0",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.1",
"@angular/language-service": "18.0.1",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "^19.0.0",
"@hirez_io/observer-spy": "2.2.0",
"@jscutlery/semver": "5.2.2",
"@nx/devkit": "18.3.4",
"@nx/eslint": "18.3.4",
"@nx/eslint-plugin": "18.3.4",
"@nx/jest": "18.3.4",
"@nx/web": "18.3.4",
"@nx/workspace": "18.3.4",
"@schematics/angular": "17.3.6",
"@nx/devkit": "19.1.1",
"@nx/eslint": "19.1.1",
"@nx/eslint-plugin": "19.1.1",
"@nx/jest": "19.1.1",
"@nx/web": "19.1.1",
"@nx/workspace": "19.1.1",
"@schematics/angular": "18.0.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.1",
Expand All @@ -67,10 +67,10 @@
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.0.3",
"jest-preset-angular": "14.1.0",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "17.3.0",
"nx": "18.3.4",
"ng-packagr": "18.0.0",
"nx": "19.1.1",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-preset-env": "9.5.9",
Expand All @@ -81,4 +81,3 @@
"typescript": "5.4.5"
}
}

Loading

0 comments on commit 034afae

Please sign in to comment.