Skip to content

Commit

Permalink
chore: update chromedriver (#8532)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelin authored Mar 25, 2024
1 parent 9c1df06 commit 04f1ef7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@openui5/sap.ui.core": "1.120.3",
"@ui5/webcomponents-tools": "1.24.0-rc.2",
"chromedriver": "^121.0.2",
"chromedriver": "^122.0.6",
"clean-css": "^5.2.2",
"copy-and-watch": "^0.1.5",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/fiori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
},
"devDependencies": {
"@ui5/webcomponents-tools": "1.24.0-rc.2",
"chromedriver": "^121.0.2"
"chromedriver": "^122.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/localization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@openui5/sap.ui.core": "1.120.3",
"@ui5/webcomponents-tools": "1.24.0-rc.2",
"babel-plugin-amd-to-esm": "^2.0.3",
"chromedriver": "^121.0.2",
"chromedriver": "^122.0.6",
"estree-walk": "^2.2.0",
"mkdirp": "^1.0.4",
"resolve": "^1.20.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
},
"devDependencies": {
"@ui5/webcomponents-tools": "1.24.0-rc.2",
"chromedriver": "^121.0.2"
"chromedriver": "^122.0.6"
}
}

0 comments on commit 04f1ef7

Please sign in to comment.