Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 3a246be

Browse files
fix(deps): update shared components packages
1 parent fff0935 commit 3a246be

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.1
1+
18.17.1

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"prepare": "husky install"
3030
},
3131
"dependencies": {
32-
"@patternfly/react-charts": "6.94.19",
32+
"@patternfly/react-charts": "6.94.21",
3333
"@redhat-cloud-services/rbac-client": "1.2.5",
3434
"@rhoas/account-management-sdk": "1.0.3",
35-
"@rhoas/app-services-ui-components": "2.31.0",
35+
"@rhoas/app-services-ui-components": "2.31.2",
3636
"@rhoas/app-services-ui-shared": "0.16.6",
3737
"@rhoas/kafka-instance-sdk": "1.0.3",
3838
"@rhoas/kafka-management-sdk": "1.0.2",
@@ -42,52 +42,52 @@
4242
"js-cookie": "3.0.5",
4343
"jwt-decode": "3.1.2",
4444
"query-string": "7.1.3",
45-
"react-error-boundary": "4.0.10",
46-
"react-redux": "8.1.1",
45+
"react-error-boundary": "4.0.11",
46+
"react-redux": "8.1.2",
4747
"redux": "4.2.1",
4848
"redux-logger": "3.0.6"
4949
},
5050
"devDependencies": {
5151
"@patternfly/patternfly": "5.0.2",
52-
"@patternfly/react-core": "4.276.8",
53-
"@patternfly/react-icons": "4.93.6",
54-
"@patternfly/react-table": "4.113.0",
52+
"@patternfly/react-core": "4.276.12",
53+
"@patternfly/react-icons": "4.93.7",
54+
"@patternfly/react-table": "4.113.4",
5555
"@redhat-cloud-services/frontend-components": "3.11.2",
5656
"@redhat-cloud-services/frontend-components-config-utilities": "1.5.31",
5757
"@redhat-cloud-services/frontend-components-notifications": "3.2.14",
5858
"@redhat-cloud-services/frontend-components-utilities": "3.7.4",
59-
"@testing-library/jest-dom": "5.16.5",
59+
"@testing-library/jest-dom": "5.17.0",
6060
"@testing-library/react": "12.1.5",
61-
"@types/jest": "29.5.2",
61+
"@types/jest": "29.5.4",
6262
"@types/js-cookie": "3.0.3",
63-
"@types/react-dom": "18.2.6",
63+
"@types/react-dom": "18.2.7",
6464
"@types/react-router-dom": "5.3.3",
6565
"@types/redux-logger": "3.0.9",
66-
"@typescript-eslint/eslint-plugin": "5.60.1",
67-
"@typescript-eslint/parser": "5.60.1",
66+
"@typescript-eslint/eslint-plugin": "5.62.0",
67+
"@typescript-eslint/parser": "5.62.0",
6868
"@xstate/inspect": "0.8.0",
6969
"axios": "1.4.0",
7070
"copy-webpack-plugin": "11.0.0",
7171
"css-loader": "6.8.1",
7272
"css-minimizer-webpack-plugin": "5.0.1",
7373
"date-fns": "2.30.0",
7474
"dotenv-webpack": "8.0.1",
75-
"eslint": "8.43.0",
76-
"eslint-config-prettier": "8.8.0",
77-
"eslint-plugin-cypress": "2.13.3",
78-
"eslint-plugin-deprecation": "1.4.1",
75+
"eslint": "8.47.0",
76+
"eslint-config-prettier": "8.10.0",
77+
"eslint-plugin-cypress": "2.14.0",
78+
"eslint-plugin-deprecation": "1.5.0",
7979
"eslint-plugin-i18next": "6.0.3",
80-
"eslint-plugin-jest": "27.2.2",
81-
"eslint-plugin-react": "7.32.2",
80+
"eslint-plugin-jest": "27.2.3",
81+
"eslint-plugin-react": "7.33.2",
8282
"eslint-plugin-react-hooks": "4.6.0",
8383
"html-replace-webpack-plugin": "2.6.0",
8484
"html-webpack-plugin": "5.5.3",
8585
"https-proxy-agent": "5.0.1",
8686
"husky": "8.0.3",
87-
"i18next": "23.2.5",
88-
"jest": "29.5.0",
87+
"i18next": "23.4.5",
88+
"jest": "29.6.4",
8989
"jws": "4.0.0",
90-
"lint-staged": "13.2.3",
90+
"lint-staged": "13.3.0",
9191
"lodash.merge": "4.6.2",
9292
"mini-css-extract-plugin": "2.7.6",
9393
"npm-run-all": "4.1.5",
@@ -99,26 +99,26 @@
9999
"react-i18next": "11.18.6",
100100
"react-router-dom": "5.2.1",
101101
"redux-promise-middleware": "6.1.3",
102-
"regenerator-runtime": "0.13.11",
102+
"regenerator-runtime": "0.14.0",
103103
"rimraf": "5.0.1",
104104
"terser-webpack-plugin": "5.3.9",
105-
"ts-jest": "29.1.0",
105+
"ts-jest": "29.1.1",
106106
"ts-loader": "9.4.4",
107-
"tsconfig-paths-webpack-plugin": "4.0.1",
108-
"tslib": "2.6.0",
109-
"typescript": "5.1.6",
107+
"tsconfig-paths-webpack-plugin": "4.1.0",
108+
"tslib": "2.6.2",
109+
"typescript": "5.2.2",
110110
"url": "0.11.1",
111-
"webpack": "5.88.1",
111+
"webpack": "5.88.2",
112112
"webpack-bundle-analyzer": "4.9.0",
113113
"webpack-cli": "5.1.4",
114114
"webpack-dev-server": "4.15.1",
115115
"webpack-merge": "5.9.0"
116116
},
117117
"peerDependencies": {
118118
"@patternfly/patternfly": "5.0.2",
119-
"@patternfly/react-core": "4.276.8",
120-
"@patternfly/react-icons": "4.93.6",
121-
"@patternfly/react-table": "4.113.0",
119+
"@patternfly/react-core": "4.276.12",
120+
"@patternfly/react-icons": "4.93.7",
121+
"@patternfly/react-table": "4.113.4",
122122
"@redhat-cloud-services/frontend-components": "3.11.2",
123123
"@redhat-cloud-services/frontend-components-notifications": "3.2.14",
124124
"@redhat-cloud-services/frontend-components-utilities": "3.7.4",

0 commit comments

Comments
 (0)