Skip to content

Commit

Permalink
Bump synapse-react-client to v3.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Jun 16, 2023
1 parent 7101bcc commit 605a95a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-router-dom": "^5.3.3",
"react-transition-group": "2.6.0",
"sass": "1.36.0",
"synapse-react-client": "3.1.36",
"synapse-react-client": "3.1.37",
"universal-cookie": "^4.0.3"
},
"devDependencies": {
Expand Down
25 changes: 21 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,17 @@
prop-types "^15.8.1"
react-is "^18.2.0"

"@mui/[email protected]":
version "5.17.26"
resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-5.17.26.tgz#1f7fa73dd3986cf052e2fd2cb56eb4678a7bd913"
integrity sha512-eGJq9J0g9cDGLFfMmugOadZx0mJeOd/yQpHwEa5gUXyONS6qF0OhXSWyDOhDdA3l2TOoQzotMN5dY/T4Wl1KYA==
dependencies:
"@babel/runtime" "^7.18.9"
"@mui/utils" "^5.10.3"
clsx "^1.2.1"
prop-types "^15.8.1"
reselect "^4.1.6"

"@mui/x-date-pickers@^5.0.20":
version "5.0.20"
resolved "https://registry.yarnpkg.com/@mui/x-date-pickers/-/x-date-pickers-5.0.20.tgz#7b4e5b5a214a8095937ba7d82bb82acd6f270d72"
Expand Down Expand Up @@ -5152,6 +5163,11 @@ require-main-filename@^2.0.0:
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==

reselect@^4.1.6:
version "4.1.8"
resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.8.tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524"
integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==

resize-observer-polyfill@^1.5.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
Expand Down Expand Up @@ -5705,10 +5721,10 @@ svg-path-sdf@^1.1.3:
parse-svg-path "^0.1.2"
svg-path-bounds "^1.0.1"

[email protected].36:
version "3.1.36"
resolved "https://registry.yarnpkg.com/synapse-react-client/-/synapse-react-client-3.1.36.tgz#c3305ca653bba9bd7e1966e191dac54eada2dbb7"
integrity sha512-45phSSKgQ21drdHrxp25QJHPaCO8HcTb5G/Phqn6RVU0+KkUhCMTi7bCfZxzv5Ncgbcr0C/x3/16+FGduwl2CA==
[email protected].37:
version "3.1.37"
resolved "https://registry.yarnpkg.com/synapse-react-client/-/synapse-react-client-3.1.37.tgz#82df4a2f84a1c768dc92f164d241698ef3d09a1b"
integrity sha512-L3rS7lyoaYuRmM1SjCYRPTkod1hYhXiY3rdfD8OyPixdGXDX50gDlRgOjiojMzJJXXFEhXH6JrvMgUPBj9pBXw==
dependencies:
"@apidevtools/json-schema-ref-parser" "^9.0.9"
"@brainhubeu/react-carousel" "1.19.26"
Expand All @@ -5718,6 +5734,7 @@ [email protected]:
"@mui/material" "^5.11.16"
"@mui/system" "^5.11.16"
"@mui/utils" "^5.11.13"
"@mui/x-data-grid" "5.17.26"
"@mui/x-date-pickers" "^5.0.20"
"@popperjs/core" "^2.10.2"
"@react-google-maps/api" "^2.13.1"
Expand Down

0 comments on commit 605a95a

Please sign in to comment.