Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to ^18.3.2 (#1025)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 11, 2024
1 parent 3b0d84c commit 9446a14
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 214 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@types/babel__core": "^7.20.5",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.12.9",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"dotenv-cli": "^7.4.1",
"eslint": "^9.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit 9446a14

Please sign in to comment.