Skip to content

Commit

Permalink
UPD Support Storybook v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabina Talipova committed May 24, 2023
1 parent f31d851 commit b1614b9
Show file tree
Hide file tree
Showing 3 changed files with 1,782 additions and 1,703 deletions.
2 changes: 1 addition & 1 deletion client/src/components/#Session/tests/#Session-story.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { storiesOf } from '@storybook/react';
import LoginSession from 'components/#Session/#Session';
import { withKnobs, boolean } from '@storybook/addon-knobs/react';
import { withKnobs, boolean } from '@storybook/addon-knobs';

const createDateMinutesAgo = (m) => {
const d1 = new Date();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/runtime": "^7.20.1",
"@silverstripe/eslint-config": "^1.0.0",
"@silverstripe/webpack-config": "^2.0.0",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-knobs": "^7.0.2",
"babel-jest": "^29.3.0",
"babel-plugin-transform-runtime": "^6.23.0",
"enzyme": "^3.11.0",
Expand Down
Loading

0 comments on commit b1614b9

Please # to comment.