flyttet deps fra package.json i rot til next for rydding #2140
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 includes updates to several
package.json
files across different packages to align the versions of various dependencies. The changes involve upgrading, downgrading, and removing certain dependencies to ensure consistency and compatibility across the project.Dependency updates:
packages/nextjs/package.json
: Upgraded@testing-library/jest-dom
to version 6.5.0,@types/jest
to version 29.5.13,sass
to version 1.79.5,storybook
to version 8.4.2,ts-jest
to version 29.2.5,typescript
to version 5.6.3, and addedtypescript-plugin-css-modules
version 5.1.0. [1] [2]Dependency removals:
package.json
: Removed multiple dependencies including@chromatic-com/storybook
,@next/bundle-analyzer
,@next/eslint-plugin-next
,@storybook/addon-essentials
,@storybook/addon-interactions
,@storybook/addon-links
,@storybook/addon-mdx-gfm
,@storybook/addon-storysource
,@storybook/blocks
,@storybook/nextjs
,@storybook/react
,@storybook/test
,@testing-library/jest-dom
,@testing-library/react
,@types/jest
,@types/js-cookie
,@types/lodash.debounce
,@types/mock-fs
,prettier
,sass
,storybook
,storybook-addon-pseudo-states
,ts-jest
,typescript
, andtypescript-plugin-css-modules
. [1] [2]packages/server/package.json
: Removedhusky
dependency.