Skip to content

Commit

Permalink
Merge pull request #248 from Trendyol/feature/UpdateStorybookVersion
Browse files Browse the repository at this point in the history
Update storybook version
  • Loading branch information
barisesen authored Nov 30, 2021
2 parents 6609db2 + 93d8af4 commit aae036d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { configure } from "@storybook/react";
import '../src/styles/_globals.scss';
import '../src/styles/_icon-url.scss';
import '../src/styles/_font.scss';
import '../src/styles/_all.scss';


const req = require.context("../src/stories", true, /.stories.tsx$/);

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quarkify",
"version": "3.1.1",
"version": "3.2.1",
"license": "MIT",
"description": "An awesome lightweight React UI Component library",
"repository": "https://github.com/Trendyol/quarkify",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@storybook/addon-viewport": "^5.1.9",
"@storybook/react": "latest",
"@storybook/react": "5.3.19",
"@types/classnames": "^2.2.8",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/faker": "^4.1.5",
Expand Down
3 changes: 3 additions & 0 deletions src/styles/_all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
@import './components/subheader';
@import './components/switch';
@import './components/typography';
@import './components/ripple';
@import './components/quantity-selector';
@import './components/step-progress-bar';

0 comments on commit aae036d

Please sign in to comment.