Skip to content

Commit

Permalink
Merge branch 'master' into fix-last-visited-titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 authored Oct 11, 2023
2 parents 8421afc + 3502726 commit 7d8e7da
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 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
40 changes: 20 additions & 20 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/frontend-components",
"version": "4.0.13",
"version": "4.0.14",
"description": "Common components for RedHat Cloud Services project.",
"main": "index.js",
"module": "esm/index.js",
Expand Down 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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bugs": {
"url": "https://github.com/RedHatInsights/frontend-components/issues"
},
"version": "0.1.11",
"version": "0.1.12",
"description": "A CLI tool to create new CRC frontend application. Based on the frontend starter app",
"main": "./bin/create-crc-app.js",
"bin": {
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
4 changes: 2 additions & 2 deletions packages/pdf-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/frontend-components-pdf-generator",
"version": "4.0.2",
"version": "4.0.3",
"description": "Common components for RedHat Cloud Services project to generate PDF from JS.",
"browser": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down 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 7d8e7da

Please sign in to comment.