Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Framework: Reorder package.json devDependencies alphabetically (#7867)
This pull request seeks to update `package.json` to apply correct alphabetical ordering to `devDependencies`. This change was observed with a simple `npm install`, likely related to the merge of packages in #7805. **Testing instructions:** Ensure npm installs without issue: ``` npm install ``` Should be no impact on the application.
- Loading branch information