Skip to content

Commit

Permalink
chore(repo): update nx to 19.0.0-rc.1 (nrwl#23189)
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` -->

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

This repo uses Nx `19.0.0-beta.11`

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

This repo uses Nx `19.0.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 May 4, 2024
1 parent cc875a6 commit 0f71685
Show file tree
Hide file tree
Showing 2 changed files with 764 additions and 814 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@
"@ngrx/store": "17.0.1",
"@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0",
"@nx/angular": "19.0.0-beta.11",
"@nx/cypress": "19.0.0-beta.11",
"@nx/devkit": "19.0.0-beta.11",
"@nx/esbuild": "19.0.0-beta.11",
"@nx/eslint": "19.0.0-beta.11",
"@nx/eslint-plugin": "19.0.0-beta.11",
"@nx/jest": "19.0.0-beta.11",
"@nx/js": "19.0.0-beta.11",
"@nx/next": "19.0.0-beta.11",
"@nx/playwright": "19.0.0-beta.11",
"@nx/react": "19.0.0-beta.11",
"@nx/storybook": "19.0.0-beta.11",
"@nx/vite": "19.0.0-beta.11",
"@nx/web": "19.0.0-beta.11",
"@nx/webpack": "19.0.0-beta.11",
"@nx/angular": "19.0.0-rc.1",
"@nx/cypress": "19.0.0-rc.1",
"@nx/devkit": "19.0.0-rc.1",
"@nx/esbuild": "19.0.0-rc.1",
"@nx/eslint": "19.0.0-rc.1",
"@nx/eslint-plugin": "19.0.0-rc.1",
"@nx/jest": "19.0.0-rc.1",
"@nx/js": "19.0.0-rc.1",
"@nx/next": "19.0.0-rc.1",
"@nx/playwright": "19.0.0-rc.1",
"@nx/react": "19.0.0-rc.1",
"@nx/storybook": "19.0.0-rc.1",
"@nx/vite": "19.0.0-rc.1",
"@nx/web": "19.0.0-rc.1",
"@nx/webpack": "19.0.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 @@ -107,7 +107,7 @@
"@swc/cli": "0.3.12",
"@swc/core": "^1.3.85",
"@swc/jest": "^0.2.20",
"@testing-library/react": "14.0.0",
"@testing-library/react": "15.0.6",
"@types/cytoscape": "^3.18.2",
"@types/detect-port": "^1.3.2",
"@types/ejs": "3.1.2",
Expand All @@ -123,8 +123,8 @@
"@types/marked": "^2.0.0",
"@types/node": "18.19.8",
"@types/npm-package-arg": "6.1.1",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/semver": "^7.5.2",
"@types/tar-stream": "^2.2.2",
"@types/tmp": "^0.2.0",
Expand Down Expand Up @@ -231,7 +231,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxt": "^3.10.0",
"nx": "19.0.0-beta.11",
"nx": "19.0.0-rc.1",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down Expand Up @@ -341,9 +341,9 @@
"node-machine-id": "1.1.12",
"npm-run-path": "^4.0.1",
"preact": "10.6.4",
"react": "18.2.0",
"react": "18.3.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-syntax-highlighter": "^15.5.0",
"regenerator-runtime": "0.13.7",
"send": "0.17.1",
Expand Down
Loading

0 comments on commit 0f71685

Please sign in to comment.