Skip to content

Commit

Permalink
Bump backstop
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack committed Jan 24, 2025
1 parent b5cd89d commit d2a6099
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 197 deletions.
2 changes: 1 addition & 1 deletion apps/css-workshop/backstop/backstop.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const config = {
debugWindow: false,
dockerCommandTemplate: `docker run --rm -i --add-host=host.docker.internal:host-gateway ${
isCI ? '--user $(id -u):$(id -g) ' : ''
} --mount type=bind,source="{cwd}",target=/src backstopjs/backstopjs:6.2.1 {backstopCommand} {args}`,
} --mount type=bind,source="{cwd}",target=/src backstopjs/backstopjs:6.3.25 {backstopCommand} {args}`,
};

module.exports = config;
2 changes: 1 addition & 1 deletion apps/css-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@itwin/itwinui-icons-elements": "0.20.0",
"astro": "^4",
"astro-relative-links": "^0.3.7",
"backstopjs": "~6.2.1",
"backstopjs": "~6.3.25",
"npm-run-all": "^4.1.5"
},
"scripts": {
Expand Down
Loading

0 comments on commit d2a6099

Please sign in to comment.