jsonld.js
jsonld.js copied to clipboard
Update devDependencies.
Getting this when adding jsonld to a project:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@es-joy/[email protected]',
npm WARN EBADENGINE required: { node: '^14 || ^16 || ^17 || ^18 || ^19' },
npm WARN EBADENGINE current: { node: 'v20.12.2', npm: '10.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { node: '^14 || ^16 || ^17 || ^18 || ^19' },
npm WARN EBADENGINE current: { node: 'v20.12.2', npm: '10.5.0' }
npm WARN EBADENGINE }
All the deps will be updated for the next major release. We're keeping the current major compatible with older nodes. Newer dev tools require a new major release that depends on newer node.