Skip to content

Commit 9682965

Browse files
authored
Merge pull request #343 from nicolethoen/a11y_v5
fix: update a11y + docs-framework versions
2 parents 2792698 + a84ebf1 commit 9682965

File tree

3 files changed

+690
-94
lines changed

3 files changed

+690
-94
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
2828
},
2929
"devDependencies": {
30-
"@patternfly/patternfly-a11y": "^4.3.1",
30+
"@patternfly/patternfly-a11y": "^5.0.0",
3131
"@types/jest": "^26.0.14",
3232
"@types/lodash-es": "^4.17.7",
3333
"@typescript-eslint/eslint-plugin": "5.59.6",
@@ -60,7 +60,19 @@
6060
"start-server-and-test": "^1.14.0",
6161
"ts-jest": "21.x",
6262
"typescript": "5.0.4",
63-
"url-search-params-polyfill": "2.x"
63+
"url-search-params-polyfill": "2.x",
64+
"victory-core": "^37.1.1",
65+
"victory-scatter": "^37.1.1",
66+
"victory-pie": "^37.1.1",
67+
"victory-stack": "^37.1.1",
68+
"victory-legend": "^37.1.1",
69+
"victory-line": "^37.1.1",
70+
"victory-group": "^37.1.1",
71+
"victory-voronoi-container": "^37.1.1",
72+
"victory-create-container": "^37.1.1",
73+
"victory-cursor-container": "^37.1.1",
74+
"victory-tooltip": "^37.1.1",
75+
"victory-bar": "^37.1.1"
6476
},
6577
"resolutions": {
6678
"chromedriver": "^104"

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"history": "^5.0.0"
5656
},
5757
"devDependencies": {
58-
"@patternfly/documentation-framework": "6.0.0-alpha.108",
58+
"@patternfly/documentation-framework": "^6.0.6",
5959
"@patternfly/patternfly": "^6.0.0",
6060
"@patternfly/react-icons": "^6.0.0",
6161
"@patternfly/react-styles": "^6.0.0",

0 commit comments

Comments
 (0)