Skip to content

Commit

Permalink
build: fix babel conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Oct 10, 2022
1 parent f4e70f1 commit 2421545
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -101,6 +101,9 @@
"storybook-preset-craco": "^0.0.6",
"typescript": "^4.1.2"
},
"resolutions": {
"babel-loader": "8.1.0"
},
"scripts": {
"postinstall": "husky install",
"ci:formatter": "prettier --write",
Expand Down
17 changes: 1 addition & 16 deletions yarn.lock
Expand Up @@ -10111,21 +10111,6 @@ __metadata:
languageName: node
linkType: hard

"babel-loader@npm:^8.0.0":
version: 8.2.5
resolution: "babel-loader@npm:8.2.5"
dependencies:
find-cache-dir: ^3.3.1
loader-utils: ^2.0.0
make-dir: ^3.1.0
schema-utils: ^2.6.5
peerDependencies:
"@babel/core": ^7.0.0
webpack: ">=2"
checksum: a6605557885eabbc3250412405f2c63ca87287a95a439c643fdb47d5ea3d5326f72e43ab97be070316998cb685d5dfbc70927ce1abe8be7a6a4f5919287773fb
languageName: node
linkType: hard

"babel-plugin-add-react-displayname@npm:^0.0.5":
version: 0.0.5
resolution: "babel-plugin-add-react-displayname@npm:0.0.5"
Expand Down Expand Up @@ -19113,7 +19098,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"make-dir@npm:^3.0.0, make-dir@npm:^3.0.2, make-dir@npm:^3.1.0":
"make-dir@npm:^3.0.0, make-dir@npm:^3.0.2":
version: 3.1.0
resolution: "make-dir@npm:3.1.0"
dependencies:
Expand Down

0 comments on commit 2421545

Please sign in to comment.