Skip to content

Commit

Permalink
chore(deps): bump @patternfly/react-table from 5.1.2 to 5.2.0 (#2151)
Browse files Browse the repository at this point in the history
* chore(deps): bump @patternfly/react-table from 5.1.2 to 5.2.0

Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

---
updated-dependencies:
- dependency-name: "@patternfly/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Add mjs in jest transform configuration

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Georgii Karataev <[email protected]>
  • Loading branch information
dependabot[bot] and gkarat authored Mar 11, 2024
1 parent 3fe1733 commit d5ae39a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
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.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@data-driven-forms/react-form-renderer": "^3.22.2",
"@patternfly/react-core": "^5.1.2",
"@patternfly/react-icons": "^5.2.0",
"@patternfly/react-table": "^5.1.2",
"@patternfly/react-table": "^5.2.0",
"@redhat-cloud-services/frontend-components": "^4.2.4",
"@redhat-cloud-services/frontend-components-notifications": "^4.1.0",
"@redhat-cloud-services/frontend-components-utilities": "^4.0.2",
Expand Down Expand Up @@ -84,19 +84,19 @@
"!src/entry.js",
"!src/entry-dev.js"
],
"transform": {
"^.+\\.jsx?$": "babel-jest",
"^.+\\.mjs$": "babel-jest"
},
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!(@patternfly/react-core/|@patternfly/react-icons/|@redhat-cloud-services|@openshift|lodash-es|@patternfly/react-table|@patternfly/react-tokens|p-all|uuid)).*$"
"<rootDir>/node_modules/(?!(@patternfly/react-core/|@patternfly/react-icons/|@redhat-cloud-services|@openshift|lodash-es|@patternfly/react-table|@patternfly/react-tokens|@patternfly/react-styles/|p-all|uuid)).*$"
],
"setupFiles": [
"<rootDir>/config/setupTests.js"
],
"roots": [
"<rootDir>/src/"
],
"moduleFileExtensions": [
"js",
"jsx"
],
"testEnvironmentOptions": {
"url": "http://localhost:5000/"
},
Expand Down

0 comments on commit d5ae39a

Please sign in to comment.