I have a need to use solidity version ^0.8.0 for implementing string arrays as function arguments. On Github, I see that OpenZeppelin has released contracts that support v0.8.x. Running npm install --save openzeppelin-solidity imports an older version of OpenZeppelin contracts that do not support this solidity version. Are these 0.8.x contracts just not available on npm?
Thanks!