Skip to content

Commit

Permalink
Upgrade dependency to matrix-react-sdk@3.99.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed May 2, 2024
1 parent f5997aa commit dc85c9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"katex": "^0.16.0",
"lodash": "^4.17.21",
"matrix-js-sdk": "32.2.0-rc.0",
"matrix-react-sdk": "3.99.0-rc.0",
"matrix-react-sdk": "3.99.0-rc.1",
"matrix-widget-api": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3518,10 +3518,10 @@
dependencies:
svg2vectordrawable "^2.9.1"

"@vector-im/compound-web@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-4.1.0.tgz#45fa22e4e91b5fd4c2f535e040072990d5a33712"
integrity sha512-FQSJK7PaJ3dR1c1Q3TYVSShJBl9TwlrhKadnTWsPIX6xE+rvCAeujE50QbcEWdDlWeaJ9Hi0bVPlEssJ+eRwtQ==
"@vector-im/compound-web@^4.1.1":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-4.1.2.tgz#d8f9ba523700660942722a800c64406216bbbfea"
integrity sha512-u/jj8HF8qpX1NU+sh6f/S1B7HUMGcoAGYLH0wc5lVbf6x6elBsYKD0LSa+/8NDPuQqVWMztu76chUsM5slC49w==
dependencies:
"@floating-ui/react" "^0.26.9"
"@floating-ui/react-dom" "^2.0.8"
Expand Down Expand Up @@ -8328,10 +8328,10 @@ matrix-mock-request@^2.5.0:
dependencies:
expect "^28.1.0"

matrix-react-sdk@3.99.0-rc.0:
version "3.99.0-rc.0"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.99.0-rc.0.tgz#1f159f3a5f0fece935d60dfb81319927e083ae22"
integrity sha512-RJx0bkx4elN5VJ4fhy95gnCVQ3h1Nb/sIf4bkdxA6315aGztSfX/vEB+LxXlsrs35s2wnRGacroj6hNS88tkNQ==
matrix-react-sdk@3.99.0-rc.1:
version "3.99.0-rc.1"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.99.0-rc.1.tgz#1c055ae6c37ec521867a5ad8da687f292604ffe1"
integrity sha512-mkQL4/JodS/zhUn+F29ZT7X/ggjAL+jxIY78Kgjx+bM8PX1ymEUEAhDHDD1ZqeyD7tqC47Pg1aFOtPDCyuwxJQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/analytics-events" "^0.20.0"
Expand All @@ -8343,7 +8343,7 @@ matrix-react-sdk@3.99.0-rc.0:
"@sentry/browser" "^7.0.0"
"@testing-library/react-hooks" "^8.0.1"
"@vector-im/compound-design-tokens" "^1.2.0"
"@vector-im/compound-web" "^4.1.0"
"@vector-im/compound-web" "^4.1.1"
"@zxcvbn-ts/core" "^3.0.4"
"@zxcvbn-ts/language-common" "^3.0.4"
"@zxcvbn-ts/language-en" "^3.0.2"
Expand Down

0 comments on commit dc85c9f

Please sign in to comment.