Skip to content

Commit

Permalink
Merge pull request #5456 from nickgros/SWC-6946
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros authored Jul 17, 2024
2 parents 2b17814 + 3767170 commit 6c7a333
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-transition-group": "2.6.0",
"sass": "^1.63.6",
"spark-md5": "^3.0.2",
"synapse-react-client": "3.3.1",
"synapse-react-client": "3.3.2",
"universal-cookie": "^4.0.4",
"xss": "^1.0.15"
},
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/Portal.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@
reactPath = cdnEndpoint + 'generated/react.production.min.js'
reactDomPath = cdnEndpoint + 'generated/react-dom.production.min.js'
srcPath =
cdnEndpoint + 'generated/synapse-react-client.production.min.cjs'
cdnEndpoint + 'generated/synapse-react-client.production.min.js'
} else {
reactPath = cdnEndpoint + 'generated/react.development.js'
reactDomPath = cdnEndpoint + 'generated/react-dom.development.js'
srcPath = cdnEndpoint + 'generated/synapse-react-client.development.cjs'
srcPath = cdnEndpoint + 'generated/synapse-react-client.development.js'
}

// TODO: Workaround for SWC-6664
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5032,10 +5032,10 @@ svg-path-sdf@^1.1.3:
parse-svg-path "^0.1.2"
svg-path-bounds "^1.0.1"

[email protected].1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/synapse-react-client/-/synapse-react-client-3.3.1.tgz#54dfcf8226f5353736bd521418fd4b2bdeea6766"
integrity sha512-4ZRLcWxIwGAhuUtQtUwptiavV2z3LqAxfx4QqG9dU5nHUdMnNP8JHawn1/R5GAi9T04JDAG0uys60MWm6HuLqA==
[email protected].2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/synapse-react-client/-/synapse-react-client-3.3.2.tgz#e5575a658845549063fb46f7b30cc84b85e02722"
integrity sha512-d28RFaYYwBw5tXXuP4jOUD0xvt+s8DQy1/NweCSQNem7WnaW9k7H2Kj17yB8Ow5rxN0UKF4IEr/PIBP3N7J1NA==
dependencies:
"@apidevtools/json-schema-ref-parser" "^9.1.2"
"@brainhubeu/react-carousel" "1.19.26"
Expand Down

0 comments on commit 6c7a333

Please sign in to comment.