Skip to content

Commit 2df4221

Browse files
authored
Merge branch 'master' into fix-last-visited-titles
2 parents ed6b70e + 3502726 commit 2df4221

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
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

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redhat-cloud-services/frontend-components",
3-
"version": "4.0.13",
3+
"version": "4.0.14",
44
"description": "Common components for RedHat Cloud Services project.",
55
"main": "index.js",
66
"module": "esm/index.js",
@@ -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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"bugs": {
1919
"url": "https://github.com/RedHatInsights/frontend-components/issues"
2020
},
21-
"version": "0.1.11",
21+
"version": "0.1.12",
2222
"description": "A CLI tool to create new CRC frontend application. Based on the frontend starter app",
2323
"main": "./bin/create-crc-app.js",
2424
"bin": {

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redhat-cloud-services/frontend-components-pdf-generator",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Common components for RedHat Cloud Services project to generate PDF from JS.",
55
"browser": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -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)