@pnpm/config
Advanced tools
Comparing version 11.2.0 to 11.2.1
# @pnpm/config | ||
## 11.2.1 | ||
### Patch Changes | ||
- a2ef8084f: Use the same versions of dependencies across the pnpm monorepo. | ||
## 11.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pnpm/config", | ||
"version": "11.2.0", | ||
"version": "11.2.1", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -39,6 +39,6 @@ "main": "lib/index.js", | ||
"@zkochan/npm-conf": "2.0.0", | ||
"camelcase": "6.0.0", | ||
"is-subdir": "1.1.1", | ||
"ramda": "0.27.0", | ||
"which": "2.0.2" | ||
"camelcase": "^6.0.0", | ||
"is-subdir": "^1.1.1", | ||
"ramda": "^0.27.0", | ||
"which": "^2.0.2" | ||
}, | ||
@@ -49,4 +49,4 @@ "devDependencies": { | ||
"@types/ramda": "^0.27.11", | ||
"@types/which": "1.3.2", | ||
"mz": "2.7.0", | ||
"@types/which": "^1.3.2", | ||
"mz": "^2.7.0", | ||
"tempy": "^0.6.0" | ||
@@ -53,0 +53,0 @@ }, |
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
27217
+ Addedcamelcase@6.3.0(transitive)
+ Addedis-subdir@1.2.0(transitive)
+ Addedramda@0.27.2(transitive)
- Removedcamelcase@6.0.0(transitive)
- Removedis-subdir@1.1.1(transitive)
- Removedramda@0.27.0(transitive)
Updatedcamelcase@^6.0.0
Updatedis-subdir@^1.1.1
Updatedramda@^0.27.0
Updatedwhich@^2.0.2