Skip to content

Commit

Permalink
Merge pull request #835 from Shopify/dependabot/npm_and_yarn/multi-ac…
Browse files Browse the repository at this point in the history
…08903459

Bump react and @types/react
  • Loading branch information
github-actions[bot] committed May 3, 2024
2 parents 795b08d + e1c341c commit 10638d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/apps/shopify-app-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
"@shopify/react-testing": "^5.1.3",
"@shopify/shopify-app-session-storage-memory": "^3.0.5",
"@types/jsonwebtoken": "^9.0.5",
"@types/react": "^18.2.18",
"@types/react": "^18.3.1",
"@types/semver": "^7.5.8",
"jest-fetch-mock": "^3.0.3",
"jsonwebtoken": "^9.0.2",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"
},
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4777,7 +4777,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.0.21", "@types/react@^18.2.0", "@types/react@^18.2.18":
"@types/react@*", "@types/react@^18.0.21", "@types/react@^18.2.0":
version "18.2.65"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.65.tgz#54eb311fa9aba173c9e163d42ec188d5a42878b8"
integrity sha512-98TsY0aW4jqx/3RqsUXwMDZSWR1Z4CUlJNue8ueS2/wcxZOsz4xmW1X8ieaWVRHcmmQM3R8xVA4XWB3dJnWwDQ==
Expand All @@ -4786,6 +4786,14 @@
"@types/scheduler" "*"
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/resolve@1.20.2":
version "1.20.2"
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
Expand Down Expand Up @@ -11028,10 +11036,10 @@ react-transition-group@^4.4.2:
loose-envify "^1.4.0"
prop-types "^15.6.2"

react@^18.2.0:
version "18.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
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 10638d0

Please sign in to comment.