Skip to content

Commit

Permalink
chore(repo): update nx to 16.6.0-beta.4 (#18196)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Jul 20, 2023
1 parent fb0f1f0 commit a988be0
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 304 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"error",
{
"enforceBuildableLibDependency": true,
"checkDynamicDependenciesExceptions": [".*"],
"allow": [],
"depConstraints": [
{
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@nguniversal/builders": "~16.1.0",
"@nx/cypress": "16.6.0-beta.2",
"@nx/devkit": "16.6.0-beta.2",
"@nx/eslint-plugin": "16.6.0-beta.2",
"@nx/jest": "16.6.0-beta.2",
"@nx/js": "16.6.0-beta.2",
"@nx/linter": "16.6.0-beta.2",
"@nx/next": "16.6.0-beta.2",
"@nx/react": "16.6.0-beta.2",
"@nx/storybook": "16.6.0-beta.2",
"@nx/web": "16.6.0-beta.2",
"@nx/webpack": "16.6.0-beta.2",
"@nx/cypress": "16.6.0-beta.4",
"@nx/devkit": "16.6.0-beta.4",
"@nx/eslint-plugin": "16.6.0-beta.4",
"@nx/jest": "16.6.0-beta.4",
"@nx/js": "16.6.0-beta.4",
"@nx/linter": "16.6.0-beta.4",
"@nx/next": "16.6.0-beta.4",
"@nx/react": "16.6.0-beta.4",
"@nx/storybook": "16.6.0-beta.4",
"@nx/web": "16.6.0-beta.4",
"@nx/webpack": "16.6.0-beta.4",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
Expand Down Expand Up @@ -214,7 +214,7 @@
"next-sitemap": "^3.1.10",
"ng-packagr": "~16.1.0",
"node-fetch": "^2.6.7",
"nx": "16.6.0-beta.2",
"nx": "16.6.0-beta.4",
"nx-cloud": "16.1.1",
"octokit": "^2.0.14",
"open": "^8.4.0",
Expand Down Expand Up @@ -359,3 +359,4 @@
}
}
}

Loading

1 comment on commit a988be0

@vercel
Copy link

@vercel vercel bot commented on a988be0 Jul 20, 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
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.