Skip to content

Commit

Permalink
upgrade react-inlinesvg for SSR support [prerelease]
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheZemah committed Oct 10, 2024
1 parent 3f846c0 commit 26df306
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.25",
"@types/react-dates": "^21.8.3",
"@types/react-inlinesvg": "^1.0.0",
"@types/react-is": "^16.7.5",
"@types/react-resizable": "^3.0.7",
"@types/react-select": "^3.1.2",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5167,6 +5167,13 @@
dependencies:
"@types/react" "*"

"@types/react-inlinesvg@^1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@types/react-inlinesvg/-/react-inlinesvg-1.0.0.tgz#c7c1e24afe26e67ae7608ab4b3a6ff3ede3b0782"
integrity sha512-KV9aRzRSQzfq8PFMROlt+We5UVTzJHReYW1670SrFA05qCwch1u2gafeKnXbYaqQr8odc913wT0LEzARZ7ckkg==
dependencies:
react-inlinesvg "*"

"@types/react-is@^16.7.5":
version "16.7.5"
resolved "https://registry.npmjs.org/@types/react-is/-/react-is-16.7.5.tgz#cc72207e99d5d7f8861e8d75893cac3823b8471b"
Expand Down Expand Up @@ -16774,7 +16781,7 @@ react-from-dom@^0.7.2:
resolved "https://registry.npmjs.org/react-from-dom/-/react-from-dom-0.7.3.tgz#60e75fde2369ceb0a8f87d88f9cfbeb67b730e43"
integrity sha512-9IK6R7+eD1wOAMC2ZCrENev0eK1625cb7vX+cnnOR9LBRNbjKiaJk4ij2zQbcefEXTWjXFhA7CTO1cd8wMONnw==

react-inlinesvg@^4.1.3:
react-inlinesvg@*, react-inlinesvg@^4.1.3:
version "4.1.3"
resolved "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-4.1.3.tgz#671f083fd78934ec58afa5128460252dcae61177"
integrity sha512-p1+wkr1UQZyLw/3bdpnHO3v3tMNVWyxWnAEY6ML/Ql9ldDYTBTy6HqAyNl7u3au925XPffLMiXKnQrqZeJAldw==
Expand Down

0 comments on commit 26df306

Please sign in to comment.