Update devDependency @nuxt/icon to ^2.5.0 #47
2 changed files with 8 additions and 28 deletions
34
package-lock.json
generated
34
package-lock.json
generated
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@iconify-json/octicon": "^1.2.30",
|
||||
"@nuxt/eslint": "^1.17.0",
|
||||
"@nuxt/icon": "^2.4.1",
|
||||
"@nuxt/icon": "^2.5.0",
|
||||
"eslint": "^10.8.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^17.2.0",
|
||||
|
|
@ -1791,26 +1791,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/cli/node_modules/cac": {
|
||||
"version": "6.7.14",
|
||||
"resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
|
||||
"integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
|
||||
"extraneous": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/cli/node_modules/commander": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-15.0.0.tgz",
|
||||
"integrity": "sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==",
|
||||
"extraneous": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=22.12.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/devalue": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
|
||||
|
|
@ -2038,17 +2018,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nuxt/icon": {
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-2.4.1.tgz",
|
||||
"integrity": "sha512-fOY3kiT6OoL4bWXVmMLc1VgoCm1PxIGSBmsSaLO090NEgtd1ub441dZ7MEoOD5UIilWzba1kCWdwJcAkGCOwLg==",
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-2.5.0.tgz",
|
||||
"integrity": "sha512-EBczSfd3QmAD7GoSmJ5jCPvQ5zzNaPPuWPU9DSMcBuBM10A3JIvjaMLEOEniHQRz4iVPb05cJRO/JdC60oiiwg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@iconify/collections": "^1.0.715",
|
||||
"@iconify/collections": "^1.0.721",
|
||||
"@iconify/types": "^2.0.0",
|
||||
"@iconify/utils": "^3.1.4",
|
||||
"@iconify/vue": "^5.0.1",
|
||||
"@nuxt/devtools-kit": "^3.3.1",
|
||||
"@nuxt/kit": "^4.5.0",
|
||||
"@nuxt/devtools-kit": "^3.4.1",
|
||||
"@nuxt/kit": "^4.5.2",
|
||||
"consola": "^3.4.2",
|
||||
"local-pkg": "^1.2.1",
|
||||
"mlly": "^1.8.2",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"devDependencies": {
|
||||
"@iconify-json/octicon": "^1.2.30",
|
||||
"@nuxt/eslint": "^1.17.0",
|
||||
"@nuxt/icon": "^2.4.1",
|
||||
"@nuxt/icon": "^2.5.0",
|
||||
"eslint": "^10.8.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^17.2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue