Skip to content

Commit

Permalink
fix(essentials): add missing peer dep @babel/core
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Sep 11, 2020
1 parent 7550609 commit aea7ec2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: 2.1
executors:
sb_node:
parameters:
class:
description: The Resource class
type: enum
enum: ["small", "medium", "large", "xlarge"]
default: "medium"
class:
description: The Resource class
type: enum
enum: ['small', 'medium', 'large', 'xlarge']
default: 'medium'
working_directory: /tmp/storybook
docker:
- image: circleci/node:10-browsers
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
command: yarn info @storybook/core
- run:
name: run e2e tests
command: yarn test:e2e-framework --use-yarn-2 cra sfcVue
command: yarn test:e2e-framework --use-yarn-2 sfcVue cra
- store_artifacts:
path: /tmp/storybook/cypress
destination: cypress
Expand Down
2 changes: 2 additions & 0 deletions addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@
"ts-dedent": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@storybook/vue": "6.1.0-alpha.8",
"@types/jest": "^25.1.1",
"@types/webpack-env": "^1.15.2"
},
"peerDependencies": {
"@babel/core": "^7.9.6",
"@storybook/vue": "6.1.0-alpha.8",
"babel-loader": "^8.0.0",
"webpack": ">=4"
Expand Down

0 comments on commit aea7ec2

Please sign in to comment.