mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
chore(deps): update dependency chromatic to v11.5.5 (#3837)
* chore(deps): update dependency chromatic to v11.5.5 * fix: always checkout repo on chromatic workflow --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
parent
917299db4a
commit
3acce5046b
1
.github/workflows/chromatic.yml
vendored
1
.github/workflows/chromatic.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
||||
concurrent_skipping: 'same_content_newer'
|
||||
|
||||
- name: Check out code
|
||||
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'renovate' }}
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
# Make sure the actual branch is checked out when running on pull requests
|
||||
|
8
web/package-lock.json
generated
8
web/package-lock.json
generated
@ -88,7 +88,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "7.15.0",
|
||||
"@typescript-eslint/parser": "7.15.0",
|
||||
"babel-loader": "9.1.3",
|
||||
"chromatic": "11.5.4",
|
||||
"chromatic": "11.5.5",
|
||||
"css-loader": "7.1.2",
|
||||
"cypress": "^13.2.0",
|
||||
"eslint": "8.57.0",
|
||||
@ -14309,9 +14309,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/chromatic": {
|
||||
"version": "11.5.4",
|
||||
"resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.5.4.tgz",
|
||||
"integrity": "sha512-+J+CopeUSyGUIQJsU6X7CfvSmeVBs0j6LZ9AgF4+XTjI4pFmUiUXsTc00rH9x9W1jCppOaqDXv2kqJJXGDK3mA==",
|
||||
"version": "11.5.5",
|
||||
"resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.5.5.tgz",
|
||||
"integrity": "sha512-YS0GJwegF0vpMbwZE68/xJlI4SlUGMqI78V2ATAF19YwTHaq8jGP1CPQGKUSlgWUhzPtyu3ELy6Dvv/owYljAg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
|
@ -94,7 +94,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "7.15.0",
|
||||
"@typescript-eslint/parser": "7.15.0",
|
||||
"babel-loader": "9.1.3",
|
||||
"chromatic": "11.5.4",
|
||||
"chromatic": "11.5.5",
|
||||
"css-loader": "7.1.2",
|
||||
"cypress": "^13.2.0",
|
||||
"eslint": "8.57.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user