diff --git a/package.json b/package.json index 2cf61aa..b8d5678 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@vitejs/plugin-vue": "^5.0.0", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^12.0.0", - "@vue/tsconfig": "^0.5.0", + "@vue/tsconfig": "^0.7.0", "autoprefixer": "^10.4.14", "eslint": "^8.39.0", "eslint-plugin-vue": "^9.11.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c2d623..5b4f9a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,8 +38,8 @@ devDependencies: specifier: ^12.0.0 version: 12.0.0(eslint-plugin-vue@9.11.0)(eslint@8.39.0)(typescript@5.2.2) '@vue/tsconfig': - specifier: ^0.5.0 - version: 0.5.0 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.2.2)(vue@3.3.2) autoprefixer: specifier: ^10.4.14 version: 10.4.14(postcss@8.4.24) @@ -807,8 +807,19 @@ packages: resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} dev: true - /@vue/tsconfig@0.5.0: - resolution: {integrity: sha512-vRNRhhZfoJganWuqWuePo7ol2MaG9XkQD3jVJy2WuZOWWa5LAjJqnBSBsTGKvCrcrVMe5nPM9Intp7o3ekRjUw==} + /@vue/tsconfig@0.7.0(typescript@5.2.2)(vue@3.3.2): + resolution: {integrity: sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==} + peerDependencies: + typescript: 5.x + vue: ^3.4.0 + peerDependenciesMeta: + typescript: + optional: true + vue: + optional: true + dependencies: + typescript: 5.2.2 + vue: 3.3.2 dev: true /acorn-jsx@5.3.2(acorn@8.8.2):