Skip to content

Commit

Permalink
chore(repo): update nx to 19.4.0-rc.1 (#26763)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
<!-- This is the behavior we have today -->

This repo uses Nx `19.4.0-rc.0`

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

This repo uses Nx `19.4.0-rc.1`

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
FrozenPandaz authored Jul 2, 2024
1 parent 86da1b5 commit cf396f7
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 222 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@
"@ngrx/store": "18.0.1",
"@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0",
"@nx/angular": "19.4.0-rc.0",
"@nx/cypress": "19.4.0-rc.0",
"@nx/devkit": "19.4.0-rc.0",
"@nx/esbuild": "19.4.0-rc.0",
"@nx/eslint": "19.4.0-rc.0",
"@nx/eslint-plugin": "19.4.0-rc.0",
"@nx/jest": "19.4.0-rc.0",
"@nx/js": "19.4.0-rc.0",
"@nx/next": "19.4.0-rc.0",
"@nx/playwright": "19.4.0-rc.0",
"@nx/react": "19.4.0-rc.0",
"@nx/storybook": "19.4.0-rc.0",
"@nx/vite": "19.4.0-rc.0",
"@nx/web": "19.4.0-rc.0",
"@nx/webpack": "19.4.0-rc.0",
"@nx/angular": "19.4.0-rc.1",
"@nx/cypress": "19.4.0-rc.1",
"@nx/devkit": "19.4.0-rc.1",
"@nx/esbuild": "19.4.0-rc.1",
"@nx/eslint": "19.4.0-rc.1",
"@nx/eslint-plugin": "19.4.0-rc.1",
"@nx/jest": "19.4.0-rc.1",
"@nx/js": "19.4.0-rc.1",
"@nx/next": "19.4.0-rc.1",
"@nx/playwright": "19.4.0-rc.1",
"@nx/react": "19.4.0-rc.1",
"@nx/storybook": "19.4.0-rc.1",
"@nx/vite": "19.4.0-rc.1",
"@nx/web": "19.4.0-rc.1",
"@nx/webpack": "19.4.0-rc.1",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -230,7 +230,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxt": "^3.10.0",
"nx": "19.4.0-rc.0",
"nx": "19.4.0-rc.1",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down
Loading

0 comments on commit cf396f7

Please sign in to comment.