chore(deps): Mark peer dependencies and bump lodash-es #11441
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the
src/frontend/package-lock.jsonfile to explicitly mark many dependencies as peer dependencies by adding the"peer": trueproperty to their entries. Additionally, it updates the version oflodash-es. These changes help clarify dependency relationships and can improve compatibility and package management in complex projects.Dependency metadata improvements:
"peer": trueto a wide range of dependencies, including but not limited to@babel/core,@chakra-ui/styled-system,@chakra-ui/system,@codemirror/language,@codemirror/state,@codemirror/view,@swc/core,@types/react,@types/sortablejs,acorn,chokidar,d3-selection,esbuild,express,jest,jiti,jsdom,jsep,nanoid,react,react-dom,react-hook-form,rollup,sortablejs,storybook,tailwindcss,typescript,vite, andzod. This marks these packages as peer dependencies, which can help prevent version conflicts and clarify their usage expectations. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34]Dependency version update:
lodash-esfrom version4.17.22to4.17.23to ensure the latest fixes and improvements are included.