Skip to content

Commit

Permalink
Merge pull request #4162 from dlabrecq/deps
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
dlabrecq authored Jan 7, 2025
2 parents 463a9dd + b65acd0 commit 1bb15a8
Show file tree
Hide file tree
Showing 7 changed files with 521 additions and 596 deletions.
1,007 changes: 466 additions & 541 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
},
"dependencies": {
"@patternfly/patternfly": "5.4.2",
"@patternfly/react-charts": "7.4.7",
"@patternfly/react-charts": "7.4.8",
"@patternfly/react-component-groups": "5.5.5",
"@patternfly/react-core": "5.4.10",
"@patternfly/react-core": "5.4.12",
"@patternfly/react-icons": "5.4.2",
"@patternfly/react-table": "5.4.11",
"@patternfly/react-table": "5.4.13",
"@patternfly/react-tokens": "5.4.1",
"@redhat-cloud-services/frontend-components": "^4.2.22",
"@redhat-cloud-services/frontend-components": "^5.0.3",
"@redhat-cloud-services/frontend-components-notifications": "^4.1.3",
"@redhat-cloud-services/frontend-components-translations": "^3.2.11",
"@redhat-cloud-services/frontend-components-utilities": "^5.0.3",
"@redhat-cloud-services/rbac-client": "^3.0.4",
"@redhat-cloud-services/rbac-client": "^3.0.5",
"@reduxjs/toolkit": "^2.5.0",
"@unleash/proxy-client-react": "^4.4.0",
"axios": "^1.7.9",
Expand All @@ -73,13 +73,13 @@
"qs": "^6.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^7.0.4",
"react-intl": "^7.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.28.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"typesafe-actions": "^5.1.0",
"victory": "37.3.2"
"victory": "^37.3.5"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
Expand All @@ -89,10 +89,10 @@
"@formatjs/ecma402-abstract": "^2.3.2",
"@formatjs/fast-memoize": "^2.2.6",
"@formatjs/icu-messageformat-parser": "^2.9.8",
"@formatjs/intl-localematcher": "^0.5.9",
"@formatjs/intl-localematcher": "^0.5.10",
"@redhat-cloud-services/frontend-components-config": "^6.3.5",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.21",
"@swc/core": "^1.10.1",
"@swc/core": "^1.10.6",
"@swc/jest": "^0.2.37",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
Expand All @@ -103,10 +103,10 @@
"@types/react-dom": "^18.3.5",
"@types/react-redux": "^7.1.34",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-formatjs": "^5.2.9",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-jest-dom": "^5.5.0",
Expand All @@ -133,9 +133,9 @@
"typescript": "^5.7.2"
},
"overrides": {
"@typescript-eslint/eslint-plugin": "^8.18.0",
"eslint": "^9.16.0",
"react-intl": "^7.0.4",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"eslint": "^9.17.0",
"react-intl": "^7.1.0",
"redux": "^5.0.1",
"react-redux": "^9.2.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ exports[`null previous and current reports are handled 1`] = `
width="0"
>
<g
clip-path="url(#victory-clip-9)"
clip-path="url(#victory-clip-12)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-9"
id="victory-clip-12"
>
<rect
height="17"
Expand All @@ -65,12 +65,12 @@ exports[`null previous and current reports are handled 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-11)"
clip-path="url(#victory-clip-14)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-11"
id="victory-clip-14"
>
<rect
height="17"
Expand Down Expand Up @@ -444,12 +444,12 @@ exports[`reports are formatted to datums 1`] = `
width="0"
>
<g
clip-path="url(#victory-clip-3)"
clip-path="url(#victory-clip-4)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-3"
id="victory-clip-4"
>
<rect
height="17"
Expand All @@ -476,12 +476,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-5)"
clip-path="url(#victory-clip-6)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-5"
id="victory-clip-6"
>
<rect
height="17"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ exports[`null previous and current reports are handled 1`] = `
width="0"
>
<g
clip-path="url(#victory-clip-9)"
clip-path="url(#victory-clip-12)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-9"
id="victory-clip-12"
>
<rect
height="17"
Expand All @@ -64,12 +64,12 @@ exports[`null previous and current reports are handled 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-11)"
clip-path="url(#victory-clip-14)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-11"
id="victory-clip-14"
>
<rect
height="17"
Expand Down Expand Up @@ -406,12 +406,12 @@ exports[`reports are formatted to datums 1`] = `
width="0"
>
<g
clip-path="url(#victory-clip-3)"
clip-path="url(#victory-clip-4)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-3"
id="victory-clip-4"
>
<rect
height="17"
Expand All @@ -438,12 +438,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-5)"
clip-path="url(#victory-clip-6)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-5"
id="victory-clip-6"
>
<rect
height="17"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ exports[`reports are formatted to datums 1`] = `
width="0"
>
<g
clip-path="url(#victory-clip-3)"
clip-path="url(#victory-clip-4)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-3"
id="victory-clip-4"
>
<rect
height="12"
Expand All @@ -64,12 +64,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-5)"
clip-path="url(#victory-clip-6)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-5"
id="victory-clip-6"
>
<rect
height="12"
Expand All @@ -96,12 +96,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-7)"
clip-path="url(#victory-clip-8)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-7"
id="victory-clip-8"
>
<rect
height="12"
Expand All @@ -126,12 +126,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-9)"
clip-path="url(#victory-clip-10)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-9"
id="victory-clip-10"
>
<rect
height="12"
Expand All @@ -156,12 +156,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-11)"
clip-path="url(#victory-clip-12)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-11"
id="victory-clip-12"
>
<rect
height="12"
Expand All @@ -188,12 +188,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-13)"
clip-path="url(#victory-clip-14)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-13"
id="victory-clip-14"
>
<rect
height="12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ exports[`reports are formatted to datums 1`] = `
Example Trend Title
</title>
<g
clip-path="url(#victory-clip-3)"
clip-path="url(#victory-clip-4)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-3"
id="victory-clip-4"
>
<rect
height="42"
Expand All @@ -67,12 +67,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-5)"
clip-path="url(#victory-clip-6)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-5"
id="victory-clip-6"
>
<rect
height="42"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ exports[`reports are formatted to datums 1`] = `
Usage Chart
</title>
<g
clip-path="url(#victory-clip-3)"
clip-path="url(#victory-clip-4)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-3"
id="victory-clip-4"
>
<rect
height="17"
Expand All @@ -55,12 +55,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-5)"
clip-path="url(#victory-clip-6)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-5"
id="victory-clip-6"
>
<rect
height="17"
Expand All @@ -87,12 +87,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-7)"
clip-path="url(#victory-clip-8)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-7"
id="victory-clip-8"
>
<rect
height="17"
Expand All @@ -117,12 +117,12 @@ exports[`reports are formatted to datums 1`] = `
</g>
</g>
<g
clip-path="url(#victory-clip-9)"
clip-path="url(#victory-clip-10)"
style="height: 100%; width: 100%; user-select: none;"
>
<defs>
<clippath
id="victory-clip-9"
id="victory-clip-10"
>
<rect
height="17"
Expand Down

0 comments on commit 1bb15a8

Please sign in to comment.