diff --git a/package-lock.json b/package-lock.json index 5811f0c..8dde6a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "CC-BY-SA-4.0", "dependencies": { "@iconify-json/mdi": "1.1.58", - "@slidev/types": "0.44.0", + "@slidev/types": "0.45.0", "codemirror-theme-vars": "0.1.2", "prism-theme-vars": "0.2.4", "qrious": "4.0.2", @@ -3276,18 +3276,6 @@ "node": ">=12" } }, - "node_modules/@slidev/cli/node_modules/@slidev/types": { - "version": "0.45.0", - "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.45.0.tgz", - "integrity": "sha512-9JgxuUnvmgtOY34UfN/bL+R/q/+9G99UwoXdwrXK6stZMwiHtCVjNJ4V5lE2gSM+BgTamQflrvbR3tl2njeaMA==", - "dev": true, - "engines": { - "node": ">=18.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, "node_modules/@slidev/cli/node_modules/esbuild": { "version": "0.19.8", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.8.tgz", @@ -3468,18 +3456,6 @@ "url": "https://github.com/sponsors/antfu" } }, - "node_modules/@slidev/client/node_modules/@slidev/types": { - "version": "0.45.0", - "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.45.0.tgz", - "integrity": "sha512-9JgxuUnvmgtOY34UfN/bL+R/q/+9G99UwoXdwrXK6stZMwiHtCVjNJ4V5lE2gSM+BgTamQflrvbR3tl2njeaMA==", - "dev": true, - "engines": { - "node": ">=18.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, "node_modules/@slidev/parser": { "version": "0.45.0", "resolved": "https://registry.npmjs.org/@slidev/parser/-/parser-0.45.0.tgz", @@ -3496,22 +3472,10 @@ "url": "https://github.com/sponsors/antfu" } }, - "node_modules/@slidev/parser/node_modules/@slidev/types": { + "node_modules/@slidev/types": { "version": "0.45.0", "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.45.0.tgz", "integrity": "sha512-9JgxuUnvmgtOY34UfN/bL+R/q/+9G99UwoXdwrXK6stZMwiHtCVjNJ4V5lE2gSM+BgTamQflrvbR3tl2njeaMA==", - "dev": true, - "engines": { - "node": ">=18.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, - "node_modules/@slidev/types": { - "version": "0.44.0", - "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.44.0.tgz", - "integrity": "sha512-hIRSdOq0IivEy5s0Rg7ZRH5+9n9jWSelVLGx9rzJYUBbZacMRoeQbgpl0NEW5qsv4fC0cHnyWw+yFxy3IduqDQ==", "engines": { "node": ">=18.0.0" }, @@ -22468,12 +22432,6 @@ "dev": true, "optional": true }, - "@slidev/types": { - "version": "0.45.0", - "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.45.0.tgz", - "integrity": "sha512-9JgxuUnvmgtOY34UfN/bL+R/q/+9G99UwoXdwrXK6stZMwiHtCVjNJ4V5lE2gSM+BgTamQflrvbR3tl2njeaMA==", - "dev": true - }, "esbuild": { "version": "0.19.8", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.8.tgz", @@ -22585,14 +22543,6 @@ "vue-router": "^4.2.5", "vue-starport": "^0.4.0", "windicss": "^3.5.6" - }, - "dependencies": { - "@slidev/types": { - "version": "0.45.0", - "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.45.0.tgz", - "integrity": "sha512-9JgxuUnvmgtOY34UfN/bL+R/q/+9G99UwoXdwrXK6stZMwiHtCVjNJ4V5lE2gSM+BgTamQflrvbR3tl2njeaMA==", - "dev": true - } } }, "@slidev/parser": { @@ -22603,20 +22553,12 @@ "requires": { "@slidev/types": "0.45.0", "js-yaml": "^4.1.0" - }, - "dependencies": { - "@slidev/types": { - "version": "0.45.0", - "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.45.0.tgz", - "integrity": "sha512-9JgxuUnvmgtOY34UfN/bL+R/q/+9G99UwoXdwrXK6stZMwiHtCVjNJ4V5lE2gSM+BgTamQflrvbR3tl2njeaMA==", - "dev": true - } } }, "@slidev/types": { - "version": "0.44.0", - "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.44.0.tgz", - "integrity": "sha512-hIRSdOq0IivEy5s0Rg7ZRH5+9n9jWSelVLGx9rzJYUBbZacMRoeQbgpl0NEW5qsv4fC0cHnyWw+yFxy3IduqDQ==" + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.45.0.tgz", + "integrity": "sha512-9JgxuUnvmgtOY34UfN/bL+R/q/+9G99UwoXdwrXK6stZMwiHtCVjNJ4V5lE2gSM+BgTamQflrvbR3tl2njeaMA==" }, "@szmarczak/http-timer": { "version": "5.0.1", diff --git a/package.json b/package.json index 6a351ac..b61e22b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@iconify-json/mdi": "1.1.58", - "@slidev/types": "0.44.0", + "@slidev/types": "0.45.0", "codemirror-theme-vars": "0.1.2", "prism-theme-vars": "0.2.4", "qrious": "4.0.2",