Skip to content

Commit

Permalink
Merge pull request #135 from sanidhyy/dependabot/npm_and_yarn/multi-a…
Browse files Browse the repository at this point in the history
…c08903459

Bump react and @types/react
  • Loading branch information
sanidhyy authored Apr 30, 2024
2 parents dbdb03a + b873f52 commit 191d376
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"clsx": "^2.1.0",
"framer-motion": "^11.1.7",
"maath": "^0.10.7",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-tilt": "^1.0.2",
Expand All @@ -64,7 +64,7 @@
"three": "^0.163.0"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.25",
"@types/react-vertical-timeline-component": "^3.3.6",
"@types/tailwindcss": "^3.1.0",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -665,14 +665,22 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.2.79":
"@types/react@*":
version "18.2.79"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.79.tgz#c40efb4f255711f554d47b449f796d1c7756d865"
integrity sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/react@^18.3.1":
version "18.3.1"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/tailwindcss@^3.1.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-3.1.0.tgz"
Expand Down Expand Up @@ -1544,10 +1552,10 @@ react-vertical-timeline-component@^3.6.0:
prop-types "^15.7.2"
react-intersection-observer "^8.26.2"

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 191d376

Please sign in to comment.