diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3c6fae..ed1ee8b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ catalogs: specifier: ^3.2.6 version: 3.2.6 vue-use-monaco: - specifier: ^0.0.7 - version: 0.0.7 + specifier: ^0.0.33 + version: 0.0.33 importers: @@ -290,7 +290,7 @@ importers: version: 4.2.6(vue@3.5.31(typescript@5.9.3)) vue-use-monaco: specifier: 'catalog:' - version: 0.0.7(@vueuse/core@13.9.0(vue@3.5.31(typescript@5.9.3)))(vue@3.5.31(typescript@5.9.3)) + version: 0.0.33(monaco-editor@0.52.2)(vue@3.5.31(typescript@5.9.3)) devDependencies: '@antfu/eslint-config': specifier: 'catalog:' @@ -1797,6 +1797,7 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + deprecated: Potential CWE-502 - Update to 1.3.1 or higher '@unocss/astro@0.65.4': resolution: {integrity: sha512-ex1CJOQ6yeftBEPcbA9/W47/YoV+mhQnrAoc8MA1VVrvvFKDitICFU62+nSt3NWRe53XL/fXnQbcbCb8AAgKlA==} @@ -2751,6 +2752,7 @@ packages: eslint@9.39.4: resolution: {integrity: sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true peerDependencies: jiti: '*' @@ -4669,11 +4671,11 @@ packages: peerDependencies: vue: ^3.0.0 - vue-use-monaco@0.0.7: - resolution: {integrity: sha512-pWoyVLM5ynWh8KW9VpJlF753R9zniB3jFHaUodfFObzgu9alCAuisjnKde2wZz79ChoxrKmQB01S4oOukbhyvA==} + vue-use-monaco@0.0.33: + resolution: {integrity: sha512-YVZF2+c2aZEzBzxzGmnt7L5Ap35AP+t9qPG/SSLnVhCPw2U/gxkE76Lajwz8BUWMGPCv5ULj3Z1KuL2N6cSeKg==} hasBin: true peerDependencies: - '@vueuse/core': '>=8.9.4' + monaco-editor: ^0.52.2 vue: '>=3.0.0' vue@3.5.31: @@ -9513,10 +9515,9 @@ snapshots: is-plain-object: 3.0.1 vue: 3.5.31(typescript@5.9.3) - vue-use-monaco@0.0.7(@vueuse/core@13.9.0(vue@3.5.31(typescript@5.9.3)))(vue@3.5.31(typescript@5.9.3)): + vue-use-monaco@0.0.33(monaco-editor@0.52.2)(vue@3.5.31(typescript@5.9.3)): dependencies: '@shikijs/monaco': 3.23.0 - '@vueuse/core': 13.9.0(vue@3.5.31(typescript@5.9.3)) monaco-editor: 0.52.2 shiki: 3.23.0 vue: 3.5.31(typescript@5.9.3) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 24d8077..0ed46a4 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -66,4 +66,4 @@ catalog: vue-i18n: ^9.14.5 vue-router: ^4.6.4 vue-tsc: ^3.2.6 - vue-use-monaco: ^0.0.7 + vue-use-monaco: ^0.0.33