Skip to content

Commit

Permalink
Update chromedriver and ignore engines #trivial (#2367)
Browse files Browse the repository at this point in the history
* Update chromedriver and ignore engines

* fix f-loyalty builds

* update to chromedriver 118
  • Loading branch information
siggerzz authored Nov 15, 2023
1 parent 29066a0 commit 73b9675
Show file tree
Hide file tree
Showing 3 changed files with 2,963 additions and 2,644 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@


yarn-path ".yarn/releases/yarn-1.22.19.js"
--ignore-engines true
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
},
"resolutions": {
"webpack": "4.46.0",
"ua-parser-js": "1.0.35"
"ua-parser-js": "1.0.35",
"typesafe-i18n": "5.16.3"
},
"devDependencies": {
"@babel/cli": "7.14.8",
Expand Down Expand Up @@ -89,8 +90,8 @@
"babel-jest": "26.1.0",
"babel-loader": "8.1.0",
"bundlewatch": "0.3.1",
"chromedriver": "115.0.0",
"core-js": "3.26.1",
"chromedriver": "118.0.1",
"core-js": "3.33.2",
"cross-env": "7.0.2",
"css-loader": "1.0.1",
"danger": "11.2.8",
Expand Down
Loading

0 comments on commit 73b9675

Please sign in to comment.