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:
renovate[bot] 2024-07-11 23:33:29 -07:00 committed by GitHub
parent 917299db4a
commit 3acce5046b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 6 deletions

View File

@ -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
View File

@ -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": {

View File

@ -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",