Skip to content

Commit

Permalink
fix: wrong helper version (#12694)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeci committed Jan 26, 2021
1 parent 5a020b2 commit f7f0560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-helpers/src/helpers.js
Expand Up @@ -875,7 +875,7 @@ helpers.readOnlyError = helper("7.0.0-beta.0")`
}
`;

helpers.writeOnlyError = helper("7.12.12")`
helpers.writeOnlyError = helper("7.12.13")`
export default function _writeOnlyError(name) {
throw new TypeError("\\"" + name + "\\" is write-only");
}
Expand Down

0 comments on commit f7f0560

Please sign in to comment.