@pnpm/npm-resolver
Advanced tools
Comparing version 15.0.8 to 15.0.9
{ | ||
"name": "@pnpm/npm-resolver", | ||
"version": "15.0.8", | ||
"version": "15.0.9", | ||
"description": "Resolver for npm-hosted packages", | ||
@@ -33,3 +33,3 @@ "main": "lib/index.js", | ||
"load-json-file": "^6.2.0", | ||
"lru-cache": "^7.14.1", | ||
"lru-cache": "^7.18.1", | ||
"normalize-path": "^3.0.0", | ||
@@ -48,3 +48,3 @@ "p-limit": "^3.1.0", | ||
"@pnpm/fetching-types": "4.0.0", | ||
"@pnpm/graceful-fs": "2.0.0", | ||
"@pnpm/graceful-fs": "2.1.0", | ||
"@pnpm/resolve-workspace-range": "4.0.0", | ||
@@ -62,5 +62,5 @@ "@pnpm/resolver-base": "9.2.0", | ||
"tempy": "^1.0.1", | ||
"@pnpm/fetch": "6.0.5", | ||
"@pnpm/npm-resolver": "15.0.8", | ||
"@pnpm/test-fixtures": "0.0.32" | ||
"@pnpm/fetch": "6.0.6", | ||
"@pnpm/npm-resolver": "15.0.9", | ||
"@pnpm/test-fixtures": "0.0.33" | ||
}, | ||
@@ -72,3 +72,3 @@ "funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint src/**/*.ts test/**/*.ts", | ||
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", | ||
"_test": "jest", | ||
@@ -75,0 +75,0 @@ "test": "pnpm run compile && pnpm run _test", |
Sorry, the diff of this file is not supported yet
69278
+ Added@pnpm/graceful-fs@2.1.0(transitive)
- Removed@pnpm/graceful-fs@2.0.0(transitive)
Updated@pnpm/graceful-fs@2.1.0
Updatedlru-cache@^7.18.1