Skip to content

Commit 15e6ce1

Browse files
authored
Merge branch 'patternfly:main' into main
2 parents 2b9d635 + 318c7ef commit 15e6ce1

6 files changed

Lines changed: 580 additions & 223 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
},
6666
"resolutions": {
6767
"chromedriver": "^104",
68-
"express": "^4.22.1"
68+
"express": "^4.22.1",
69+
"picomatch": "2.3.1"
6970
},
7071
"jest": {
7172
"moduleFileExtensions": [

packages/dev/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@patternfly/react-core": "^6.0.0",
1515
"i18next": "^24.2.3",
1616
"i18next-browser-languagedetector": "^8.0.0",
17-
"i18next-parser": "^9.3.0",
17+
"i18next-parser": "^9.4.0",
1818
"i18next-pseudo": "^2.2.0",
19-
"lodash-es": "^4.17.21",
19+
"lodash-es": "^4.17.23",
2020
"marked": "^15.0.6",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",
@@ -26,14 +26,14 @@
2626
"devDependencies": {
2727
"@types/react": "^18.2.79",
2828
"@types/react-router-dom": "^5.3.3",
29-
"ajv": "^7.2.3",
29+
"ajv": "^8.18.0",
3030
"assets-webpack-plugin": "^7.1.1",
3131
"clean-css-loader": "^4.2.1",
3232
"clean-webpack-plugin": "^4.0.0",
3333
"copy-webpack-plugin": "^11.0.0",
3434
"css-loader": "^6.7.3",
3535
"html-webpack-plugin": "^5.5.1",
36-
"jsonpath": "^1.1.0",
36+
"jsonpath": "^1.2.1",
3737
"local-web-server": "^2.6.1",
3838
"mini-css-extract-plugin": "^1.0.0",
3939
"null-loader": "^4.0.1",
@@ -42,10 +42,10 @@
4242
"sync-fetch": "^0.3.0",
4343
"ts-loader": "^9.4.2",
4444
"tsconfig-paths-webpack-plugin": "^3.3.0",
45-
"webpack": "^5.95.0",
45+
"webpack": "^5.104.1",
4646
"webpack-cli": "^5.1.1",
4747
"webpack-dev-server": "^5.2.2",
48-
"yaml": "^1.10.2",
48+
"yaml": "^1.10.3",
4949
"yaml-loader": "^0.6.0"
5050
}
5151
}

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"react-dom": "^17 || ^18 || ^19"
5252
},
5353
"dependencies": {
54-
"dompurify": "^3.2.4",
54+
"dompurify": "^3.3.2",
5555
"history": "^5.0.0"
5656
},
5757
"devDependencies": {

packages/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"ts-loader": "^9.4.2",
5757
"tslint": "^6.1.3",
5858
"vscode": "^1.1.37",
59-
"webpack": "^5.94.0",
59+
"webpack": "^5.104.1",
6060
"webpack-cli": "^5.1.1"
6161
},
6262
"dependencies": {
6363
"@patternfly/patternfly": "^6.3.1",
6464
"@patternfly/quickstarts": "^6.0.0-prerelease.0",
65-
"i18next-parser": "^9.3.0",
65+
"i18next-parser": "^9.4.0",
6666
"js-base64": "^3.7.8",
6767
"js-yaml": "^4.1.1",
6868
"react": "^18.3.1",

0 commit comments

Comments
 (0)