Skip to content

Commit

Permalink
fix: clean build dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 20, 2020
1 parent d99ad71 commit e187ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/gatsby-theme-stories/src/gatsby-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
getBundleName,
} from '@component-controls/webpack-compile';
import { CreatePagesArgs, CreateWebpackConfigArgs } from 'gatsby';
import { StorePlugin } from '@component-controls/store/plugin';
import { HMRStore } from '@component-controls/store';
const { StorePlugin } = require('@component-controls/store/plugin');

const defaultPresets = ['react', 'react-docgen-typescript'];

Expand Down
1 change: 1 addition & 0 deletions integrations/nextjs-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/app": "^1.10.1",
"@component-controls/webpack-compile": "^1.10.1",
"next": "^9.4.4"
},
Expand Down

0 comments on commit e187ddd

Please sign in to comment.