Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@rollup/plugin-replace": "^2.4.2",
"@types/jest": "^26.0.22",
"arrify": "^2.0.1",
"babel-jest": "^26.6.3",
"babel-jest": "^27.0.1",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-module-resolver": "^4.1.0",
Expand All @@ -68,10 +68,10 @@
"glob": "^7.1.6",
"husky": "^4.3.8",
"is-ci": "^3.0.0",
"jest": "^26.6.3",
"jest": "^27.0.1",
"jest-serializer-path": "^0.1.15",
"jest-snapshot-serializer-raw": "^1.2.0",
"jest-watch-typeahead": "^0.6.2",
"jest-watch-typeahead": "^0.6.3",
"lint-staged": "^10.5.4",
"lodash.camelcase": "^4.3.0",
"lodash.has": "^4.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/config/babel-transform.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const babelJest = require('babel-jest')
const babelJest = require('babel-jest').default

module.exports = babelJest.createTransformer({
presets: [require.resolve('./babelrc')],
Expand Down