2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-29 17:46:56 +00:00

Merge pull request #554 from Laupetin/dependabot/npm_and_yarn/src/ModManUi/vue-tsc-3.1.2

chore(deps-dev): bump vue-tsc from 3.1.0 to 3.1.2 in /src/ModManUi
This commit is contained in:
Jan
2025-10-26 20:21:29 +01:00
committed by GitHub
2 changed files with 12 additions and 12 deletions

View File

@@ -32,7 +32,7 @@
"vite": "7.1.7",
"vite-plugin-vue-devtools": "^8.0.2",
"vitest": "^3.2.4",
"vue-tsc": "3.1.0"
"vue-tsc": "3.1.2"
}
},
"node_modules/@asamuzakjp/css-color": {
@@ -2916,9 +2916,9 @@
}
},
"node_modules/@vue/language-core": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.1.0.tgz",
"integrity": "sha512-a7ns+X9vTbdmk7QLrvnZs8s4E1wwtxG/sELzr6F2j4pU+r/OoAv6jJGSz+5tVTU6e4+3rjepGhSP8jDmBBcb3w==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.1.2.tgz",
"integrity": "sha512-PyFDCqpdfYUT+oMLqcc61oHfJlC6yjhybaefwQjRdkchIihToOEpJ2Wu/Ebq2yrnJdd1EsaAvZaXVAqcxtnDxQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3080,9 +3080,9 @@
}
},
"node_modules/alien-signals": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.0.0.tgz",
"integrity": "sha512-JHoRJf18Y6HN4/KZALr3iU+0vW9LKG+8FMThQlbn4+gv8utsLIkwpomjElGPccGeNwh0FI2HN6BLnyFLo6OyLQ==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.0.3.tgz",
"integrity": "sha512-2JXjom6R7ZwrISpUphLhf4htUq1aKRCennTJ6u9kFfr3sLmC9+I4CxxVi+McoFnIg+p1HnVrfLT/iCt4Dlz//Q==",
"dev": true,
"license": "MIT"
},
@@ -6767,14 +6767,14 @@
}
},
"node_modules/vue-tsc": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.1.0.tgz",
"integrity": "sha512-fbMynMG7kXSnqZTRBSCh9ROYaVpXfCZbEO0gY3lqOjLbp361uuS88n6BDajiUriDIF+SGLWoinjvf6stS2J3Gg==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.1.2.tgz",
"integrity": "sha512-3fd4DY0rFczs5f+VB3OhcLU83V6+3Puj2yLBe0Ak65k7ERk+STVNKaOAi0EBo6Lc15UiJB6LzU6Mxy4+h/pKew==",
"dev": true,
"license": "MIT",
"dependencies": {
"@volar/typescript": "2.4.23",
"@vue/language-core": "3.1.0"
"@vue/language-core": "3.1.2"
},
"bin": {
"vue-tsc": "bin/vue-tsc.js"

View File

@@ -37,6 +37,6 @@
"vite": "7.1.7",
"vite-plugin-vue-devtools": "^8.0.2",
"vitest": "^3.2.4",
"vue-tsc": "3.1.0"
"vue-tsc": "3.1.2"
}
}