Skip to content

Commit

Permalink
Merge pull request #224 from laravelcm/dependabot/npm_and_yarn/multi-…
Browse files Browse the repository at this point in the history
…9d19999a5a

⬆️ Bump react and @types/react
  • Loading branch information
mckenziearts authored Oct 2, 2024
2 parents 17ae26e + a9bc815 commit 080774a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-config-next": "14.0.4",
"lucide-react": "^0.378.0",
"next": "14.0.4",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-redux": "^9.0.4",
"redux": "^4.2.1",
Expand All @@ -34,7 +34,7 @@
"@tanstack/eslint-plugin-query": "^5.12.1",
"@tanstack/react-query-devtools": "^5.24.8",
"@types/node": "20.12.5",
"@types/react": "18.2.48",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.24",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^7.9.0",
Expand Down
22 changes: 8 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -358,20 +358,14 @@
hoist-non-react-statics "^3.3.0"
redux "^4.0.0"

"@types/react@*", "@types/react@18.2.48":
version "18.2.48"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.48.tgz#11df5664642d0bd879c1f58bc1d37205b064e8f1"
integrity sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==
"@types/react@*", "@types/react@18.3.3":
version "18.3.3"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/scheduler@*":
version "0.16.2"
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz"
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==

"@types/semver@^7.3.12":
version "7.5.3"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
Expand Down Expand Up @@ -3417,10 +3411,10 @@ react-redux@^9.0.4:
"@types/use-sync-external-store" "^0.0.3"
use-sync-external-store "^1.0.0"

react@18.2.0:
version "18.2.0"
resolved "https://registry.npmjs.org/react/-/react-18.2.0.tgz"
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
react@18.3.1:
version "18.3.1"
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
dependencies:
loose-envify "^1.1.0"

Expand Down

0 comments on commit 080774a

Please sign in to comment.