Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Dec 28, 2022
1 parent b590957 commit 9eb3c32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
"storybook": "next",
"ts-jest": "^28.0.8",
"typescript": "~4.9.4",
"wait-on": "^6.0.0",
"webpack": "^5.75.0"
"wait-on": "^6.0.0"
},
"lint-staged": {
"*.{ts,js,tsx,jsx,css,md}": "prettier --write"
Expand All @@ -111,7 +110,7 @@
"@storybook/core-common": "next",
"@storybook/csf": "next",
"@storybook/csf-tools": "next",
"@storybook/preview-api": "next",
"@storybook/store": "next",
"can-bind-to-host": "^1.1.1",
"commander": "^9.0.0",
"expect-playwright": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/playwright/transformPlaywright.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { relative } from 'path';
import template from '@babel/template';
import { userOrAutoTitle } from '@storybook/preview-api';
import { userOrAutoTitle } from '@storybook/store';

import { getStorybookMetadata } from '../util';
import { transformCsf } from '../csf/transformCsf';
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2581,7 +2581,7 @@
react-refresh "^0.11.0"
semver "^7.3.7"

"@storybook/preview-api@7.0.0-beta.15", "@storybook/preview-api@next":
"@storybook/preview-api@7.0.0-beta.15":
version "7.0.0-beta.15"
resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-7.0.0-beta.15.tgz#b40cf896e3c0884a3bcf832ddbe0d3edf469b995"
integrity sha512-PmDjnOJY1VVYcGtItv9HuXkQXY+bjpz5zy0jO6bgJY7o/9ayqzwOCVszAKE+GeJ3u9RwOlYj5LfRCcbIN5XSqw==
Expand Down Expand Up @@ -2687,7 +2687,7 @@
memoizerific "^1.11.3"
qs "^6.10.0"

"@storybook/store@7.0.0-beta.15":
"@storybook/store@7.0.0-beta.15", "@storybook/store@next":
version "7.0.0-beta.15"
resolved "https://registry.yarnpkg.com/@storybook/store/-/store-7.0.0-beta.15.tgz#4d834f36998c380a322d9c4728ab48791cbdd9f1"
integrity sha512-XGpxEP9jgp1DB6EgMIaxK3MWR3g9VooOTcqeUMAMbgLV+hiTQVbxaJ3AfSdv0zbmF9bdGUFTpCRIefDx2auMlQ==
Expand Down Expand Up @@ -10353,7 +10353,7 @@ webpack-virtual-modules@^0.4.3, webpack-virtual-modules@^0.4.5:
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.6.tgz#3e4008230731f1db078d9cb6f68baf8571182b45"
integrity sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==

webpack@5, webpack@^5.75.0:
webpack@5:
version "5.75.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.75.0.tgz#1e440468647b2505860e94c9ff3e44d5b582c152"
integrity sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==
Expand Down

0 comments on commit 9eb3c32

Please sign in to comment.