Skip to content

Commit

Permalink
Merge pull request #297 from chromaui/upgrade-chromatic-cli
Browse files Browse the repository at this point in the history
Upgrade Chromatic CLI dependency
  • Loading branch information
ghengeveld authored May 7, 2024
2 parents 399a818 + 538317b commit 06787df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"jackspeak": "2.1.1"
},
"dependencies": {
"chromatic": "^11.3.0",
"chromatic": "^11.3.1",
"filesize": "^10.0.12",
"jsonfile": "^6.1.0",
"react-confetti": "^6.1.0",
Expand Down Expand Up @@ -134,7 +134,8 @@
"yarn": ">=1.22.18"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bundler": {
"exportEntries": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5098,10 +5098,10 @@ chownr@^2.0.0:
resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz"
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==

chromatic@^11.3.0:
version "11.3.0"
resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-11.3.0.tgz#d46b7aac1a0eaed29a765645eaf93c484220174c"
integrity sha512-q1ZtJDJrjLGnz60ivpC16gmd7KFzcaA4eTb7gcytCqbaKqlHhCFr1xQmcUDsm14CK7JsqdkFU6S+JQdOd2ZNJg==
chromatic@^11.3.1:
version "11.3.1"
resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-11.3.1.tgz#e59b1946d073c08bccb2692d89cdef9976e2477a"
integrity sha512-ATAfVEn84NARTIxdiGQ8QywWg3BPM/+6stVD1stSKCO7lQLEKFyGcI+PhBBDt+ZgNcgsEsg5fo3E2dQNt01W6g==

citty@^0.1.5:
version "0.1.5"
Expand Down

0 comments on commit 06787df

Please sign in to comment.