chore(deps): update devdependencies (non-major)
This commit is contained in:
parent
8db15d3d80
commit
c5ce6d3155
2 changed files with 17 additions and 17 deletions
28
package-lock.json
generated
28
package-lock.json
generated
|
|
@ -15,14 +15,14 @@
|
|||
"tailwindcss": "^4.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/octicon": "^1.2.28",
|
||||
"@iconify-json/octicon": "^1.2.29",
|
||||
"@nuxt/eslint": "^1.16.0",
|
||||
"@nuxt/icon": "^2.2.5",
|
||||
"@nuxt/icon": "^2.3.1",
|
||||
"eslint": "^10.6.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^17.0.8",
|
||||
"typescript": "^6.0.3",
|
||||
"vue-tsc": "^3.3.5"
|
||||
"vue-tsc": "^3.3.6"
|
||||
}
|
||||
},
|
||||
"node_modules/@alloc/quick-lru": {
|
||||
|
|
@ -1349,9 +1349,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@iconify-json/octicon": {
|
||||
"version": "1.2.28",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-json/octicon/-/octicon-1.2.28.tgz",
|
||||
"integrity": "sha512-M6Pj2CclE2kcen6mFd43t9f/BFvVMKYvIdPZj1SD4ocZevgplVf7t98nlVtT8bNk5tawFPT7wtqLl62zq6KJmw==",
|
||||
"version": "1.2.29",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-json/octicon/-/octicon-1.2.29.tgz",
|
||||
"integrity": "sha512-yREprVAv+SiAO8dxGw40LMLou4eXDYJX9Cz4MB1Cki4d+peSCpQ4b99YaaRbwuJeyyjLM4Q03QzBcEfcf6xCcg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
@ -5827,16 +5827,16 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@vue/language-core": {
|
||||
"version": "3.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.3.5.tgz",
|
||||
"integrity": "sha512-UkKu5nhX89fg4VhlG/FOeI10G3cj/7radKT/cy9BT4Q9qJmJlSTAc/dP63Xqs29aypN4f39xUV6PsLNk/dcD6g==",
|
||||
"version": "3.3.7",
|
||||
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.3.7.tgz",
|
||||
"integrity": "sha512-LzmkKinXAMMoh8Jfi/jMUSDUjuPdv8mynH5WJGKfXyZtDw3hQ6GBaoI6Bcnl/Xqlu32q/0Z6i/trp4VXykzyLw==",
|
||||
"devOptional": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@volar/language-core": "2.4.28",
|
||||
"@vue/compiler-dom": "^3.5.0",
|
||||
"@vue/shared": "^3.5.0",
|
||||
"alien-signals": "^3.2.0",
|
||||
"alien-signals": "^3.2.1",
|
||||
"muggle-string": "^0.4.1",
|
||||
"path-browserify": "^1.0.1",
|
||||
"picomatch": "^4.0.4"
|
||||
|
|
@ -16310,14 +16310,14 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/vue-tsc": {
|
||||
"version": "3.3.5",
|
||||
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.3.5.tgz",
|
||||
"integrity": "sha512-Rzh/G2MmNlMSAMTiQEjDrsb4dgB/jbtEM47rVN2NtidF1dfb/q4w4QvpQBtW5+y3y5H27Hjh7deVwk+YB02fNg==",
|
||||
"version": "3.3.7",
|
||||
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.3.7.tgz",
|
||||
"integrity": "sha512-+C+rgD49wAQ5bUTl2sp5a8Bzg4YoldMNXM+g7CFe604MYcQ8PrZPMQhIjJSzKXtPBCa+C5ayMipqjbA7splekQ==",
|
||||
"devOptional": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@volar/typescript": "2.4.28",
|
||||
"@vue/language-core": "3.3.5"
|
||||
"@vue/language-core": "3.3.7"
|
||||
},
|
||||
"bin": {
|
||||
"vue-tsc": "bin/vue-tsc.js"
|
||||
|
|
|
|||
|
|
@ -25,13 +25,13 @@
|
|||
"tailwindcss": "^4.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/octicon": "^1.2.28",
|
||||
"@iconify-json/octicon": "^1.2.29",
|
||||
"@nuxt/eslint": "^1.16.0",
|
||||
"@nuxt/icon": "^2.2.5",
|
||||
"@nuxt/icon": "^2.3.1",
|
||||
"eslint": "^10.6.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^17.0.8",
|
||||
"typescript": "^6.0.3",
|
||||
"vue-tsc": "^3.3.5"
|
||||
"vue-tsc": "^3.3.6"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue