@brighthr/component-button
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "@brighthr/component-button", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"license": "MIT", | ||
@@ -15,16 +15,25 @@ "type": "module", | ||
"scripts": { | ||
"start": "microbundle watch --jsx React.createElement --jsxFragment React.Fragment", | ||
"build": "microbundle --jsx React.createElement --jsxFragment React.Fragment" | ||
"start": "microbundle watch --jsx React.createElement --jsxFragment React.Fragment", | ||
"build": "microbundle --jsx React.createElement --jsxFragment React.Fragment" | ||
}, | ||
"peerDependencies": { | ||
"@testing-library/react": ">=12.0.0", | ||
"@types/jest": "^26.0.24", | ||
"react": ">=17.0.2" | ||
"eslintConfig": { | ||
"rules": { | ||
"import/no-extraneous-dependencies": [ | ||
"error", | ||
{ | ||
"devDependencies": [ | ||
"**/*.test.tsx" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^10.4.0", | ||
"postcss": "^8.3.11", | ||
"tailwindcss": "^2.2.19" | ||
"@testing-library/react": "^12.1.2" | ||
}, | ||
"gitHead": "61d36e14a98c386f1692cd446ae09f7c4c4da9f0", | ||
"peerDependencies": { | ||
"react": ">=16.9.0", | ||
"tailwindcss": ">=2.0.0" | ||
}, | ||
"gitHead": "9976787a1745552bcfc946d9bff993e3b207c82e", | ||
"dependencies": { | ||
@@ -31,0 +40,0 @@ "classnames": "^2.3.1" |
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
2656
3
1