diff --git a/package.json b/package.json index 64962ede..737f57e6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@unocss/reset": "^0.60.4", - "@vue/repl": "^3.4.0", + "@vue/repl": "^4.2.1", "@vueuse/core": "^10.10.0", "element-plus": "^2.7.5", "semver": "^7.6.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca0d3834..53bc6cf5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^0.60.4 version: 0.60.4 '@vue/repl': - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^4.2.1 + version: 4.2.1 '@vueuse/core': specifier: ^10.10.0 version: 10.10.0(vue@3.4.27(typescript@5.4.5)) @@ -869,8 +869,8 @@ packages: '@vue/reactivity@3.4.27': resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==} - '@vue/repl@3.4.0': - resolution: {integrity: sha512-iHhIsmQsp9PJuOwverCRQC2owFb0FSFzk6YWwyirAX6AqH//2FrUV4WB16f9lGX5pDXAHjxlzAE6Lqf9P17HHA==} + '@vue/repl@4.2.1': + resolution: {integrity: sha512-kPpoAp0hQ1sKIGXEHtVdtdh2BgL97SAizEvCqRDB3LmgIYCPbzInwd4mqYkHstAhJPmkNslLd3rwfceMwzwinQ==} '@vue/runtime-core@3.4.27': resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==} @@ -3348,7 +3348,7 @@ snapshots: dependencies: '@vue/shared': 3.4.27 - '@vue/repl@3.4.0': {} + '@vue/repl@4.2.1': {} '@vue/runtime-core@3.4.27': dependencies: diff --git a/src/App.vue b/src/App.vue index e7298b6f..139d434e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,18 +1,11 @@