Skip to content

Commit bec39c9

Browse files
chore(deps-dev): bump the minor-and-patch-updates group with 22 updates (#120)
Bumps the minor-and-patch-updates group with 22 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.0` | `7.24.3` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.0` | `7.24.3` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.23.3` | `7.24.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.23.3` | `7.24.1` | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.0.0` | `8.0.5` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.0.0` | `8.0.5` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.0.0` | `8.0.5` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) | `8.0.0` | `8.0.5` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.0.0` | `8.0.5` | | [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `8.0.0` | `8.0.5` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.0.0` | `8.0.5` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.1` | `14.2.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.25` | `20.12.2` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.64` | `18.2.73` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.21` | `18.2.23` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.1.1` | `7.4.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.1` | `7.4.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.3.1` | `1.4.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.0` | `7.34.1` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.0.0` | `8.0.5` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.2` | `5.4.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.1` | `1.4.0` | Updates `@babel/core` from 7.24.0 to 7.24.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-core) Updates `@babel/preset-env` from 7.24.0 to 7.24.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-preset-env) Updates `@babel/preset-react` from 7.23.3 to 7.24.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.23.3 to 7.24.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-preset-typescript) Updates `@storybook/addon-essentials` from 8.0.0 to 8.0.5 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.5/code/addons/essentials) Updates `@storybook/addon-interactions` from 8.0.0 to 8.0.5 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.5/code/addons/interactions) Updates `@storybook/addon-links` from 8.0.0 to 8.0.5 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.5/code/addons/links) Updates `@storybook/blocks` from 8.0.0 to 8.0.5 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.5/code/ui/blocks) Updates `@storybook/react` from 8.0.0 to 8.0.5 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.5/code/renderers/react) Updates `@storybook/react-webpack5` from 8.0.0 to 8.0.5 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.5/code/frameworks/react-webpack5) Updates `@storybook/test` from 8.0.0 to 8.0.5 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.5/code/lib/test) Updates `@testing-library/react` from 14.2.1 to 14.2.2 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v14.2.1...v14.2.2) Updates `@types/node` from 20.11.25 to 20.12.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.2.64 to 18.2.73 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.21 to 18.2.23 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@typescript-eslint/eslint-plugin` from 7.1.1 to 7.4.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.1.1 to 7.4.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/parser) Updates `@vitest/coverage-v8` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/coverage-v8) Updates `eslint-plugin-react` from 7.34.0 to 7.34.1 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/v7.34.1/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.0...v7.34.1) Updates `storybook` from 8.0.0 to 8.0.5 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.5/code/lib/cli) Updates `typescript` from 5.4.2 to 5.4.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.2...v5.4.3) Updates `vitest` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/vitest) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: "@storybook/addon-essentials" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@storybook/addon-interactions" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@storybook/addon-links" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@storybook/blocks" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@storybook/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@storybook/react-webpack5" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@storybook/test" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: "@vitest/coverage-v8" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 226756d commit bec39c9

File tree

2 files changed

+1769
-1328
lines changed

2 files changed

+1769
-1328
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -60,30 +60,30 @@
6060
"node": ">=18.0.0"
6161
},
6262
"devDependencies": {
63-
"@babel/core": "7.24.0",
64-
"@babel/preset-env": "7.24.0",
65-
"@babel/preset-react": "7.23.3",
66-
"@babel/preset-typescript": "7.23.3",
63+
"@babel/core": "7.24.3",
64+
"@babel/preset-env": "7.24.3",
65+
"@babel/preset-react": "7.24.1",
66+
"@babel/preset-typescript": "7.24.1",
6767
"@ryansonshine/commitizen": "4.2.8",
6868
"@ryansonshine/cz-conventional-changelog": "3.3.4",
69-
"@storybook/addon-essentials": "8.0.0",
70-
"@storybook/addon-interactions": "8.0.0",
71-
"@storybook/addon-links": "8.0.0",
69+
"@storybook/addon-essentials": "8.0.5",
70+
"@storybook/addon-interactions": "8.0.5",
71+
"@storybook/addon-links": "8.0.5",
7272
"@storybook/addon-webpack5-compiler-swc": "1.0.2",
73-
"@storybook/blocks": "8.0.0",
74-
"@storybook/react": "8.0.0",
75-
"@storybook/react-webpack5": "8.0.0",
76-
"@storybook/test": "8.0.0",
73+
"@storybook/blocks": "8.0.5",
74+
"@storybook/react": "8.0.5",
75+
"@storybook/react-webpack5": "8.0.5",
76+
"@storybook/test": "8.0.5",
7777
"@testing-library/jest-dom": "6.4.2",
78-
"@testing-library/react": "14.2.1",
79-
"@types/node": "20.11.25",
80-
"@types/react": "18.2.64",
81-
"@types/react-dom": "18.2.21",
78+
"@testing-library/react": "14.2.2",
79+
"@types/node": "20.12.2",
80+
"@types/react": "18.2.73",
81+
"@types/react-dom": "18.2.23",
8282
"@types/react-test-renderer": "18.0.7",
83-
"@typescript-eslint/eslint-plugin": "7.1.1",
84-
"@typescript-eslint/parser": "7.1.1",
83+
"@typescript-eslint/eslint-plugin": "7.4.0",
84+
"@typescript-eslint/parser": "7.4.0",
8585
"@vitejs/plugin-react": "4.2.1",
86-
"@vitest/coverage-v8": "1.3.1",
86+
"@vitest/coverage-v8": "1.4.0",
8787
"babel-loader": "9.1.3",
8888
"concurrently": "8.2.2",
8989
"eslint": "8.57.0",
@@ -93,7 +93,7 @@
9393
"eslint-plugin-jsx-a11y": "6.8.0",
9494
"eslint-plugin-prefer-arrow": "1.2.3",
9595
"eslint-plugin-prettier": "5.1.3",
96-
"eslint-plugin-react": "7.34.0",
96+
"eslint-plugin-react": "7.34.1",
9797
"eslint-plugin-react-hooks": "4.6.0",
9898
"eslint-plugin-sort-class-members": "1.20.0",
9999
"eslint-plugin-storybook": "0.8.0",
@@ -108,13 +108,13 @@
108108
"react-dom": "18.2.0",
109109
"react-test-renderer": "18.2.0",
110110
"release-it": "17.1.1",
111-
"storybook": "8.0.0",
111+
"storybook": "8.0.5",
112112
"ts-node": "10.9.2",
113113
"tsconfig-paths": "4.2.0",
114114
"tsup": "8.0.2",
115115
"tsx": "4.7.1",
116-
"typescript": "5.4.2",
117-
"vitest": "1.3.1"
116+
"typescript": "5.4.3",
117+
"vitest": "1.4.0"
118118
},
119119
"peerDependencies": {
120120
"react": ">=17",

0 commit comments

Comments
 (0)