diff --git a/caster-editor/package-lock.json b/caster-editor/package-lock.json index 251c41ba..8885e37c 100644 --- a/caster-editor/package-lock.json +++ b/caster-editor/package-lock.json @@ -42,7 +42,7 @@ "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.0", "@vue/test-utils": "^2.2.6", - "@vue/tsconfig": "^0.1.3", + "@vue/tsconfig": "^0.5.1", "cypress": "^12.5.1", "eslint": "^8.41.0", "eslint-plugin-vue": "^9.13.0", @@ -3954,18 +3954,10 @@ } }, "node_modules/@vue/tsconfig": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.1.3.tgz", - "integrity": "sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==", - "dev": true, - "peerDependencies": { - "@types/node": "*" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - } - } + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.5.1.tgz", + "integrity": "sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==", + "dev": true }, "node_modules/@vueuse/core": { "version": "9.12.0", @@ -15712,11 +15704,10 @@ } }, "@vue/tsconfig": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.1.3.tgz", - "integrity": "sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==", - "dev": true, - "requires": {} + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.5.1.tgz", + "integrity": "sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==", + "dev": true }, "@vueuse/core": { "version": "9.12.0", diff --git a/caster-editor/package.json b/caster-editor/package.json index 4fc8a941..6ab72ad3 100644 --- a/caster-editor/package.json +++ b/caster-editor/package.json @@ -54,7 +54,7 @@ "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.0", "@vue/test-utils": "^2.2.6", - "@vue/tsconfig": "^0.1.3", + "@vue/tsconfig": "^0.5.1", "cypress": "^12.5.1", "eslint": "^8.41.0", "eslint-plugin-vue": "^9.13.0",