Skip to content

Commit 9e8ff00

Browse files
committed
bump-scalprum
1 parent d79e38a commit 9e8ff00

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const config = {
2121
},
2222
],
2323
transformIgnorePatterns: [
24-
'node_modules/(?!@data-driven-forms|lodash-es|@openshift|uuid)',
24+
'node_modules/(?!uuid)',
2525

2626
// Uncomment the below line if you face any errors with jest
2727
// '/node_modules/(?!@redhat-cloud-services)',

package-lock.json

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"@redhat-cloud-services/frontend-components-utilities": "^4.0.0",
5151
"@redhat-cloud-services/types": "^0.0.24",
5252
"@patternfly/react-component-groups": "^1.2.1",
53-
"@scalprum/core": "^0.5.3",
54-
"@scalprum/react-core": "^0.5.3",
53+
"@scalprum/core": "^0.5.4",
54+
"@scalprum/react-core": "^0.5.4",
5555
"sanitize-html": "^2.7.2"
5656
},
5757
"devDependencies": {

packages/create-crc-app/templates/jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
'\\.(css|scss)$': 'identity-obj-proxy',
77
},
88
roots: ['<rootDir>/src/'],
9-
transformIgnorePatterns: ['/node_modules/(?!@redhat-cloud-services)', '/node_modules/(?!@patternfly)'],
9+
transformIgnorePatterns: ['/node_modules/(?!@patternfly/react-tokens|uuid)'],
1010
testEnvironment: 'jest-environment-jsdom',
1111
moduleDirectories: [
1212
'node_modules',

packages/pdf-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"react": "16.12.0",
4343
"react-dom": "16.12.0",
4444
"rgb-hex": "^3.0.0",
45-
"@scalprum/react-core": "^0.5.3"
45+
"@scalprum/react-core": "^0.5.4"
4646
},
4747
"devDependencies": {
4848
"style-inject": "0.3.0",

0 commit comments

Comments
 (0)