Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: Updated Nx to 19 Notes: * `nx` upgrade from 18.3.3 to 19.0.3; * no `nx` migrations were needed; * updated `yarn.lock`; * changed `test` script in `package.json` to run all tests; * all tests are passing after upgrade. Reason of opening: I keep getting unmet dependencies when trying to upgrade to newest `nx`: ``` WARN Issues with peer dependencies found . └─┬ @nx-extend/shadcn-ui 1.1.0 └─┬ @nx/devkit 18.0.2 ├── ✕ unmet peer nx@">= 16 <= 18": found 19.0.3 └─┬ @nrwl/devkit 18.0.2 └─┬ @nx/devkit 18.0.2 └── ✕ unmet peer nx@">= 16 <= 18": found 19.0.3 ```
- Loading branch information