Skip to content

Commit

Permalink
Merge pull request #509 from getAlby/fix-broken-storybook
Browse files Browse the repository at this point in the history
fix: broken storybook
  • Loading branch information
bumi authored Jan 6, 2022
2 parents e3b9c95 + de9a3a0 commit 2a054c7
Show file tree
Hide file tree
Showing 3 changed files with 653 additions and 547 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"firefox": "52",
"opera": "36",
"edge": "79"
}
},
"loose": true
}
],
["@babel/preset-react", {
Expand All @@ -21,7 +22,7 @@
"@babel/preset-typescript"
],
"plugins": [
["@babel/plugin-proposal-class-properties"],
["@babel/plugin-proposal-class-properties", {"loose": true}],
[
// Polyfills the runtime needed for async/await and generators
"@babel/plugin-transform-runtime",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@
"zustand": "^3.6.7"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@storybook/addon-actions": "^6.4.0-beta.4",
"@storybook/addon-essentials": "^6.4.0-beta.4",
"@storybook/addon-links": "^6.4.0-beta.4",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.4.0-beta.4",
"@storybook/cli": "^6.4.0-beta.4",
"@storybook/manager-webpack5": "^6.4.0-beta.4",
"@storybook/react": "^6.4.0-beta.4",
"@storybook/builder-webpack5": "^6.4.9",
"@storybook/cli": "^6.4.9",
"@storybook/manager-webpack5": "^6.4.9",
"@storybook/react": "^6.4.9",
"@types/crypto-js": "^4.0.2",
"@types/elliptic": "^6.4.14",
"@types/memoizee": "^0.4.6",
Expand Down
Loading

0 comments on commit 2a054c7

Please sign in to comment.