Skip to content

Commit

Permalink
Skip lib check for the old version of a package
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Dec 4, 2024
1 parent 2eaa693 commit 1eba6cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"log-symbols": "^7.0.0"
},
"resolutions": {
"lru-cache": "11.0.2"
"lru-cache": "10.4.3"
}
}
1 change: 1 addition & 0 deletions tsconfig.build.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"outDir": "./lib/cjs",
"esModuleInterop": true,
"module": "commonjs",
"skipLibCheck": true,
}
}
1 change: 1 addition & 0 deletions tsconfig.build.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"outDir": "./lib/esm",
"esModuleInterop": true,
"module": "es2020",
"skipLibCheck": true,
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2160,10 +2160,10 @@ loupe@^3.1.2:
resolved "https://registry.yarnpkg.com/loupe/-/loupe-3.1.2.tgz#c86e0696804a02218f2206124c45d8b15291a240"
integrity sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==

lru-cache@11.0.2, lru-cache@^10.2.0, lru-cache@^11.0.0:
version "11.0.2"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
lru-cache@10.4.3, lru-cache@^10.2.0, lru-cache@^11.0.0:
version "10.4.3"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==

make-error@^1.1.1:
version "1.3.6"
Expand Down

0 comments on commit 1eba6cc

Please sign in to comment.