react-trello-ts
Advanced tools
Comparing version 2.0.17-canary.edbe154 to 2.1.0
{ | ||
"name": "react-trello-ts", | ||
"version": "2.0.17-canary.edbe154", | ||
"version": "2.1.0", | ||
"description": "Pluggable typesafe components to add a trello like kanban board to your application", | ||
@@ -58,2 +58,3 @@ "types": "./dist/index.d.ts", | ||
"i18next": "^17.0.3", | ||
"playwright": "^1.40.1", | ||
"react": "^18", | ||
@@ -66,8 +67,8 @@ "react-dom": "^18", | ||
"tsup": "^8.0.1", | ||
"playwright": "^1.40.1", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.3.3", | ||
"@changesets/cli": "^2.27.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0<=^18", | ||
"react-dom": "^16.8.0<=^18", | ||
"react": ">=16.8.0 <=18", | ||
"react-dom": ">=16.8.0 <=18", | ||
"styled-components": ">= 4.0.3" | ||
@@ -87,4 +88,5 @@ }, | ||
"lint": "pnpm biome check .", | ||
"release": "pnpm build && pnpm changeset publish" | ||
"release": "pnpm build && pnpm changeset publish", | ||
"changeset": "changeset" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
334745
0
25