Skip to content

Commit

Permalink
Merge branch 'main' into tom/fix-node-options
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday authored Jun 13, 2023
2 parents 05c7503 + 3fef94a commit 8780a1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 6.19.4 - 2023-06-12

- [764](https://github.com/chromaui/chromatic-cli/pull/764) Move all depenendencies to dev deps

# 6.19.2 - 2023-06-12

- [756](https://github.com/chromaui/chromatic-cli/pull/756) Added onTaskComplete callback option
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "6.19.3-canary.1",
"version": "6.19.4",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
Expand Down Expand Up @@ -82,11 +82,7 @@
"resolutions": {
"any-observable": "^0.5.1"
},
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"@storybook/csf-tools": "^7.0.12",
"snyk-nodejs-lockfile-parser": "^1.49.0"
},
"dependencies": {},
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.0.0",
Expand All @@ -97,8 +93,10 @@
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@discoveryjs/json-ext": "^0.5.7",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/builder-webpack5": "^6.5.6",
"@storybook/csf-tools": "^7.0.12",
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/linter-config": "^3.1.2",
"@storybook/manager-webpack5": "^6.5.6",
Expand Down Expand Up @@ -162,6 +160,7 @@
"read-pkg-up": "^7.0.1",
"semver": "^7.3.5",
"slash": "^3.0.0",
"snyk-nodejs-lockfile-parser": "^1.49.0",
"sort-package-json": "1.50.0",
"string-argv": "^0.3.1",
"strip-ansi": "6.0.0",
Expand Down

0 comments on commit 8780a1a

Please sign in to comment.