Skip to content

Commit

Permalink
STSMACOM-875 update stripes-core dep to pull new hasAnyPerm util
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Nov 19, 2024
1 parent 373417f commit 538705c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@folio/stripes-cli": "^3.0.0",
"@folio/stripes-components": "^12.0.0",
"@folio/stripes-connect": "^9.0.0",
"@folio/stripes-core": "^10.0.0",
"@folio/stripes-core": "^10.2.3",
"@folio/stripes-final-form": "^8.0.0",
"@folio/stripes-form": "^9.0.0",
"@folio/stripes-logger": "^1.0.0",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1779,10 +1779,10 @@
redux "^4.2.1"
uuid "^9.0.0"

"@folio/stripes-core@^10.0.0":
version "10.2.1000002124"
resolved "https://repository.folio.org/repository/npm-folioci/@folio/stripes-core/-/stripes-core-10.2.1000002124.tgz#645ed3739edebeea730671829c222aa4751a0cc6"
integrity sha512-fD9v7fGeYp8kBhWhTh4Sac0geycgibcmbBFtz+jCbwNinoHs91lpwngngcMLfGX9jzXR7ZRX7SNy1qXGzsnNNw==
"@folio/stripes-core@^10.2.3":
version "10.3.109900000000413"
resolved "https://repository.folio.org/repository/npm-folioci/@folio/stripes-core/-/stripes-core-10.3.109900000000413.tgz#fa9878e900fad5c9fb61ac957ec60fa31a6f6993"
integrity sha512-pJJuc7uzxKJc7NChAuLeSvdrVAzshPj3llIB8IBqOl7VqK+tTBysMSKlX3odqS1EbjplU3iC8ZWF4u9jSO/Pvw==
dependencies:
"@apollo/client" "^3.2.1"
classnames "^2.2.5"
Expand All @@ -1791,11 +1791,13 @@
graphql "^16.0.0"
history "^4.6.3"
hoist-non-react-statics "^3.3.0"
inactivity-timer "^1.0.0"
jwt-decode "^3.1.2"
ky "^0.23.0"
localforage "^1.5.6"
lodash "^4.17.21"
moment-timezone "^0.5.14"
ms "^2.1.3"
prop-types "^15.5.10"
query-string "^7.1.2"
react-cookie "^4.0.3"
Expand Down Expand Up @@ -1887,7 +1889,7 @@
lodash "^4.17.4"
query-string "^7.1.2"

"@folio/stripes-webpack@5.2.100000625", "@folio/stripes-webpack@^5.0.0":
"@folio/stripes-webpack@^5.0.0":
version "5.2.100000625"
resolved "https://repository.folio.org/repository/npm-folioci/@folio/stripes-webpack/-/stripes-webpack-5.2.100000625.tgz#c849d77041e557514986a1b1fc2cd94b1f2a9255"
integrity sha512-HKcrWmLvqTc7ntC8RqGKi/h0W8844/EcZ1Cm7k6IEDfai0UOXUepe4cKjK8G898i0q0+tnAA7q1T0LOZE/YKHA==
Expand Down Expand Up @@ -7354,6 +7356,13 @@ imurmurhash@^0.1.4:
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==

inactivity-timer@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/inactivity-timer/-/inactivity-timer-1.0.0.tgz#054bf48274efea5c82713cb051b945fb42ec59bb"
integrity sha512-kxWME4cNy0TKfy9wwJ2L3oCV1JDFQTPGtYdw3Zvpiv5GbZwfnCwfESJgM1MQaYcrzLYOziiU3YEAgWOafL7Kdw==
dependencies:
ms "^2.1.1"

indent-string@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
Expand Down Expand Up @@ -8922,7 +8931,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

[email protected], ms@^2.1.1:
[email protected], ms@^2.1.1, ms@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
Expand Down

0 comments on commit 538705c

Please sign in to comment.