Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b46a67600 |
@@ -86,9 +86,6 @@ inputs:
|
||||
skip:
|
||||
description: 'Skip Chromatic tests, but mark the commit as passing'
|
||||
required: false
|
||||
skipUpdateCheck:
|
||||
description: 'Skips Chromatic CLI update check'
|
||||
required: false
|
||||
storybookBaseDir:
|
||||
description: 'Relative path from repository root to Storybook project root'
|
||||
required: false
|
||||
|
||||
+882
-883
File diff suppressed because one or more lines are too long
+6
-13
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "11.10.2",
|
||||
"version": "11.5.2",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -78,7 +78,6 @@
|
||||
"@auto-it/exec": "^11.0.4",
|
||||
"@auto-it/slack": "^11.1.6",
|
||||
"@discoveryjs/json-ext": "^0.5.7",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
|
||||
"@storybook/addon-essentials": "^8.1.5",
|
||||
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
|
||||
"@storybook/csf-tools": "^8.1.5",
|
||||
@@ -100,7 +99,7 @@
|
||||
"@types/webpack-env": "^1.18.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
"@vitest/coverage-v8": "^2.0.5",
|
||||
"@vitest/coverage-v8": "^0.34.4",
|
||||
"ansi-html": "0.0.8",
|
||||
"any-observable": "^0.5.1",
|
||||
"archiver": "^5.3.0",
|
||||
@@ -115,16 +114,11 @@
|
||||
"debug": "^4.3.2",
|
||||
"dotenv": "^8.2.0",
|
||||
"env-ci": "^5.0.2",
|
||||
"eslint": "^9.10.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-no-secrets": "^1.0.2",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-security": "^3.0.0",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.0",
|
||||
"eslint-plugin-sort-class-members": "^1.20.0",
|
||||
"eslint-plugin-unicorn": "^53.0.0",
|
||||
"esm": "^3.2.25",
|
||||
"execa": "^7.2.0",
|
||||
"fake-tag": "^2.0.0",
|
||||
@@ -132,11 +126,11 @@
|
||||
"find-up": "^7.0.0",
|
||||
"formdata-node": "^6.0.3",
|
||||
"fs-extra": "^10.0.0",
|
||||
"globals": "^15.3.0",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"husky": "^7.0.0",
|
||||
"jsonfile": "^6.0.1",
|
||||
"junit-report-builder": "2.1.0",
|
||||
"lint-staged": "^11.1.2",
|
||||
"listr": "0.14.3",
|
||||
"listr-update-renderer": "^0.5.0",
|
||||
"meow": "^9.0.0",
|
||||
@@ -151,7 +145,7 @@
|
||||
"picomatch": "2.2.2",
|
||||
"pkg-up": "^3.1.0",
|
||||
"pluralize": "^8.0.0",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier": "^2.3.2",
|
||||
"progress-stream": "^2.0.0",
|
||||
"prompts": "^2.4.2",
|
||||
"prop-types": "^15.7.2",
|
||||
@@ -170,11 +164,10 @@
|
||||
"ts-loader": "^9.2.5",
|
||||
"tsup": "^7.2.0",
|
||||
"typescript": "^5.2.2",
|
||||
"typescript-eslint": "^7.11.0",
|
||||
"util-deprecate": "^1.0.2",
|
||||
"uuid": "^8.3.2",
|
||||
"vite": "^4.4.9",
|
||||
"vitest": "^2.0.5",
|
||||
"vitest": "^0.34.4",
|
||||
"why-is-node-running": "^2.1.2",
|
||||
"xxhash-wasm": "^1.0.2",
|
||||
"yarn-or-npm": "^3.0.1",
|
||||
|
||||
Reference in New Issue
Block a user