Skip to content

Commit

Permalink
Merge pull request #623 from iamvishnusankar/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…types/react-18.0.38

Bump @types/react from 18.0.28 to 18.0.38
  • Loading branch information
iamvishnusankar committed Apr 30, 2023
2 parents 2557fd0 + 565b8ec commit 78d2898
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/amp/package.json
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react": "^18.0.38",
"next-sitemap": "*"
}
}
2 changes: 1 addition & 1 deletion examples/app-dir/package.json
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@corex/workspace": "^4.0.37",
"@types/react": "^18.0.27",
"@types/react": "^18.0.38",
"next-sitemap": "*",
"turbo": "^1.8.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react": "^18.0.38",
"next-sitemap": "*"
}
}
2 changes: 1 addition & 1 deletion examples/commonjs/package.json
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react": "^18.0.38",
"next-sitemap": "*"
}
}
2 changes: 1 addition & 1 deletion examples/custom-config-file/package.json
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react": "^18.0.38",
"next-sitemap": "*"
}
}
2 changes: 1 addition & 1 deletion examples/custom-overrides/package.json
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react": "^18.0.38",
"next-sitemap": "*"
}
}
2 changes: 1 addition & 1 deletion examples/custom-robots-txt-transformer/package.json
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react": "^18.0.38",
"next-sitemap": "*"
}
}
2 changes: 1 addition & 1 deletion examples/no-index-sitemaps/package.json
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react": "^18.0.38",
"next-sitemap": "*"
}
}
2 changes: 1 addition & 1 deletion examples/with-next-sitemap-i18n/package.json
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react": "^18.0.38",
"next-sitemap": "*"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1745,10 +1745,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.0.27", "@types/react@^18.0.28":
version "18.0.28"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==
"@types/react@*", "@types/react@^18.0.38":
version "18.0.38"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.38.tgz#02a23bef8848b360a0d1dceef4432c15c21c600c"
integrity sha512-ExsidLLSzYj4cvaQjGnQCk4HFfVT9+EZ9XZsQ8Hsrcn8QNgXtpZ3m9vSIC2MWtx7jHictK6wYhQgGh6ic58oOw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 78d2898

Please sign in to comment.