Skip to content

Commit

Permalink
chore(General): 🔨 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoval committed Aug 26, 2024
1 parent c7a451f commit 5cd4086
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 188 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"commit": "git-cz"
},
"dependencies": {
"@antv/g6": "^5.0.15",
"@antv/g6": "^5.0.17",
"@nivo/sankey": "^0.87.0",
"@patternfly/patternfly": "^5.3.1",
"@patternfly/react-charts": "^7.3.0",
"@patternfly/react-core": "^5.3.4",
"@patternfly/react-icons": "^5.3.2",
"@patternfly/react-table": "5.3.4",
"@tanstack/react-query": "^5.51.23",
"axios": "^1.7.4",
"@tanstack/react-query": "^5.52.1",
"axios": "^1.7.5",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.28",
"framer-motion": "^11.3.30",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
Expand All @@ -56,14 +56,14 @@
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"commitizen": "^4.3.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
Expand All @@ -72,28 +72,28 @@
"cz-git": "^1.9.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.4",
"husky": "^9.1.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.0",
"mini-css-extract-plugin": "^2.9.1",
"miragejs": "^0.1.48",
"prettier": "^3.3.3",
"start-server-and-test": "^2.0.5",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"ts-prune": "^0.10.3",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/core/components/SkNavigationViewLink/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const SkNavigationViewLink: FC<{ link: string; linkLabel: string; iconName?: 'to
<Link to={link} style={{ whiteSpace: 'nowrap' }} title={linkLabel}>
<Text component={TextVariants.p}>
<Button>
<Icon isInline data-testId={iconName}>
<Icon isInline data-testid={iconName}>
{icons[iconName]}
</Icon>
</Button>
Expand Down
Loading

0 comments on commit 5cd4086

Please sign in to comment.