Skip to content

Commit

Permalink
chore(repo): update nx to 17.1.1 (#20160)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Nov 9, 2023
1 parent a86d926 commit 6289373
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 328 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@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-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.0.0",
"@angular/common": "~17.0.0",
"@angular/compiler": "~17.0.0",
Expand Down Expand Up @@ -63,19 +63,19 @@
"@ngrx/effects": "~16.0.0",
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@nx/angular": "17.1.0-beta.4",
"@nx/cypress": "17.1.0-beta.4",
"@nx/devkit": "17.1.0-beta.4",
"@nx/esbuild": "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/next": "17.1.0-beta.4",
"@nx/playwright": "17.1.0-beta.4",
"@nx/react": "17.1.0-beta.4",
"@nx/storybook": "17.1.0-beta.4",
"@nx/web": "17.1.0-beta.4",
"@nx/webpack": "17.1.0-beta.4",
"@nx/angular": "17.1.1",
"@nx/cypress": "17.1.1",
"@nx/devkit": "17.1.1",
"@nx/esbuild": "17.1.1",
"@nx/eslint-plugin": "17.1.1",
"@nx/jest": "17.1.1",
"@nx/js": "17.1.1",
"@nx/next": "17.1.1",
"@nx/playwright": "17.1.1",
"@nx/react": "17.1.1",
"@nx/storybook": "17.1.1",
"@nx/web": "17.1.1",
"@nx/webpack": "17.1.1",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
Expand Down Expand Up @@ -227,7 +227,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxi": "npm:[email protected]",
"nx": "17.1.0-beta.4",
"nx": "17.1.1",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down Expand Up @@ -293,7 +293,7 @@
"xstate": "4.34.0",
"yargs": "^17.6.2",
"yargs-parser": "21.1.1",
"@nx/eslint": "17.1.0-beta.4"
"@nx/eslint": "17.1.1"
},
"author": "Victor Savkin",
"license": "MIT",
Expand Down
Loading

1 comment on commit 6289373

@vercel
Copy link

@vercel vercel bot commented on 6289373 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.