Skip to content

Commit

Permalink
Merge pull request #151 from storybookjs/upgrade-auto
Browse files Browse the repository at this point in the history
Upgrade auto, node
  • Loading branch information
kylesuss authored Jan 21, 2020
2 parents 21d91cb + 26c9be2 commit 63fa178
Show file tree
Hide file tree
Showing 6 changed files with 256 additions and 103 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
lint:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/repo
steps:
- checkout
Expand All @@ -15,7 +15,7 @@ jobs:
- run: yarn lint
build:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/repo
steps:
- checkout
Expand All @@ -37,4 +37,4 @@ workflows:
lint-build:
jobs:
- build
- lint
- lint
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ storybook-static

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v12.14.1
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v12.14.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@storybook/addon-essentials": "^5.3.8",
"@storybook/addon-storysource": "^5.3.8",
"@storybook/react": "^5.3.8",
"auto": "^7.11.0",
"auto": "^9.1.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-require-context-hook": "^1.0.0",
Expand Down
Loading

0 comments on commit 63fa178

Please sign in to comment.