Update version check in proposal-class-static-block plugin

This commit is contained in:
Nicolò Ribaudo 2020-10-14 21:46:34 +02:00
parent 02975b9ae1
commit 49fe00cc0d

View File

@ -20,8 +20,7 @@ function generateUid(scope, denyList: Set<string>) {
}
export default declare(({ types: t, template, assertVersion }) => {
// todo: change to ^7.12.0 when it is published
assertVersion("^7.11.6");
assertVersion("^7.12.0");
return {
name: "proposal-class-static-block",