@chakra-ui/babel-plugin
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@chakra-ui/babel-plugin", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Mark custom forwardRef and memo as pure for tree shaking", | ||
@@ -17,17 +17,12 @@ "license": "MIT", | ||
], | ||
"scripts": { | ||
"prepublish": "yarn build", | ||
"lint": "eslint --ext .js src", | ||
"test": "jest --passWithNoTests", | ||
"build": "babel src -d dist" | ||
}, | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^7.12.10", | ||
"@babel/helper-plugin-utils": "^7.10.4" | ||
"@babel/helper-annotate-as-pure": "^7.18.6", | ||
"@babel/helper-plugin-utils": "^7.18.9" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.12.10" | ||
"@babel/core": "^7.18.9" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.16.0" | ||
"@babel/cli": "^7.18.9", | ||
"@babel/core": "^7.18.9" | ||
}, | ||
@@ -41,3 +36,9 @@ "jest": { | ||
] | ||
}, | ||
"scripts": { | ||
"prepublish": "pnpm build", | ||
"lint": "eslint --ext .js src", | ||
"test": "jest --passWithNoTests", | ||
"build": "babel src -d dist" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3152
3
2