-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the major-dependencies group across 1 directory wit…
…h 5 updates (#1596) * chore(deps): bump the major-dependencies group across 1 directory with 5 updates Bumps the major-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@storybook/addon-webpack5-compiler-swc](https://github.com/storybookjs/addon-webpack5-compiler-swc) | `1.0.5` | `2.0.0` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` | | [connect-redis](https://github.com/tj/connect-redis) | `7.1.1` | `8.0.1` | | [openid-client](https://github.com/panva/openid-client) | `5.7.0` | `6.1.7` | Updates `@storybook/addon-webpack5-compiler-swc` from 1.0.5 to 2.0.0 - [Release notes](https://github.com/storybookjs/addon-webpack5-compiler-swc/releases) - [Changelog](https://github.com/storybookjs/addon-webpack5-compiler-swc/blob/main/CHANGELOG.md) - [Commits](storybookjs/addon-webpack5-compiler-swc@v1.0.5...v2.0.0) Updates `react` from 18.3.1 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react) Updates `react-dom` from 18.3.1 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom) Updates `connect-redis` from 7.1.1 to 8.0.1 - [Release notes](https://github.com/tj/connect-redis/releases) - [Commits](tj/connect-redis@v7.1.1...v8.0.1) Updates `openid-client` from 5.7.0 to 6.1.7 - [Release notes](https://github.com/panva/openid-client/releases) - [Changelog](https://github.com/panva/openid-client/blob/main/CHANGELOG.md) - [Commits](panva/openid-client@v5.7.0...v6.1.7) --- updated-dependencies: - dependency-name: "@storybook/addon-webpack5-compiler-swc" dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-dependencies - dependency-name: react dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-dependencies - dependency-name: react-dom dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-dependencies - dependency-name: connect-redis dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-dependencies - dependency-name: openid-client dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Oppdatert avhengigheter --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: charliemidtlyng <[email protected]>
- Loading branch information
1 parent
54c1f27
commit 7c09be2
Showing
11 changed files
with
1,447 additions
and
641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,47 +33,48 @@ | |
"devDependencies": { | ||
"@babel/core": "^7.26.0", | ||
"@babel/preset-env": "^7.26.0", | ||
"@babel/preset-react": "^7.25.9", | ||
"@babel/preset-react": "^7.26.3", | ||
"@babel/preset-typescript": "^7.26.0", | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/cli": "^19.6.1", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@storybook/addon-a11y": "^8.4.5", | ||
"@storybook/addon-essentials": "^8.4.5", | ||
"@storybook/addon-mdx-gfm": "^8.4.5", | ||
"@storybook/addon-storysource": "^8.4.5", | ||
"@storybook/blocks": "^8.4.5", | ||
"@storybook/react": "^8.4.5", | ||
"@storybook/react-webpack5": "^8.4.5", | ||
"@storybook/addon-webpack5-compiler-swc": "^1.0.5", | ||
"@storybook/addon-a11y": "^8.4.7", | ||
"@storybook/addon-essentials": "^8.4.7", | ||
"@storybook/addon-mdx-gfm": "^8.4.7", | ||
"@storybook/addon-storysource": "^8.4.7", | ||
"@storybook/blocks": "^8.4.7", | ||
"@storybook/react": "^8.4.7", | ||
"@storybook/react-webpack5": "^8.4.7", | ||
"@storybook/addon-webpack5-compiler-swc": "^2.0.0", | ||
"@storybook/storybook-deployer": "^2.8.16", | ||
"classnames": "^2.5.1", | ||
"commitizen": "^4.3.1", | ||
"copyfiles": "^2.4.1", | ||
"css-loader": "^7.1.2", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^9.16.0", | ||
"eslint": "^9.17.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.2", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-react": "^7.37.0", | ||
"eslint-plugin-react-hooks": "^5.1.0-rc-06d0b89e-20240801", | ||
"lerna": "^8.1.8", | ||
"less": "^4.2.0", | ||
"eslint-plugin-react": "^7.37.3", | ||
"eslint-plugin-react-hooks": "^5.1.0", | ||
"lerna": "^8.1.9", | ||
"less": "^4.2.1", | ||
"less-loader": "^12.2.0", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.4.1", | ||
"lint-staged": "^15.3.0", | ||
"prettier": "^3.4.2", | ||
"pretty-quick": "^4.0.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"storybook": "^8.4.5", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"storybook": "^8.4.7", | ||
"style-loader": "^4.0.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.16.0", | ||
"webpack": "^5.95.0" | ||
"typescript-eslint": "^8.19.0", | ||
"webpack": "^5.97.1" | ||
}, | ||
"workspaces": [ | ||
"packages/*" | ||
] | ||
], | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,6 @@ | |
"@navikt/familie-typer": "^8.0.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "18.x" | ||
"react": "18.x || 19.x" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,6 @@ | |
"@navikt/familie-form-elements": "^21.0.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "18.x" | ||
"react": "18.x || 19.x" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.