Skip to content

Commit

Permalink
fix storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 24, 2024
1 parent e626ea4 commit 7519f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions visual-js/visual-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saucelabs/visual-storybook",
"description": "Storybook Plugin / Bootstrapper for Sauce Labs Visual",
"version": "0.0.1",
"version": "0.3.0",
"main": "build/index.cjs",
"module": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"test": "jest --collect-coverage"
},
"dependencies": {
"@saucelabs/visual": "0.0.1",
"@saucelabs/visual": "0.3.0",
"@storybook/test-runner": ">=0.13.0",
"exponential-backoff": "^3.1.1",
"jest-playwright-preset": "^2.0.0 || ^3.0.0"
Expand Down Expand Up @@ -89,4 +89,4 @@
"tsup": "^7.2.0",
"typescript": "^5.0.4"
}
}
}

0 comments on commit 7519f3d

Please sign in to comment.