diff --git a/package-lock.json b/package-lock.json index 37859d45..4d75af51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@enonic-types/global": "^8.0.0-B4", "@enonic-types/lib-content": "^8.0.0-B4", "@enonic-types/lib-context": "^8.0.0-B4", - "@enonic-types/lib-io": "^8.0.0-B4", + "@enonic-types/lib-io": "^8.0.0-RC2", "@enonic-types/lib-portal": "^8.0.0-B4", "@enonic/mock-xp": "^2.0.0-beta.2", "@enonic/react-components": "^7.0.0-B1", @@ -1973,14 +1973,22 @@ } }, "node_modules/@enonic-types/lib-io": { - "version": "8.0.0-B4", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-8.0.0-B4.tgz", - "integrity": "sha512-v6FDKyGDogaGqpvalN3jow/dJ63BY2G9SjyBHxflV5T2M5fWOWu29/kMObrd0ebwvIwmc0yLPGqSE0jky1+qmg==", + "version": "8.0.0-RC2", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-8.0.0-RC2.tgz", + "integrity": "sha512-jssotukDEDrwNEZmIrccwFoNJqmht+0QDD6S5fVKBof2YHORkushSZ67FnkGCn6k5feMNdhS3pTI5tyXFTRn/Q==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@enonic-types/core": "8.0.0-B4" + "@enonic-types/core": "8.0.0-RC2" } }, + "node_modules/@enonic-types/lib-io/node_modules/@enonic-types/core": { + "version": "8.0.0-RC2", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-RC2.tgz", + "integrity": "sha512-zE10jGrjUTlqAzmxZ7QvQkIO64e2yvMNRv15YusvmWT2v0a5+zpPIee1CXm0oQEpeRFf/tDdfmMA9r9ylDpMjw==", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/@enonic-types/lib-portal": { "version": "8.0.0-B4", "resolved": "https://registry.npmjs.org/@enonic-types/lib-portal/-/lib-portal-8.0.0-B4.tgz", diff --git a/package.json b/package.json index 1243582a..1a120493 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@enonic-types/global": "^8.0.0-B4", "@enonic-types/lib-content": "^8.0.0-B4", "@enonic-types/lib-context": "^8.0.0-B4", - "@enonic-types/lib-io": "^8.0.0-B4", + "@enonic-types/lib-io": "^8.0.0-RC2", "@enonic-types/lib-portal": "^8.0.0-B4", "@enonic/mock-xp": "^2.0.0-beta.2", "@enonic/react-components": "^7.0.0-B1",