Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.34 (#763)
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 Nov 2, 2023
1 parent ddcf72e commit 451ba4f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion e2e/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@pulumi/pulumi": "3.91.1",
"@types/react": "18.2.33",
"@types/react": "18.2.34",
"esbuild": "0.19.5",
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"fets": "0.4.12",
"next": "14.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"fets": "0.6.2",
"next": "14.0.1",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@theguild/algolia": "2.0.0",
"@theguild/tailwind-config": "0.3.0",
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"@types/react": "18.2.34",
"@typescript/sandbox": "^0.1.0",
"monaco-editor": "0.44.0",
"tailwindcss": "3.3.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3619,10 +3619,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected].33", "@types/react@>=16", "@types/react@^18.0.27":
version "18.2.33"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.33.tgz#055356243dc4350a9ee6c6a2c07c5cae12e38877"
integrity sha512-v+I7S+hu3PIBoVkKGpSYYpiBT1ijqEzWpzQD62/jm4K74hPpSP7FF9BnKG6+fg2+62weJYkkBWDJlZt5JO/9hg==
"@types/react@*", "@types/[email protected].34", "@types/react@>=16", "@types/react@^18.0.27":
version "18.2.34"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.34.tgz#aed20f19473721ba328feb99d1ec3307ebc1a8dd"
integrity sha512-U6eW/alrRk37FU/MS2RYMjx0Va2JGIVXELTODaTIYgvWGCV4Y4TfTUzG8DdmpDNIT0Xpj/R7GfyHOJJrDttcvg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 451ba4f

Please sign in to comment.