Skip to content

Commit

Permalink
build(deps-dev): bump @types/react from 18.3.6 to 18.3.7
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.3.6 to 18.3.7.
- [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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 3de074e commit dea3ebe
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@types/react": "18.3.6",
"@types/react": "18.3.7",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.2.1",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@kduprey/eslint-config": "workspace:*",
"@next/bundle-analyzer": "^14.2.12",
"@types/node": "^22.5.5",
"@types/react": "18.3.6",
"@types/react": "18.3.7",
"sanity": "^3.57.3",
"styled-components": "^6.1.13",
"typescript": "5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@tailwindcss/typography": "^0.5.15",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.5.5",
"@types/react": "^18.3.6",
"@types/react": "^18.3.7",
"@vercel/style-guide": "^6.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@kduprey/eslint-config": "workspace:*",
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.5.5",
"@types/react": "18.3.6",
"@types/react": "18.3.7",
"postcss": "^8.4.47",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
Expand Down
Loading

0 comments on commit dea3ebe

Please sign in to comment.