Deps: Bump @scalprum/react-core from 0.4.1 to 0.5.1

This bumps @scalprum/react-core and adds `@scalprum` module to `transformIgnorePatterns`.

This solves the problem with failing tests, same as in #996
This commit is contained in:
regexowl 2023-03-23 10:20:04 +01:00 committed by Klara Simickova
parent 61fcad5287
commit 6881d1bfe7
2 changed files with 117 additions and 13 deletions

View file

@ -16,7 +16,7 @@
"@redhat-cloud-services/frontend-components-notifications": "3.2.13",
"@redhat-cloud-services/frontend-components-utilities": "3.3.13",
"@reduxjs/toolkit": "^1.9.3",
"@scalprum/react-core": "^0.4.1",
"@scalprum/react-core": "^0.5.1",
"@unleash/proxy-client-react": "^3.5.2",
"classnames": "2.3.2",
"lodash": "4.17.21",
@ -43,7 +43,7 @@
"\\.(css|scss)$": "identity-obj-proxy"
},
"transformIgnorePatterns": [
"node_modules/(?!(@openshift|lodash-es|uuid)/)"
"node_modules/(?!(@scalprum|@openshift|lodash-es|uuid)/)"
],
"setupFiles": [
"jest-canvas-mock"