victory-selection-container
Advanced tools
Comparing version 36.6.0 to 36.6.1
# victory-selection-container | ||
## 36.6.1 | ||
### Patch Changes | ||
- Updated dependencies [[`d1f281104`](https://github.com/FormidableLabs/victory/commit/d1f281104c7598c43e220dafd57546ab03daeeb5)]: | ||
- victory-core@36.6.1 | ||
## 36.6.0 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "victory-selection-container", | ||
"version": "36.6.0", | ||
"version": "36.6.1", | ||
"description": "Interactive Selection Component for Victory", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.6.0" | ||
"victory-core": "^36.6.1" | ||
}, | ||
@@ -32,3 +32,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"victory-bar": "^36.6.0" | ||
"victory-bar": "^36.6.1" | ||
}, | ||
@@ -131,2 +131,10 @@ "wireit": { | ||
}, | ||
"check": { | ||
"dependencies": [ | ||
"types:check", | ||
"jest", | ||
"format", | ||
"lint" | ||
] | ||
}, | ||
"types:check": { | ||
@@ -185,2 +193,15 @@ "command": "nps types:pkg:check", | ||
}, | ||
"format:fix": { | ||
"command": "pnpm run format || nps format:pkg:fix", | ||
"files": [ | ||
"src/**", | ||
"*.json", | ||
"../../.prettierignore", | ||
"../../.prettierrc.json" | ||
], | ||
"output": [], | ||
"packageLocks": [ | ||
"pnpm-lock.yaml" | ||
] | ||
}, | ||
"lint": { | ||
@@ -204,15 +225,2 @@ "command": "nps lint:pkg", | ||
}, | ||
"format:fix": { | ||
"command": "pnpm run format || nps format:pkg:fix", | ||
"files": [ | ||
"src/**", | ||
"*.json", | ||
"../../.prettierignore", | ||
"../../.prettierrc.json" | ||
], | ||
"output": [], | ||
"packageLocks": [ | ||
"pnpm-lock.yaml" | ||
] | ||
}, | ||
"lint:fix": { | ||
@@ -266,2 +274,3 @@ "command": "pnpm run lint || nps lint:pkg:fix", | ||
"build:dist:min": "wireit", | ||
"check": "wireit", | ||
"types:check": "wireit", | ||
@@ -268,0 +277,0 @@ "types:create": "wireit", |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
766007
13889
4
5
Updatedvictory-core@^36.6.1