Skip to content

Commit

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

Bump @types/react from 18.0.38 to 18.2.0
  • Loading branch information
iamvishnusankar committed May 1, 2023
2 parents 78d2898 + 2efaf1f commit f9381ec
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.38",
"@types/react": "^18.2.0",
"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.38",
"@types/react": "^18.2.0",
"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.38",
"@types/react": "^18.2.0",
"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.38",
"@types/react": "^18.2.0",
"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.38",
"@types/react": "^18.2.0",
"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.38",
"@types/react": "^18.2.0",
"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.38",
"@types/react": "^18.2.0",
"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.38",
"@types/react": "^18.2.0",
"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.38",
"@types/react": "^18.2.0",
"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.38":
version "18.0.38"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.38.tgz#02a23bef8848b360a0d1dceef4432c15c21c600c"
integrity sha512-ExsidLLSzYj4cvaQjGnQCk4HFfVT9+EZ9XZsQ8Hsrcn8QNgXtpZ3m9vSIC2MWtx7jHictK6wYhQgGh6ic58oOw==
"@types/react@*", "@types/react@^18.2.0":
version "18.2.0"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.0.tgz#15cda145354accfc09a18d2f2305f9fc099ada21"
integrity sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit f9381ec

Please sign in to comment.