Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
modify: exec "npx babel-upgrade --write"
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed Jan 24, 2021
1 parent 13ab428 commit acf2d05
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
17 changes: 14 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]],
"presets": [
"next/babel"
],
"plugins": [
[
"styled-components",
{
"ssr": true
}
]
],
"env": {
"test": {
"plugins": ["require-context-hook"]
"plugins": [
"require-context-hook"
]
}
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
"styled-components": "^5.0.1"
},
"devDependencies": {
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addon-storyshots": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"@babel/core": "^7.0.0",
"@storybook/addon-actions": "6.1.11",
"@storybook/addon-links": "6.1.11",
"@storybook/addon-storyshots": "6.1.11",
"@storybook/addons": "6.1.11",
"@storybook/react": "6.1.11",
"@types/enzyme": "3.10.8",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "^25.2.3",
Expand All @@ -41,11 +42,10 @@
"@types/storybook__addon-storyshots": "5.1.2",
"@types/storybook__react": "4.0.2",
"@types/styled-components": "5.1.7",
"@typescript-eslint/eslint-plugin": "4.14.0",
"@typescript-eslint/parser": "4.14.0",
"babel-core": "6.26.3",
"babel-jest": "^25.5.1",
"babel-loader": "^8.2.2",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-plugin-require-context-hook": "1.0.0",
"babel-plugin-styled-components": "1.12.0",
"enzyme": "3.11.0",
Expand Down

0 comments on commit acf2d05

Please sign in to comment.