Skip to content

Commit

Permalink
fix(deps): downgrade scalprum (#915)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
schultzp2020 committed Jan 25, 2024
1 parent 4f1c1b6 commit 77abab3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@mui/icons-material": "5.15.6",
"@mui/lab": "5.0.0-alpha.162",
"@mui/material": "5.15.6",
"@scalprum/core": "0.7.0",
"@scalprum/react-core": "0.7.0",
"@scalprum/core": "0.6.6",
"@scalprum/react-core": "0.6.6",
"history": "5.3.0",
"lodash": "4.17.21",
"react": "18.2.0",
Expand Down
33 changes: 17 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7953,29 +7953,21 @@
"@sagold/json-pointer" "^5.1.1"
ebnf "^1.9.1"

"@scalprum/core@0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@scalprum/core/-/core-0.7.0.tgz#9775a9c87a6afafbd9a0bb41c6d22df0a6524e2c"
integrity sha512-zvrPXexI+bxHGFY/teuwPI5yjnOuiq8uT+RDsrm3gnpr1AqZQVUiGdskl1ON/ci5lSs1kNadmXceF1BTKlicwg==
dependencies:
"@openshift/dynamic-plugin-sdk" "^5.0.1"
tslib "^2.6.2"

"@scalprum/core@^0.6.5", "@scalprum/core@^0.6.6":
"@scalprum/core@0.6.6", "@scalprum/core@^0.6.5", "@scalprum/core@^0.6.6":
version "0.6.6"
resolved "https://registry.yarnpkg.com/@scalprum/core/-/core-0.6.6.tgz#1ed8a1c0c5a3af88f2de21258b0ab234ba67b112"
integrity sha512-Paj2Ok50LD7oTKK5av5xgaB3mZyAzHthlhlTv2rPXnMGaAhY3VryOYQttzUMIfojm+EByrKp30hdZ+WbTW70oQ==
dependencies:
"@openshift/dynamic-plugin-sdk" "^4.0.0"
tslib "^2.6.2"

"@scalprum/react-core@0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@scalprum/react-core/-/react-core-0.7.0.tgz#656e9fac7166161d237699ba083812cd1f19763e"
integrity sha512-vi1THIHlm8VezAvOhPrDyyP4qDoRITQgpbwAyAXvak0ZbUilc4Pk0y8IoZ2qh0ymh1C7GGxGy5CEBjsX9bY0/g==
"@scalprum/react-core@0.6.6":
version "0.6.6"
resolved "https://registry.yarnpkg.com/@scalprum/react-core/-/react-core-0.6.6.tgz#f4243726874be1e2a977c865d4d3d3a97c559417"
integrity sha512-FAdqaSZKjyqw0lxzHysHN87YaUYf0JQgQpndPaurCCjWwRfAlGLA95HYgf0CIqlCesYVmXijLg9/jnCiHSNr5g==
dependencies:
"@openshift/dynamic-plugin-sdk" "^5.0.1"
"@scalprum/core" "^0.6.6"
"@openshift/dynamic-plugin-sdk" "^4.0.0"
"@scalprum/core" "^0.6.5"
lodash "^4.17.0"

"@scalprum/react-core@^0.6.7":
Expand Down Expand Up @@ -10136,7 +10128,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@18.2.48", "@types/react@^16.13.1 || ^17.0.0":
"@types/react@*", "@types/react@18.2.48":
version "18.2.48"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.48.tgz#11df5664642d0bd879c1f58bc1d37205b064e8f1"
integrity sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==
Expand All @@ -10145,6 +10137,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^16.13.1 || ^17.0.0":
version "17.0.75"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.75.tgz#cffbc76840a12fcadaf5a3cf14878bb06efcf73d"
integrity sha512-MSA+NzEzXnQKrqpO63CYqNstFjsESgvJAdAyyJ1n6ZQq/GLgf6nOfIKwk+Twuz0L1N6xPe+qz5xRCJrbhMaLsw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/request@^2.47.1":
version "2.48.11"
resolved "https://registry.yarnpkg.com/@types/request/-/request-2.48.11.tgz#04b597ea308418422f7901c9a52b24967a2c4ed2"
Expand Down

0 comments on commit 77abab3

Please sign in to comment.