jsonld.js icon indicating copy to clipboard operation
jsonld.js copied to clipboard

Update devDependencies.

Open BigBlueHat opened this issue 1 year ago • 1 comments

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 }

BigBlueHat avatar Apr 24 '24 15:04 BigBlueHat

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.

davidlehn avatar Apr 24 '24 21:04 davidlehn