diff --git a/package-lock.json b/package-lock.json index 82e85d08..121c6c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.29.5", - "@enonic-types/core": "^8.0.0-B4", + "@enonic-types/core": "^8.0.0-RC2", "@enonic-types/global": "^8.0.0-RC2", "@enonic-types/lib-content": "^8.0.0-B4", "@enonic-types/lib-context": "^8.0.0-RC2", @@ -1940,10 +1940,11 @@ } }, "node_modules/@enonic-types/core": { - "version": "8.0.0-B4", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-B4.tgz", - "integrity": "sha512-UGq6ixxLMOEQm5NYdjilWUIXugcGiEKAmzuzM1vBCltdJLJfqgJYjVgrziXhbiulpYdxcMoDTe0N8uF7R6j25w==", - "dev": true + "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/global": { "version": "8.0.0-RC2", @@ -1955,13 +1956,6 @@ "@enonic-types/core": "8.0.0-RC2" } }, - "node_modules/@enonic-types/global/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-content": { "version": "8.0.0-B4", "resolved": "https://registry.npmjs.org/@enonic-types/lib-content/-/lib-content-8.0.0-B4.tgz", @@ -1971,6 +1965,13 @@ "@enonic-types/core": "8.0.0-B4" } }, + "node_modules/@enonic-types/lib-content/node_modules/@enonic-types/core": { + "version": "8.0.0-B4", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-B4.tgz", + "integrity": "sha512-UGq6ixxLMOEQm5NYdjilWUIXugcGiEKAmzuzM1vBCltdJLJfqgJYjVgrziXhbiulpYdxcMoDTe0N8uF7R6j25w==", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/@enonic-types/lib-context": { "version": "8.0.0-RC2", "resolved": "https://registry.npmjs.org/@enonic-types/lib-context/-/lib-context-8.0.0-RC2.tgz", @@ -1981,13 +1982,6 @@ "@enonic-types/core": "8.0.0-RC2" } }, - "node_modules/@enonic-types/lib-context/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-io": { "version": "8.0.0-RC2", "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-8.0.0-RC2.tgz", @@ -1998,13 +1992,6 @@ "@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-RC2", "resolved": "https://registry.npmjs.org/@enonic-types/lib-portal/-/lib-portal-8.0.0-RC2.tgz", @@ -2015,13 +2002,6 @@ "@enonic-types/core": "8.0.0-RC2" } }, - "node_modules/@enonic-types/lib-portal/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-schema": { "version": "7.16.3", "resolved": "https://registry.npmjs.org/@enonic-types/lib-schema/-/lib-schema-7.16.3.tgz", diff --git a/package.json b/package.json index 0fa948c1..b437a0c2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.29.5", - "@enonic-types/core": "^8.0.0-B4", + "@enonic-types/core": "^8.0.0-RC2", "@enonic-types/global": "^8.0.0-RC2", "@enonic-types/lib-content": "^8.0.0-B4", "@enonic-types/lib-context": "^8.0.0-RC2",