Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Upgrade chromatic bin package #24133

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"@vitejs/plugin-react": "^2.1.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"chromatic": "6.11.2",
"chromatic": "7.1.0",
"concurrently": "^5.3.0",
"cross-env": "^7.0.3",
"danger": "^11.2.6",
Expand Down
31 changes: 14 additions & 17 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2476,7 +2476,7 @@ __metadata:
languageName: node
linkType: hard

"@discoveryjs/json-ext@npm:0.5.7, @discoveryjs/json-ext@npm:^0.5.3, @discoveryjs/json-ext@npm:^0.5.7":
"@discoveryjs/json-ext@npm:0.5.7, @discoveryjs/json-ext@npm:^0.5.3":
version: 0.5.7
resolution: "@discoveryjs/json-ext@npm:0.5.7"
checksum: e10f1b02b78e4812646ddf289b7d9f2cb567d336c363b266bd50cd223cf3de7c2c74018d91cd2613041568397ef3a4a2b500aba588c6e5bd78c38374ba68f38c
Expand Down Expand Up @@ -7898,7 +7898,7 @@ __metadata:
"@vitejs/plugin-react": ^2.1.0
babel-eslint: ^10.1.0
babel-loader: ^9.1.2
chromatic: 6.11.2
chromatic: 7.1.0
concurrently: ^5.3.0
cross-env: ^7.0.3
danger: ^11.2.6
Expand Down Expand Up @@ -9710,7 +9710,7 @@ __metadata:
languageName: node
linkType: hard

"@types/webpack-env@npm:^1.16.0, @types/webpack-env@npm:^1.17.0, @types/webpack-env@npm:^1.18.0":
"@types/webpack-env@npm:^1.16.0, @types/webpack-env@npm:^1.18.0":
version: 1.18.1
resolution: "@types/webpack-env@npm:1.18.1"
checksum: 7b7cb8d22fe85fb3f87f592cb5ba2fb3b1057d1d5ce8d770b28728095879f5921085fae97f5bc479bdca55f2cb3111bd9148dc36cd641a5694dfbe001c5fc2f7
Expand Down Expand Up @@ -12927,20 +12927,6 @@ __metadata:
languageName: node
linkType: hard

"chromatic@npm:6.11.2":
version: 6.11.2
resolution: "chromatic@npm:6.11.2"
dependencies:
"@discoveryjs/json-ext": ^0.5.7
"@types/webpack-env": ^1.17.0
bin:
chroma: bin/main.cjs
chromatic: bin/main.cjs
chromatic-cli: bin/main.cjs
checksum: 9692af67638cd90be498f9fcbca5b2397204faf04b5ccdc97118950412ebe1140a240955426e174dfcfdecb9483db8236aa70af3c26dc9c17ef73d8415d4e229
languageName: node
linkType: hard

"chromatic@npm:6.24.0":
version: 6.24.0
resolution: "chromatic@npm:6.24.0"
Expand All @@ -12952,6 +12938,17 @@ __metadata:
languageName: node
linkType: hard

"chromatic@npm:7.1.0":
version: 7.1.0
resolution: "chromatic@npm:7.1.0"
bin:
chroma: dist/bin.js
chromatic: dist/bin.js
chromatic-cli: dist/bin.js
checksum: d5bc18f97b7829799673018e8eaa0ef6537a47e3050208b791e083bef6753c44a2506f1fef2180b71fbf05c67bc80cdaf253ea599924dee82103e58ed344ef8a
languageName: node
linkType: hard

"chrome-trace-event@npm:^1.0.2":
version: 1.0.3
resolution: "chrome-trace-event@npm:1.0.3"
Expand Down
Loading