Skip to content

Commit

Permalink
chore: upgrade Nx workspace (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Feb 19, 2023
1 parent 054d2d7 commit 78badc2
Show file tree
Hide file tree
Showing 5 changed files with 2,239 additions and 1,957 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 1 @@
node_modules
2 changes: 1 addition & 1 deletion .github/workflows/until-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 28,7 @@ jobs:
with:
node-version: '16'

- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].4
with:
version: 7.13.4

Expand Down
53 changes: 28 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,7 @@
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors init",
"release": "cd libs/until-destroy && standard-version --infile ../../CHANGELOG.md --skip.bump --skip.commit --skip.tag",
"lint": "nx workspace-lint && nx lint until-destroy",
"lint": "nx lint until-destroy",
"test": "nx run-many --target test --projects until-destroy,until-destroy-migration --run-in-band",
"test:watch": "nx test until-destroy --run-in-band --watch-all",
"test:integration": "nx test integration --run-in-band",
Expand All @@ -35,32 35,35 @@
"Angular unsubscribe"
],
"devDependencies": {
"@angular-builders/custom-webpack": "15.0.0-beta.0",
"@angular-devkit/build-angular": "15.0.0",
"@angular-builders/custom-webpack": "15.0.0",
"@angular-devkit/build-angular": "15.1.6",
"@angular-devkit/core": "~15.1.0",
"@angular-devkit/schematics": "~15.1.0",
"@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "~15.0.0",
"@angular/common": "15.0.0",
"@angular/compiler": "15.0.0",
"@angular/compiler-cli": "15.0.0",
"@angular/core": "15.0.0",
"@angular/platform-browser": "15.0.0",
"@angular/platform-browser-dynamic": "15.0.0",
"@angular/router": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "~15.1.0",
"@angular/common": "15.1.5",
"@angular/compiler": "15.1.5",
"@angular/compiler-cli": "15.1.5",
"@angular/core": "15.1.5",
"@angular/platform-browser": "15.1.5",
"@angular/platform-browser-dynamic": "15.1.5",
"@angular/router": "15.1.5",
"@babel/core": "7.20.2",
"@commitlint/cli": "16.2.1",
"@commitlint/config-conventional": "16.2.1",
"@nrwl/angular": "15.2.1",
"@nrwl/cli": "15.2.1",
"@nrwl/cypress": "15.2.1",
"@nrwl/eslint-plugin-nx": "15.2.1",
"@nrwl/jest": "15.2.1",
"@nrwl/linter": "15.2.1",
"@nrwl/tao": "15.2.1",
"@nrwl/workspace": "15.2.1",
"@nrwl/angular": "15.7.2",
"@nrwl/cli": "15.7.2",
"@nrwl/cypress": "15.7.2",
"@nrwl/eslint-plugin-nx": "15.7.2",
"@nrwl/jest": "15.7.2",
"@nrwl/linter": "15.7.2",
"@nrwl/tao": "15.7.2",
"@nrwl/workspace": "15.7.2",
"@schematics/angular": "15.1.0",
"@types/jest": "28.1.8",
"@types/minimist": "1.2.2",
"@types/node": "15.12.1",
Expand All @@ -77,11 80,11 @@
"husky": "7.0.4",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.2",
"jest-preset-angular": "12.2.3",
"lint-staged": "^11.0.0",
"minimist": "1.2.6",
"ng-packagr": "15.0.0",
"nx": "15.2.1",
"ng-packagr": "15.1.2",
"nx": "15.7.2",
"postcss": "^8.3.9",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
Expand Down
Loading

0 comments on commit 78badc2

Please sign in to comment.