Skip to content

Commit

Permalink
Update Shared components packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2023
1 parent 5bc4d1c commit bfbf263
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@redhat-cloud-services/frontend-components-config": "4.7.3",
"@testing-library/cypress": "9.0.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/enzyme": "3.10.13",
"@types/jest": "27.5.2",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"@types/react": "17.0.60",
"@types/react-dom": "17.0.20",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/yup": "0.29.14",
Expand All @@ -63,10 +63,10 @@
"husky": "8.0.3",
"identity-obj-proxy": "3.0.0",
"imagemin": "8.0.1",
"jest": "28.1.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"keycloak-js": "16.1.1",
"lerna": "6.6.2",
"lerna": "7.0.2",
"lint-staged": "13.2.2",
"mini-css-extract-plugin": "2.7.6",
"null-loader": "4.0.1",
Expand All @@ -83,7 +83,7 @@
"serve": "14.2.0",
"style-loader": "3.3.3",
"svg-url-loader": "8.0.0",
"ts-jest": "28.0.8",
"ts-jest": "29.1.0",
"ts-loader": "9.4.3",
"tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "5.1.3",
Expand All @@ -101,7 +101,7 @@
"@patternfly/react-styles": "4.92.6",
"@patternfly/react-table": "4.113.0",
"formik": "2.4.1",
"i18next": "22.5.1",
"i18next": "23.0.1",
"i18next-http-backend": "2.2.1",
"i18next-parser": "8.0.0",
"json-pointer": "0.6.2",
Expand All @@ -110,8 +110,8 @@
"react-ace": "10.1.0",
"react-dom": "17.0.2",
"react-fast-compare": "3.2.2",
"react-i18next": "12.3.1",
"react-router": "5.3.4",
"react-i18next": "13.0.0",
"react-router": "6.13.0",
"react-router-dom": "5.3.0",
"terser-webpack-plugin": "5.3.9",
"tslib": "2.5.3",
Expand Down
6 changes: 3 additions & 3 deletions ui/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@patternfly/react-icons": "^4.7.11",
"@patternfly/react-styles": "^4.7.8",
"@patternfly/react-table": "^4.24.1",
"i18next": "22.5.1",
"i18next": "23.0.1",
"i18next-http-backend": "2.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "12.3.1",
"react-i18next": "13.0.0",
"react-router-dom": "5.3.0"
},
"dependencies": {
Expand All @@ -47,7 +47,7 @@
"tslib": "2.5.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "12.3.1",
"react-i18next": "13.0.0",
"react-router-dom": "5.3.0"
}
}

0 comments on commit bfbf263

Please sign in to comment.