Dependency Updates August 2022
Changes:
- peerDependencies now uses the
joi
dependency rather than the deprecated@hapi/joi
dependency. Version compatability retained at >=16.1.8 - Testing now tests all versions for Joi that fulfill the peerDependency constraint of >=16.1.8 using test-all-versions
- CI Testing now includes Node 18.x. We no longer test against Node 8.x, 10.x and 12.x.
bcp47
dependency updated to 1.1.2 in NPM lockfile.- Multiple development dependencies updated
- NPM lockfile updated to version 2
- Added compatibility chart to
README.md