Skip to content

Commit

Permalink
Align modules in install-extras.json and @jridgewell/gen-mapping, @ty…
Browse files Browse the repository at this point in the history
…pes/react to package.json resolutions
  • Loading branch information
dmoroz-ebsco committed Dec 10, 2024
1 parent 19c08f8 commit 999ab35
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 17 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
"lodash": "^4.17.5"
},
"resolutions": {
"@jridgewell/gen-mapping": "0.3.7",
"@types/react": "^18",
"@folio/stripes-template-editor": "v3.3.4",
"typescript": "~5.5",
"@rehooks/local-storage": "2.4.5",
Expand Down
52 changes: 35 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,26 @@
react-router-prop-types "^1.0.4"
react-window "^1.8.5"

"@folio/[email protected]", "@folio/data-import@^7.1.0":
"@folio/[email protected]":
version "7.1.10"
resolved "https://repository.folio.org/repository/npm-folio/@folio/data-import/-/data-import-7.1.10.tgz#c765da7d9253a51c88e19a8356c4ab9770fed830"
integrity sha512-im0F0Nzz1rVEXVY0OvND8Eu2IOBUFz7z1+UljYTAL6sVkZbiOKlaXUrjUcK4FGqMWaH+l9QlR8aE+3+Qv0yPPg==
dependencies:
"@folio/stripes-acq-components" "~5.1.0"
"@folio/stripes-data-transfer-components" "^6.0.0"
classnames "^2.2.5"
dom-helpers "^5.2.0"
final-form "^4.18.2"
inflected "^2.0.4"
lodash "^4.17.21"
moment "~2.29.4"
prop-types "^15.6.0"
react-final-form "^6.3.0"
redux-form "^8.3.7"
optionalDependencies:
"@folio/plugin-find-organization" "^5.0.0"

"@folio/data-import@^7.1.0":
version "7.1.9"
resolved "https://repository.folio.org/repository/npm-folio/@folio/data-import/-/data-import-7.1.9.tgz#39f5f1f3506bfb9ab3d4d0a1b82d61b5efdd6a25"
integrity sha512-UA+EX5Kshp/C0IG4qhaczS7fQYhviYFKWeiBEPNYyEcrkCSvgrKdKSIuw0aY8T1yepA6CgHdAeAcZP3GGqMwUg==
Expand Down Expand Up @@ -2652,25 +2671,19 @@
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==

"@jridgewell/gen-mapping@^0.3.5":
version "0.3.5"
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
"@jridgewell/gen-mapping@0.3.7", "@jridgewell/gen-mapping@^0.3.5":
version "0.3.7"
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.7.tgz#724ecf7ce7bb6aca0b4bf8d15ec40fb435162ef3"
integrity sha512-rNoqXKSm/P1EJw/lrzyaQepC6KfryLFSShA+jl1mbPYqutXlvZWwm0x03W6jMHaYJqIOmc7QarD+GVfG9hO7XQ==
dependencies:
"@jridgewell/set-array" "^1.2.1"
"@jridgewell/sourcemap-codec" "^1.4.10"
"@jridgewell/sourcemap-codec" "1.4.16-beta.0"
"@jridgewell/trace-mapping" "^0.3.24"

"@jridgewell/resolve-uri@^3.1.0":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==

"@jridgewell/set-array@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==

"@jridgewell/source-map@^0.3.3":
version "0.3.6"
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.6.tgz#9d71ca886e32502eb9362c9a74a46787c36df81a"
Expand All @@ -2679,7 +2692,12 @@
"@jridgewell/gen-mapping" "^0.3.5"
"@jridgewell/trace-mapping" "^0.3.25"

"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
"@jridgewell/[email protected]":
version "1.4.16-beta.0"
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.16-beta.0.tgz#5037f25018ca5d896fa438886b75616bcaa8bdbe"
integrity sha512-qiZJiTfyb00BApxRU7Apz/3jtlp4gKgOmCXlGQRlIQ5zg6U0uYIb8lZBfbiJ+TxAEJ+rczfY07+CExd8sTRo5w==

"@jridgewell/sourcemap-codec@^1.4.14":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
Expand Down Expand Up @@ -3194,10 +3212,10 @@
"@types/history" "^4.7.11"
"@types/react" "*"

"@types/react@*", "@types/react@>=16.9.11", "@types/react@^18.3.11":
version "18.3.12"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
"@types/react@*", "@types/react@>=16.9.11", "@types/react@^18", "@types/react@^18.3.11":
version "18.3.15"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.15.tgz#14674f041072c2b17062ae2edb0eb95a45787f98"
integrity sha512-XQzbwkCwrsabawgWsvDDwsDTRuH1sf6Uj1fnFYoG03ZXfT54/aBvlylKR9ix70pXAtTn8dFzj358zVcZN4m83w==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"
Expand Down

0 comments on commit 999ab35

Please sign in to comment.