Skip to content

Commit e44bfdc

Browse files
fix(deps): update npm minor and patch dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 4100b96 commit e44bfdc

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.0",
44
"private": false,
55
"engines": {
6-
"node": ">=18",
6+
"node": ">=18.20.8",
77
"npm": ">=7.24.2"
88
},
99
"scripts": {
@@ -27,40 +27,40 @@
2727
"test-storybook:ci": "test-storybook --ci"
2828
},
2929
"dependencies": {
30-
"@data-driven-forms/pf4-component-mapper": "^4.1.4",
31-
"@data-driven-forms/react-form-renderer": "^4.1.4",
30+
"@data-driven-forms/pf4-component-mapper": "^4.1.16",
31+
"@data-driven-forms/react-form-renderer": "^4.1.14",
3232
"@monaco-editor/react": "^4.7.0",
3333
"@patternfly/quickstarts": "^6.4.0",
34-
"@patternfly/react-core": "^6.4.0",
35-
"@patternfly/react-table": "^6.4.0",
34+
"@patternfly/react-core": "^6.4.3",
35+
"@patternfly/react-table": "^6.4.3",
3636
"@redhat-cloud-services/frontend-components": "^6.1.1",
3737
"@redhat-cloud-services/frontend-components-utilities": "^6.1.1",
3838
"@redhat-cloud-services/types": "^2.0.3",
3939
"@scalprum/core": "^0.9.0",
4040
"@scalprum/react-core": "^0.11.1",
4141
"@unleash/proxy-client-react": "^4.5.2",
42-
"axios": "^1.13.2",
42+
"axios": "^1.16.0",
4343
"classnames": "^2.5.1",
4444
"monaco-editor": "^0.55.1",
4545
"react": "18.3.1",
4646
"react-dom": "18.3.1",
47-
"react-intl": "^6.6.2",
48-
"react-router-dom": "^6.30.2",
49-
"yaml": "^2.8.1"
47+
"react-intl": "^6.8.9",
48+
"react-router-dom": "^6.30.3",
49+
"yaml": "^2.8.4"
5050
},
5151
"devDependencies": {
52-
"@playwright/test": "1.59.0",
52+
"@playwright/test": "1.59.1",
5353
"@redhat-cloud-services/playwright-test-auth": "^0.0.2",
5454
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "^2.0.12",
55-
"@redhat-cloud-services/frontend-components-config": "^6.8.3",
56-
"@redhat-cloud-services/tsc-transform-imports": "^1.0.26",
57-
"@storybook/addon-docs": "^9.1.17",
55+
"@redhat-cloud-services/frontend-components-config": "^6.9.2",
56+
"@redhat-cloud-services/tsc-transform-imports": "^1.1.1",
57+
"@storybook/addon-docs": "^9.1.20",
5858
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
59-
"@storybook/react-webpack5": "^9.1.17",
60-
"@storybook/test-runner": "^0.23.0",
59+
"@storybook/react-webpack5": "^9.1.20",
60+
"@storybook/test-runner": "^0.24.3",
6161
"@testing-library/jest-dom": "^5.17.0",
6262
"@testing-library/react": "^14.3.1",
63-
"@types/react": "18.3.27",
63+
"@types/react": "18.3.28",
6464
"@types/react-dom": "^18.3.7",
6565
"@typescript-eslint/eslint-plugin": "^6.21.0",
6666
"@typescript-eslint/parser": "^6.21.0",
@@ -71,12 +71,12 @@
7171
"jest": "29.7.0",
7272
"jest_workaround": "^0.79.19",
7373
"jest-environment-jsdom": "^29.7.0",
74-
"msw": "2.12.10",
75-
"msw-storybook-addon": "^2.0.6",
74+
"msw": "2.14.2",
75+
"msw-storybook-addon": "^2.0.7",
7676
"npm-run-all2": "5.0.2",
77-
"remark-gfm": "^4.0.0",
78-
"storybook": "^9.1.17",
79-
"ts-jest": "^29.4.5",
77+
"remark-gfm": "^4.0.1",
78+
"storybook": "^9.1.20",
79+
"ts-jest": "^29.4.9",
8080
"ts-patch": "^3.3.0",
8181
"typescript": "^5.9.3",
8282
"uuid": "^9.0.1",

0 commit comments

Comments
 (0)