diff --git a/package-lock.json b/package-lock.json index c6df669..8f4dd6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.2.0", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", "eslint-plugin-tailwindcss": "^3.17.5", @@ -1620,10 +1620,22 @@ "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==" }, "node_modules/@vue/tsconfig": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.5.1.tgz", - "integrity": "sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==", - "dev": true + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.7.0.tgz", + "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==", + "dev": true, + "peerDependencies": { + "typescript": "5.x", + "vue": "^3.4.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "vue": { + "optional": true + } + } }, "node_modules/acorn": { "version": "8.14.0", diff --git a/package.json b/package.json index 1f33b98..e8603cf 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.2.0", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", "eslint-plugin-tailwindcss": "^3.17.5",