Skip to content

Commit

Permalink
Increment chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
Panayot Tolev committed Nov 13, 2023
1 parent 8abbdce commit 1803439
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"babel-jest": "26.1.0",
"babel-loader": "8.1.0",
"bundlewatch": "0.3.1",
"chromedriver": "115.0.0",
"chromedriver": "119.0.1",
"core-js": "3.26.1",
"cross-env": "7.0.2",
"css-loader": "1.0.1",
Expand Down
12 changes: 7 additions & 5 deletions packages/components/pages/f-self-exclusion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,18 @@
"extends @justeat/browserslist-config-fozzie"
],
"dependencies": {
"@justeat/f-services": "1.x"
"@justeat/f-globalisation": "1.2.0",
"@justeat/f-services": "1.x",
"@justeat/f-alert": "6.x",
"@justeat/f-button": "4.x",
"@justeat/f-card": "4.x",
"@justeat/f-form-field": "6.x",
"axios": "0.21.2"
},
"peerDependencies": {
"@justeat/browserslist-config-fozzie": ">=1.2.0"
},
"devDependencies": {
"@justeat/f-alert": "6.x",
"@justeat/f-button": "4.x",
"@justeat/f-card": "4.x",
"@justeat/f-form-field": "6.x",
"@justeat/f-wdio-utils": "1.x",
"@vue/cli-plugin-babel": "4.5.16",
"@vue/test-utils": "1.0.3"
Expand Down

0 comments on commit 1803439

Please sign in to comment.