#5 - Mover bootstrap-icons a Dev
All checks were successful
CodyOps Apex Builder / build-conteiner (pull_request) Successful in 39s

This commit is contained in:
Luciano Giacchetta 2025-06-16 18:43:47 -03:00
parent 2f1df00438
commit f3e6743551
2 changed files with 12 additions and 7 deletions

13
package-lock.json generated
View File

@ -9,8 +9,10 @@
"version": "0.0.1",
"dependencies": {
"astro": "^5.9.2",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.11.3"
"bootstrap": "^5.3.6"
},
"devDependencies": {
"bootstrap-icons": "^1.13.1"
}
},
"node_modules/@astrojs/compiler": {
@ -1682,9 +1684,10 @@
}
},
"node_modules/bootstrap-icons": {
"version": "1.11.3",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz",
"integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==",
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz",
"integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==",
"dev": true,
"funding": [
{
"type": "github",

View File

@ -10,7 +10,9 @@
},
"dependencies": {
"astro": "^5.9.2",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.11.3"
"bootstrap": "^5.3.6"
},
"devDependencies": {
"bootstrap-icons": "^1.13.1"
}
}