Skip to content

Commit

Permalink
fix: endup with babel-loader conflict into CRA + storybook according …
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo2077 committed Aug 22, 2021
1 parent 009ba97 commit a69cb75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "linkedin-clone",
"version": "0.1.0",
"resolutions": {
"babel-loader": "^8.1.0"
},
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
Expand Down Expand Up @@ -38,9 +41,6 @@
"last 1 safari version"
]
},
"resolutions": {
"babel-loader": "8.1.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@storybook/addon-actions": "^6.0.12",
Expand All @@ -52,7 +52,7 @@
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"babel-loader": "^8.1.0",
"babel-loader": "8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2921,9 +2921,9 @@
"@types/node" "*"

"@types/hast@^2.0.0":
version "2.3.3"
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.3.tgz#8edd6bd2c95a2d0750e01651dc82b9fc6ff648e4"
integrity sha512-QmFclP7FX/XZ7k81+fS6K5pQ3qxRu9bVqEoUeJrPtcmX9st3pyeluIWy6olFCr2/kUqnb4LwxtMCxZsXWkObbA==
version "2.3.4"
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc"
integrity sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==
dependencies:
"@types/unist" "*"

Expand Down Expand Up @@ -3969,7 +3969,7 @@ babel-jest@^26.6.0, babel-jest@^26.6.3:
graceful-fs "^4.2.4"
slash "^3.0.0"

[email protected], babel-loader@^8.2.2:
[email protected]:
version "8.1.0"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3"
integrity sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==
Expand All @@ -3980,7 +3980,7 @@ [email protected], babel-loader@^8.2.2:
pify "^4.0.1"
schema-utils "^2.6.5"

babel-loader@^8.1.0:
babel-loader@^8.1.0, babel-loader@^8.2.2:
version "8.2.2"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81"
integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==
Expand Down

0 comments on commit a69cb75

Please sign in to comment.