Skip to content

Commit

Permalink
build(deps): Bump @types/react from 18.2.25 to 18.2.45
Browse files Browse the repository at this point in the history
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.25 to 18.2.45.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent fb7ca87 commit 241626f
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 193 deletions.
2 changes: 1 addition & 1 deletion apps/web-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/node": "20.8.5",
"@types/react": "18.2.17",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.13",
"@sneg240/eslint-config-custom": "workspace:*",
"@sneg240/tsconfig": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@sneg240/tailwind": "workspace:*",
"@sneg240/ui": "workspace:*",
"@types/node": "20.8.5",
"@types/react": "18.2.25",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.13",
"autoprefixer": "10.4.16",
"clsx": "2.0.0",
Expand All @@ -31,7 +31,7 @@
"@sneg240/eslint-config-custom": "workspace:*",
"@sneg240/tsconfig": "workspace:*",
"@types/node": "20.8.5",
"@types/react": "18.2.17",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.13",
"typescript": "5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@storybook/nextjs": "7.4.6",
"@storybook/react": "7.4.6",
"@turbo/gen": "1.10.15",
"@types/react": "18.2.25",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.13",
"eslint": "8.51.0",
"eslint-plugin-storybook": "0.6.15",
Expand Down
Loading

0 comments on commit 241626f

Please sign in to comment.