From 28a680c45b978ae53788ab473d95b967a490d87c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 7 Feb 2024 20:09:03 +0000
Subject: [PATCH] deps(example): bump the dependencies group in
/examples/nextjs-14-app-dir-rl with 1 update (#197)
Bumps the dependencies group in /examples/nextjs-14-app-dir-rl with 1 update: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).
Updates `@types/react` from 18.2.54 to 18.2.55
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.54&new-version=18.2.55)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
---
examples/nextjs-14-app-dir-rl/package-lock.json | 8 ++++----
examples/nextjs-14-app-dir-rl/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/examples/nextjs-14-app-dir-rl/package-lock.json b/examples/nextjs-14-app-dir-rl/package-lock.json
index fbb252e95..302b40bce 100644
--- a/examples/nextjs-14-app-dir-rl/package-lock.json
+++ b/examples/nextjs-14-app-dir-rl/package-lock.json
@@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "^20",
- "@types/react": "18.2.54",
+ "@types/react": "18.2.55",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"eslint": "^8",
@@ -541,9 +541,9 @@
"dev": true
},
"node_modules/@types/react": {
- "version": "18.2.54",
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.54.tgz",
- "integrity": "sha512-039k+vrVJymDoe2y+HLk3O3oI3sa+C8KNjuDKofqrIJK26ramnqLNj9VJTaxAzFGMvpW/79HrrAJapHzpQ9fGQ==",
+ "version": "18.2.55",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.55.tgz",
+ "integrity": "sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
diff --git a/examples/nextjs-14-app-dir-rl/package.json b/examples/nextjs-14-app-dir-rl/package.json
index 3125d2d67..67f557880 100644
--- a/examples/nextjs-14-app-dir-rl/package.json
+++ b/examples/nextjs-14-app-dir-rl/package.json
@@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/node": "^20",
- "@types/react": "18.2.54",
+ "@types/react": "18.2.55",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"eslint": "^8",