Skip to content

Commit

Permalink
chore(fozzie-components): Upgrade Chromedriver to v122.0.6 & fix CI i…
Browse files Browse the repository at this point in the history
…ssues. #trivial (#2503)
  • Loading branch information
siggerzz authored Apr 2, 2024
1 parent d6c2f5c commit e37050c
Show file tree
Hide file tree
Showing 4 changed files with 954 additions and 858 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ jobs:
# Build components. Only components with out-of-date Turborepo hash will rebuilt, speeding up build time.
- name: Build Components
run: yarn build
# Run Bundlewatch checks
- name: Run Bundlewatch checks
run: yarn bundlewatch
# Lint components
- name: Lint Components
run: yarn lint --concurrency=10
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"babel-jest": "29.7.0",
"babel-loader": "8.1.0",
"bundlewatch": "0.3.3",
"chromedriver": "121.0.2",
"core-js": "3.33.2",
"chromedriver": "122.0.6",
"core-js": "3.36.1",
"cross-env": "7.0.2",
"css-loader": "1.0.1",
"danger": "11.2.8",
Expand Down
1 change: 1 addition & 0 deletions packages/components/organisms/f-cookie-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@justeat/f-vue-icons": "3.x",
"@justeat/f-wdio-utils": "1.x",
"@vue/cli-plugin-babel": "5.0.0",
"core-js": "3.36.1",
"del": "4.1.1",
"fancy-log": "1.3.3",
"gulp": "4.0.2",
Expand Down
Loading

0 comments on commit e37050c

Please sign in to comment.