fix conflict between storybook and jest
Huh, Storybook added some Babel dev deps, and it seemed to break Jest by anchoring to a bad verison. But removing them seems fine? So, cool.
This commit is contained in:
parent
7fdf8f5e21
commit
507d0709e4
2 changed files with 2 additions and 4 deletions
|
@ -70,7 +70,6 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.6",
|
||||
"@storybook/addon-actions": "^6.0.21",
|
||||
"@storybook/addon-essentials": "^6.0.21",
|
||||
"@storybook/addon-links": "^6.0.21",
|
||||
|
@ -79,7 +78,6 @@
|
|||
"@storybook/react": "^6.0.21",
|
||||
"apollo-server-testing": "^2.12.0",
|
||||
"auth0": "^2.28.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
"customize-cra": "^1.0.0",
|
||||
"customize-cra-react-refresh": "^1.1.0",
|
||||
"dotenv-cli": "^3.1.0",
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
invariant "^2.2.4"
|
||||
semver "^5.5.0"
|
||||
|
||||
"@babel/core@7.11.6", "@babel/core@^7.11.6", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
|
||||
"@babel/core@7.11.6", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
|
||||
version "7.11.6"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
|
||||
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
|
||||
|
@ -6055,7 +6055,7 @@ babel-jest@^24.9.0:
|
|||
chalk "^2.4.2"
|
||||
slash "^2.0.0"
|
||||
|
||||
babel-loader@8.1.0, babel-loader@^8.0.6, babel-loader@^8.1.0:
|
||||
babel-loader@8.1.0, babel-loader@^8.0.6:
|
||||
version "8.1.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3"
|
||||
integrity sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==
|
||||
|
|
Loading…
Reference in a new issue