diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 20f452bc75..dd2a4987b5 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2 + uses: github/codeql-action/init@411c4c9a36b3fca4d674f06b6396b2c6d23522c6 # v3.36.3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -53,7 +53,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2 + uses: github/codeql-action/autobuild@411c4c9a36b3fca4d674f06b6396b2c6d23522c6 # v3.36.3 # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun # If the Autobuild fails above, remove it and uncomment the following three lines. @@ -62,6 +62,6 @@ jobs: # echo "Run, Build Application using script" # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2 + uses: github/codeql-action/analyze@411c4c9a36b3fca4d674f06b6396b2c6d23522c6 # v3.36.3 with: category: '/language:${{matrix.language}}' diff --git a/.github/workflows/toml-checks.yaml b/.github/workflows/toml-checks.yaml index 0c21d95344..f683cfd166 100644 --- a/.github/workflows/toml-checks.yaml +++ b/.github/workflows/toml-checks.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: tombi-toml/setup-tombi@90dc1ab19ff45cc28017aab8cd0093516d908532 # v1.1.5 + - uses: tombi-toml/setup-tombi@fa8fb98ef9af2d3b9da565edc15935d523bca7e9 # v1.2.0 with: version: 'v0.9.9' checksum: 'b50dbc90ec27591dbaf564b628bd3b3e4ead371a60931bc8ea5f34d7cd1d3607' diff --git a/.nvmrc b/.nvmrc index 1dd37d5374..ca5c350055 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.17.0 +24.18.0 diff --git a/e2e-tests/package.json b/e2e-tests/package.json index f12602e0d6..ed3fcb6971 100644 --- a/e2e-tests/package.json +++ b/e2e-tests/package.json @@ -54,9 +54,9 @@ "ioredis": "5.11.1", "monocart-coverage-reports": "2.12.12", "otplib": "12.0.1", - "oxfmt": "0.56.0", + "oxfmt": "0.57.0", "oxlint": "1.71.0", - "oxlint-tsgolint": "0.23.0", + "oxlint-tsgolint": "0.24.0", "shellcheck": "4.1.0", "typescript": "6.0.3" }, diff --git a/e2e-tests/yarn.lock b/e2e-tests/yarn.lock index 0e9bc992e5..e2a99007c3 100644 --- a/e2e-tests/yarn.lock +++ b/e2e-tests/yarn.lock @@ -785,177 +785,177 @@ __metadata: languageName: node linkType: hard -"@oxfmt/binding-android-arm-eabi@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-android-arm-eabi@npm:0.56.0" +"@oxfmt/binding-android-arm-eabi@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-android-arm-eabi@npm:0.57.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-android-arm64@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-android-arm64@npm:0.56.0" +"@oxfmt/binding-android-arm64@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-android-arm64@npm:0.57.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-darwin-arm64@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-darwin-arm64@npm:0.56.0" +"@oxfmt/binding-darwin-arm64@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-darwin-arm64@npm:0.57.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-darwin-x64@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-darwin-x64@npm:0.56.0" +"@oxfmt/binding-darwin-x64@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-darwin-x64@npm:0.57.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxfmt/binding-freebsd-x64@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-freebsd-x64@npm:0.56.0" +"@oxfmt/binding-freebsd-x64@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-freebsd-x64@npm:0.57.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxfmt/binding-linux-arm-gnueabihf@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-linux-arm-gnueabihf@npm:0.56.0" +"@oxfmt/binding-linux-arm-gnueabihf@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-arm-gnueabihf@npm:0.57.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-linux-arm-musleabihf@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-linux-arm-musleabihf@npm:0.56.0" +"@oxfmt/binding-linux-arm-musleabihf@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-arm-musleabihf@npm:0.57.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-linux-arm64-gnu@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-linux-arm64-gnu@npm:0.56.0" +"@oxfmt/binding-linux-arm64-gnu@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-arm64-gnu@npm:0.57.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-arm64-musl@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-linux-arm64-musl@npm:0.56.0" +"@oxfmt/binding-linux-arm64-musl@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-arm64-musl@npm:0.57.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-linux-ppc64-gnu@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-linux-ppc64-gnu@npm:0.56.0" +"@oxfmt/binding-linux-ppc64-gnu@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-ppc64-gnu@npm:0.57.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-riscv64-gnu@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-linux-riscv64-gnu@npm:0.56.0" +"@oxfmt/binding-linux-riscv64-gnu@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-riscv64-gnu@npm:0.57.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-riscv64-musl@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-linux-riscv64-musl@npm:0.56.0" +"@oxfmt/binding-linux-riscv64-musl@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-riscv64-musl@npm:0.57.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-linux-s390x-gnu@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-linux-s390x-gnu@npm:0.56.0" +"@oxfmt/binding-linux-s390x-gnu@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-s390x-gnu@npm:0.57.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-x64-gnu@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-linux-x64-gnu@npm:0.56.0" +"@oxfmt/binding-linux-x64-gnu@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-x64-gnu@npm:0.57.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-x64-musl@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-linux-x64-musl@npm:0.56.0" +"@oxfmt/binding-linux-x64-musl@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-linux-x64-musl@npm:0.57.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-openharmony-arm64@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-openharmony-arm64@npm:0.56.0" +"@oxfmt/binding-openharmony-arm64@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-openharmony-arm64@npm:0.57.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-win32-arm64-msvc@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-win32-arm64-msvc@npm:0.56.0" +"@oxfmt/binding-win32-arm64-msvc@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-win32-arm64-msvc@npm:0.57.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-win32-ia32-msvc@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-win32-ia32-msvc@npm:0.56.0" +"@oxfmt/binding-win32-ia32-msvc@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-win32-ia32-msvc@npm:0.57.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@oxfmt/binding-win32-x64-msvc@npm:0.56.0": - version: 0.56.0 - resolution: "@oxfmt/binding-win32-x64-msvc@npm:0.56.0" +"@oxfmt/binding-win32-x64-msvc@npm:0.57.0": + version: 0.57.0 + resolution: "@oxfmt/binding-win32-x64-msvc@npm:0.57.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@oxlint-tsgolint/darwin-arm64@npm:0.23.0": - version: 0.23.0 - resolution: "@oxlint-tsgolint/darwin-arm64@npm:0.23.0" +"@oxlint-tsgolint/darwin-arm64@npm:0.24.0": + version: 0.24.0 + resolution: "@oxlint-tsgolint/darwin-arm64@npm:0.24.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint-tsgolint/darwin-x64@npm:0.23.0": - version: 0.23.0 - resolution: "@oxlint-tsgolint/darwin-x64@npm:0.23.0" +"@oxlint-tsgolint/darwin-x64@npm:0.24.0": + version: 0.24.0 + resolution: "@oxlint-tsgolint/darwin-x64@npm:0.24.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint-tsgolint/linux-arm64@npm:0.23.0": - version: 0.23.0 - resolution: "@oxlint-tsgolint/linux-arm64@npm:0.23.0" +"@oxlint-tsgolint/linux-arm64@npm:0.24.0": + version: 0.24.0 + resolution: "@oxlint-tsgolint/linux-arm64@npm:0.24.0" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"@oxlint-tsgolint/linux-x64@npm:0.23.0": - version: 0.23.0 - resolution: "@oxlint-tsgolint/linux-x64@npm:0.23.0" +"@oxlint-tsgolint/linux-x64@npm:0.24.0": + version: 0.24.0 + resolution: "@oxlint-tsgolint/linux-x64@npm:0.24.0" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"@oxlint-tsgolint/win32-arm64@npm:0.23.0": - version: 0.23.0 - resolution: "@oxlint-tsgolint/win32-arm64@npm:0.23.0" +"@oxlint-tsgolint/win32-arm64@npm:0.24.0": + version: 0.24.0 + resolution: "@oxlint-tsgolint/win32-arm64@npm:0.24.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint-tsgolint/win32-x64@npm:0.23.0": - version: 0.23.0 - resolution: "@oxlint-tsgolint/win32-x64@npm:0.23.0" +"@oxlint-tsgolint/win32-x64@npm:0.24.0": + version: 0.24.0 + resolution: "@oxlint-tsgolint/win32-x64@npm:0.24.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -2050,9 +2050,9 @@ __metadata: node-fetch: "npm:2.7.0" octokit: "npm:4.1.4" otplib: "npm:12.0.1" - oxfmt: "npm:0.56.0" + oxfmt: "npm:0.57.0" oxlint: "npm:1.71.0" - oxlint-tsgolint: "npm:0.23.0" + oxlint-tsgolint: "npm:0.24.0" pg: "npm:8.22.0" shellcheck: "npm:4.1.0" typescript: "npm:6.0.3" @@ -3593,29 +3593,29 @@ __metadata: languageName: node linkType: hard -"oxfmt@npm:0.56.0": - version: 0.56.0 - resolution: "oxfmt@npm:0.56.0" - dependencies: - "@oxfmt/binding-android-arm-eabi": "npm:0.56.0" - "@oxfmt/binding-android-arm64": "npm:0.56.0" - "@oxfmt/binding-darwin-arm64": "npm:0.56.0" - "@oxfmt/binding-darwin-x64": "npm:0.56.0" - "@oxfmt/binding-freebsd-x64": "npm:0.56.0" - "@oxfmt/binding-linux-arm-gnueabihf": "npm:0.56.0" - "@oxfmt/binding-linux-arm-musleabihf": "npm:0.56.0" - "@oxfmt/binding-linux-arm64-gnu": "npm:0.56.0" - "@oxfmt/binding-linux-arm64-musl": "npm:0.56.0" - "@oxfmt/binding-linux-ppc64-gnu": "npm:0.56.0" - "@oxfmt/binding-linux-riscv64-gnu": "npm:0.56.0" - "@oxfmt/binding-linux-riscv64-musl": "npm:0.56.0" - "@oxfmt/binding-linux-s390x-gnu": "npm:0.56.0" - "@oxfmt/binding-linux-x64-gnu": "npm:0.56.0" - "@oxfmt/binding-linux-x64-musl": "npm:0.56.0" - "@oxfmt/binding-openharmony-arm64": "npm:0.56.0" - "@oxfmt/binding-win32-arm64-msvc": "npm:0.56.0" - "@oxfmt/binding-win32-ia32-msvc": "npm:0.56.0" - "@oxfmt/binding-win32-x64-msvc": "npm:0.56.0" +"oxfmt@npm:0.57.0": + version: 0.57.0 + resolution: "oxfmt@npm:0.57.0" + dependencies: + "@oxfmt/binding-android-arm-eabi": "npm:0.57.0" + "@oxfmt/binding-android-arm64": "npm:0.57.0" + "@oxfmt/binding-darwin-arm64": "npm:0.57.0" + "@oxfmt/binding-darwin-x64": "npm:0.57.0" + "@oxfmt/binding-freebsd-x64": "npm:0.57.0" + "@oxfmt/binding-linux-arm-gnueabihf": "npm:0.57.0" + "@oxfmt/binding-linux-arm-musleabihf": "npm:0.57.0" + "@oxfmt/binding-linux-arm64-gnu": "npm:0.57.0" + "@oxfmt/binding-linux-arm64-musl": "npm:0.57.0" + "@oxfmt/binding-linux-ppc64-gnu": "npm:0.57.0" + "@oxfmt/binding-linux-riscv64-gnu": "npm:0.57.0" + "@oxfmt/binding-linux-riscv64-musl": "npm:0.57.0" + "@oxfmt/binding-linux-s390x-gnu": "npm:0.57.0" + "@oxfmt/binding-linux-x64-gnu": "npm:0.57.0" + "@oxfmt/binding-linux-x64-musl": "npm:0.57.0" + "@oxfmt/binding-openharmony-arm64": "npm:0.57.0" + "@oxfmt/binding-win32-arm64-msvc": "npm:0.57.0" + "@oxfmt/binding-win32-ia32-msvc": "npm:0.57.0" + "@oxfmt/binding-win32-x64-msvc": "npm:0.57.0" tinypool: "npm:2.1.0" peerDependencies: svelte: ^5.0.0 @@ -3666,20 +3666,20 @@ __metadata: optional: true bin: oxfmt: bin/oxfmt - checksum: 10c0/f17ef097ebdc58a7ec4afa987b45ded016de5302753652c8f8c22d657f233fa35b36ffd8a4dd6490a6be4673051a5fc5b204890e69b606fffbe0ae35804bb0db + checksum: 10c0/39879f27afef9b812094865d70ed51d84ab3b66b85cc6ec8a02dad0aa4ea528d0b8a33553a3a66cefa999c029529959ceb1907e4c71b1b01a882dbccb77ebc1b languageName: node linkType: hard -"oxlint-tsgolint@npm:0.23.0": - version: 0.23.0 - resolution: "oxlint-tsgolint@npm:0.23.0" +"oxlint-tsgolint@npm:0.24.0": + version: 0.24.0 + resolution: "oxlint-tsgolint@npm:0.24.0" dependencies: - "@oxlint-tsgolint/darwin-arm64": "npm:0.23.0" - "@oxlint-tsgolint/darwin-x64": "npm:0.23.0" - "@oxlint-tsgolint/linux-arm64": "npm:0.23.0" - "@oxlint-tsgolint/linux-x64": "npm:0.23.0" - "@oxlint-tsgolint/win32-arm64": "npm:0.23.0" - "@oxlint-tsgolint/win32-x64": "npm:0.23.0" + "@oxlint-tsgolint/darwin-arm64": "npm:0.24.0" + "@oxlint-tsgolint/darwin-x64": "npm:0.24.0" + "@oxlint-tsgolint/linux-arm64": "npm:0.24.0" + "@oxlint-tsgolint/linux-x64": "npm:0.24.0" + "@oxlint-tsgolint/win32-arm64": "npm:0.24.0" + "@oxlint-tsgolint/win32-x64": "npm:0.24.0" dependenciesMeta: "@oxlint-tsgolint/darwin-arm64": optional: true @@ -3695,7 +3695,7 @@ __metadata: optional: true bin: tsgolint: bin/tsgolint.js - checksum: 10c0/052035ea9fe2fe654aa1187ba30f842e1c44883bec34fffbb959dd86b5cfd0067af1bf0c27897b720f28346b3641422672e35913db8940f3e02728e459a1d8f1 + checksum: 10c0/1e62561c748a0b47a78775fd64c415104abc3aae28115926c8495a8d8d28ff1e3ba4a938cdd79ba85a76eb9fd0e0cae43c2b1461ee562f6b557b5fb1a437a4a1 languageName: node linkType: hard diff --git a/package.json b/package.json index 0fcc585931..a20678dc50 100644 --- a/package.json +++ b/package.json @@ -64,8 +64,8 @@ } }, "resolutions": { - "@scalprum/core": "0.9.3", - "@scalprum/react-core": "0.11.2", + "@scalprum/core": "0.10.1", + "@scalprum/react-core": "0.13.1", "refractor@npm:3.6.0/prismjs": "^1.30.0" }, "jest": { diff --git a/packages/app/package.json b/packages/app/package.json index b2ecb7c5c1..5421f7723e 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -64,7 +64,7 @@ "@backstage/frontend-test-utils": "0.6.1", "@backstage/test-utils": "1.7.19", "@janus-idp/cli": "patch:@janus-idp/cli@npm%3A3.7.0#~/.yarn/patches/@janus-idp-cli-npm-3.7.0-f225cddfdb.patch", - "@scalprum/react-test-utils": "0.3.0", + "@scalprum/react-test-utils": "0.3.2", "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "14.3.1", diff --git a/yarn.lock b/yarn.lock index 378f2bb7e6..9403f019c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9299,20 +9299,6 @@ __metadata: languageName: node linkType: hard -"@openshift/dynamic-plugin-sdk@npm:^5.0.1": - version: 5.0.1 - resolution: "@openshift/dynamic-plugin-sdk@npm:5.0.1" - dependencies: - lodash: "npm:^4.17.21" - semver: "npm:^7.3.7" - uuid: "npm:^8.3.2" - yup: "npm:^0.32.11" - peerDependencies: - react: ^17 || ^18 - checksum: 10c0/2793e27abd90b47daabb0a6c97c76d6acfe0f5a102d394e6eeb1c140e38609b1185dc774ce4816e4fe4ed76656b0f2e5d0295ee4529dc921a544a7d81c263c9c - languageName: node - linkType: hard - "@openshift/dynamic-plugin-sdk@npm:^8.0.0": version: 8.2.0 resolution: "@openshift/dynamic-plugin-sdk@npm:8.2.0" @@ -12018,40 +12004,40 @@ __metadata: languageName: node linkType: hard -"@scalprum/core@npm:0.9.3": - version: 0.9.3 - resolution: "@scalprum/core@npm:0.9.3" +"@scalprum/core@npm:0.10.1": + version: 0.10.1 + resolution: "@scalprum/core@npm:0.10.1" dependencies: - "@openshift/dynamic-plugin-sdk": "npm:^5.0.1" + "@openshift/dynamic-plugin-sdk": "npm:^8.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/760c3f8d162163cad453d6f4d8494bf61f6b9ae28a624706887176673fe87147a0ed65d3a2e7fd8654b0e75eaf87914bd1357ce041d7c3c28372b24856027304 + checksum: 10c0/f8fa3da944782d3f74af0f7b92a5a52e6841069bc6bae6032de068400d16fb38a898fc693c3f76eaab30f462b576315114eb6b6dbc796496ae2a1007a1b7ee4d languageName: node linkType: hard -"@scalprum/react-core@npm:0.11.2": - version: 0.11.2 - resolution: "@scalprum/react-core@npm:0.11.2" +"@scalprum/react-core@npm:0.13.1": + version: 0.13.1 + resolution: "@scalprum/react-core@npm:0.13.1" dependencies: - "@openshift/dynamic-plugin-sdk": "npm:^5.0.1" - "@scalprum/core": "npm:^0.9.1" + "@openshift/dynamic-plugin-sdk": "npm:^8.0.0" + "@scalprum/core": "npm:^0.10.1" lodash: "npm:^4.17.0" peerDependencies: - react: ">=16.8.0 || >=17.0.0 || ^18.0.0" - react-dom: ">=16.8.0 || >=17.0.0 || ^18.0.0" - checksum: 10c0/b27209ff4276f8e12c8b5e956def2d4273fa8dee75a1b54a634a58e02682470d8d51bdbce0d55930a699d32383997e189735299f73a86160c00b720a266f3f2b + react: ">=17.0.0 <20.0.0" + react-dom: ">=17.0.0 <20.0.0" + checksum: 10c0/a1366ab36c820023104974173c7bb3a3fe6036444cffb71f605e719859664e408304782810f6eb4971efd63fdde92e5ef14cb5b037d9cc0eee58402a2a8c86d0 languageName: node linkType: hard -"@scalprum/react-test-utils@npm:0.3.0": - version: 0.3.0 - resolution: "@scalprum/react-test-utils@npm:0.3.0" +"@scalprum/react-test-utils@npm:0.3.2": + version: 0.3.2 + resolution: "@scalprum/react-test-utils@npm:0.3.2" dependencies: "@openshift/dynamic-plugin-sdk": "npm:^8.0.0" - "@scalprum/core": "npm:^0.10.0" - "@scalprum/react-core": "npm:^0.12.0" + "@scalprum/core": "npm:^0.10.1" + "@scalprum/react-core": "npm:^0.13.1" tslib: "npm:^2.6.2" whatwg-fetch: "npm:^3.6.0" - checksum: 10c0/c8aeb2881c976c8412e4fc234c1168cbf37a738abe7618e4d20bc79f6dec816c50b727c28e616b6ff54d5017da37f7a9914891291ea74af9e37ee44b6c6465f7 + checksum: 10c0/b3ca5ec15de121e82fb944c301e89388d37fbb4d0c64d4bdd94563bfd3b3512aaa3b63be791bc08d3a1723d25fd817330be415dba100b70e991c75c71fefcf7f languageName: node linkType: hard @@ -15977,7 +15963,7 @@ __metadata: "@red-hat-developer-hub/plugin-utils": "workspace:*" "@scalprum/core": "npm:0.10.0" "@scalprum/react-core": "npm:0.13.0" - "@scalprum/react-test-utils": "npm:0.3.0" + "@scalprum/react-test-utils": "npm:0.3.2" "@testing-library/dom": "npm:9.3.4" "@testing-library/jest-dom": "npm:6.9.1" "@testing-library/react": "npm:14.3.1" @@ -32936,7 +32922,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.7.1, semver@npm:^7.7.2, semver@npm:^7.7.3": +"semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.3.8, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.7.1, semver@npm:^7.7.2, semver@npm:^7.7.3": version: 7.8.5 resolution: "semver@npm:7.8.5" bin: