Skip to content

Commit

Permalink
fix: require @babel/runtime dependency (#6072)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Feb 23, 2024
1 parent 261016c commit 7929f52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/instantsearch-ui-components/package.json
Expand Up @@ -43,5 +43,8 @@
"build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/cjs --ignore '**/__tests__/**/*','**/__mocks__/**/*' --quiet && ../../scripts/prepare-cjs.sh",
"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/es",
"version": "./scripts/version.cjs"
},
"dependencies": {
"@babel/runtime": "^7.1.2"
}
}

0 comments on commit 7929f52

Please sign in to comment.