I'm installing both in my own hardhat contract project
npm i @openzeppelin/contracts
npm i @imtbl/contracts
When compiling and deploying immutable zkEVM based contracts, I get an error because the imported version of @openzeppelin/contracts is up to date.
I think if the default @openzeppelin/contracts@4.9.3 in @imtbl/contracts is renamed to @openzeppelin/contracts-v4, it will not affect developers who also use @openzeppelin/contracts@latest Issue.