Skip to content

Commit e61361a

Browse files
committed
peg babel-loader to v8.1.0 to prevent cra error
1 parent 249f725 commit e61361a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"release": "auto shipit --base-branch=main",
1818
"chromatic": "npx chromatic"
1919
},
20+
"resolutions": {
21+
"@storybook/react/babel-loader": "8.1.0"
22+
},
2023
"repository": {
2124
"type": "git",
2225
"url": "git+https://github.com/asabaylus/react-command-palette.git"
@@ -55,6 +58,7 @@
5558
"@storybook/react": "^6.1.21",
5659
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
5760
"auto": "^10.24.1",
61+
"babel-loader": "8.1.0",
5862
"chromatic": "^5.7.1",
5963
"cross-env": "^7.0.3",
6064
"enzyme": "^3.11.0",

0 commit comments

Comments
 (0)