mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
chore(deps-dev): Bump @vue/tsconfig from 0.9.0 to 0.9.1
Bumps [@vue/tsconfig](https://github.com/vuejs/tsconfig) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/vuejs/tsconfig/releases) - [Commits](https://github.com/vuejs/tsconfig/compare/v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: "@vue/tsconfig" dependency-version: 0.9.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
353f438337
commit
0e8840dd6f
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -53,7 +53,7 @@
|
|||
"@types/dockerode": "^4.0.1",
|
||||
"@vitest/coverage-v8": "^4.1.5",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"@vue/tsconfig": "^0.9.0",
|
||||
"@vue/tsconfig": "^0.9.1",
|
||||
"@zip.js/zip.js": "^2.8.26",
|
||||
"concurrently": "^9.2.1",
|
||||
"cypress": "^15.14.2",
|
||||
|
|
@ -4862,13 +4862,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@vue/tsconfig": {
|
||||
"version": "0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.9.0.tgz",
|
||||
"integrity": "sha512-RP+v9Cpbsk1ZVXltCHHkYBr7+624x6gcijJXVjIcsYk7JXqvIpRtMwU2ARLvWDhmy9ffdFYxhsfJnPztADBohQ==",
|
||||
"version": "0.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.9.1.tgz",
|
||||
"integrity": "sha512-buvjm+9NzLCJL29KY1j1991YYJ5e6275OiK+G4jtmfIb+z4POywbdm0wXusT9adVWqe0xqg70TbI7+mRx4uU9w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"typescript": "5.x",
|
||||
"typescript": ">= 5.8",
|
||||
"vue": "^3.4.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
"@types/dockerode": "^4.0.1",
|
||||
"@vitest/coverage-v8": "^4.1.5",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"@vue/tsconfig": "^0.9.0",
|
||||
"@vue/tsconfig": "^0.9.1",
|
||||
"@zip.js/zip.js": "^2.8.26",
|
||||
"concurrently": "^9.2.1",
|
||||
"cypress": "^15.14.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue