Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Add local .babelrc for React Storybook
storybookjs/storybook#12952 (comment)
  • Loading branch information
tyom committed Jan 14, 2021
1 parent 969cd14 commit 9f6a851
Show file tree
Hide file tree
Showing 8 changed files with 2,500 additions and 2,552 deletions.
10 changes: 5 additions & 5 deletions examples/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"dependencies": {
"storybook-fixtures": "^0.8.6",
"tailwindcss": "^1.9.6"
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@storybook/addon-storysource": "^6.0.28",
"@storybook/addons": "^6.0.28",
"@storybook/html": "^6.0.28",
"@storybook/theming": "^6.0.28"
"@storybook/addon-storysource": "^6.1.11",
"@storybook/addons": "^6.1.11",
"@storybook/html": "^6.1.11",
"@storybook/theming": "^6.1.11"
}
}
3 changes: 3 additions & 0 deletions examples/react/.storybook/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../../../babel.config.js"
}
12 changes: 6 additions & 6 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"react": "17.0.1",
"react-dom": "17.0.1",
"storybook-fixtures": "^0.8.6",
"storybook-react-context": "^0.2.0",
"tailwindcss": "^1.9.6"
"storybook-react-context": "^0.2.2",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@storybook/addon-storysource": "^6.0.28",
"@storybook/addons": "^6.0.28",
"@storybook/react": "^6.0.28",
"@storybook/theming": "^6.0.28"
"@storybook/addon-storysource": "^6.1.11",
"@storybook/addons": "^6.1.11",
"@storybook/react": "^6.1.11",
"@storybook/theming": "^6.1.11"
}
}
14 changes: 7 additions & 7 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"dependencies": {
"storybook-fixtures": "^0.8.6",
"tailwindcss": "^1.9.6",
"tailwindcss": "^2.0.2",
"vue": "^2.6.12"
},
"devDependencies": {
"@storybook/addon-storysource": "^6.0.28",
"@storybook/addons": "^6.0.28",
"@storybook/theming": "^6.0.28",
"@storybook/vue": "^6.0.28",
"@storybook/addon-storysource": "^6.1.11",
"@storybook/addons": "^6.1.11",
"@storybook/theming": "^6.1.11",
"@storybook/vue": "^6.1.11",
"babel-preset-vue": "^2.0.2",
"eslint-plugin-vue": "^7.1.0",
"vue-loader": "^15.9.4",
"eslint-plugin-vue": "^7.4.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@
"lerna:publish": "lerna publish --no-private"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@storybook/eslint-config-storybook": "^2.4.0",
"babel-eslint": "^10.1.0",
"babel-jest": "26.1.0",
"babel-loader": "8.1.0",
"babel-loader": "8.2.2",
"babel-preset-vue": "2.0.2",
"del-cli": "^3.0.1",
"eslint": "^7.3.1",
"eslint": "^7.17.0",
"http-server": "0.12.3",
"husky": "^4.2.5",
"jest": "^26.1.0",
"husky": "^4.3.7",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"prettier": "2.0.5",
"testcafe": "^1.8.7",
"ts-jest": "^26.1.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5"
"lint-staged": "^10.5.3",
"prettier": "2.2.1",
"testcafe": "^1.10.1",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3"
},
"husky": {
"hooks": {
Expand Down
14 changes: 7 additions & 7 deletions packages/storybook-fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
},
"dependencies": {
"@rehooks/local-storage": "2.4.0",
"@storybook/addons": "^6.0.28",
"@storybook/api": "^6.0.28",
"@storybook/client-api": "^6.0.28",
"@storybook/components": "^6.0.28",
"@storybook/core-events": "^6.0.28",
"@storybook/theming": "^6.0.28",
"@storybook/addons": "^6.1.11",
"@storybook/api": "^6.1.11",
"@storybook/client-api": "^6.1.11",
"@storybook/components": "^6.1.11",
"@storybook/core-events": "^6.1.11",
"@storybook/theming": "^6.1.11",
"cross-fetch": "^3.0.6",
"lodash": "^4.17.20",
"qs": "^6.9.4"
},
"devDependencies": {
"fetch-mock-jest": "^1.3.0"
"fetch-mock-jest": "^1.5.1"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-react-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch": "del dist && tsc --watch"
},
"dependencies": {
"@storybook/addons": "^6.0.26",
"@storybook/addons": "^6.1.11",
"is-plain-object": "^5.0.0",
"react": "^17.0.1"
},
Expand Down
Loading

0 comments on commit 9f6a851

Please sign in to comment.