Skip to content

Commit

Permalink
bump-scalprum
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Oct 10, 2023
1 parent d79e38a commit 9e8ff00
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config = {
},
],
transformIgnorePatterns: [
'node_modules/(?!@data-driven-forms|lodash-es|@openshift|uuid)',
'node_modules/(?!uuid)',

// Uncomment the below line if you face any errors with jest
// '/node_modules/(?!@redhat-cloud-services)',
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@redhat-cloud-services/frontend-components-utilities": "^4.0.0",
"@redhat-cloud-services/types": "^0.0.24",
"@patternfly/react-component-groups": "^1.2.1",
"@scalprum/core": "^0.5.3",
"@scalprum/react-core": "^0.5.3",
"@scalprum/core": "^0.5.4",
"@scalprum/react-core": "^0.5.4",
"sanitize-html": "^2.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-crc-app/templates/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
'\\.(css|scss)$': 'identity-obj-proxy',
},
roots: ['<rootDir>/src/'],
transformIgnorePatterns: ['/node_modules/(?!@redhat-cloud-services)', '/node_modules/(?!@patternfly)'],
transformIgnorePatterns: ['/node_modules/(?!@patternfly/react-tokens|uuid)'],
testEnvironment: 'jest-environment-jsdom',
moduleDirectories: [
'node_modules',
Expand Down
2 changes: 1 addition & 1 deletion packages/pdf-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react": "16.12.0",
"react-dom": "16.12.0",
"rgb-hex": "^3.0.0",
"@scalprum/react-core": "^0.5.3"
"@scalprum/react-core": "^0.5.4"
},
"devDependencies": {
"style-inject": "0.3.0",
Expand Down

0 comments on commit 9e8ff00

Please sign in to comment.