Skip to content

Commit c5f213b

Browse files
fix(deps): bump react and @types/react in /examples/function-mock-shop (#7436)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.2.0 to 18.3.1 - [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/v18.3.1/packages/react) Updates `@types/react` from 18.2.79 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4293c2 commit c5f213b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

examples/function-mock-shop/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/function-mock-shop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"contentful-management": "10.46.4",
1212
"emotion": "10.0.27",
1313
"graphql-request": "^6.1.0",
14-
"react": "18.2.0",
14+
"react": "18.3.1",
1515
"react-dom": "18.2.0",
1616
"react-scripts": "5.0.1"
1717
},
@@ -48,7 +48,7 @@
4848
"@tsconfig/create-react-app": "2.0.4",
4949
"@tsconfig/recommended": "1.0.6",
5050
"@types/node": "16.18.96",
51-
"@types/react": "18.2.79",
51+
"@types/react": "18.3.1",
5252
"@types/react-dom": "18.2.25",
5353
"cross-env": "7.0.3",
5454
"esbuild": "0.20.2",

0 commit comments

Comments
 (0)