chore: Update axios, dolphin-components, and vue-tsc dependencies.

This commit is contained in:
Sandip Ghimire 2026-01-26 17:25:06 +05:45
parent e267286df6
commit f44e7e235e
2 changed files with 19 additions and 19 deletions

32
package-lock.json generated
View File

@ -8,8 +8,8 @@
"name": "vue-bolier-plate",
"version": "0.0.0",
"dependencies": {
"axios": "^1.13.2",
"dolphin-components": "^3.1.4",
"axios": "^1.13.3",
"dolphin-components": "^3.1.5",
"echarts": "^6.0.0",
"nepali-date-library": "^1.1.12",
"pinia": "^3.0.4",
@ -33,7 +33,7 @@
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "^8.0.5",
"vue-tsc": "^3.2.3"
"vue-tsc": "^3.2.4"
},
"engines": {
"node": ">=24"
@ -2409,9 +2409,9 @@
}
},
"node_modules/@vue/language-core": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.2.3.tgz",
"integrity": "sha512-VpN/GnYDzGLh44AI6i1OB/WsLXo6vwnl0EWHBelGc4TyC0yEq6azwNaed/+Tgr8anFlSdWYnMEkyHJDPe7ii7A==",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.2.4.tgz",
"integrity": "sha512-bqBGuSG4KZM45KKTXzGtoCl9cWju5jsaBKaJJe3h5hRAAWpZUuj5G+L+eI01sPIkm4H6setKRlw7E85wLdDNew==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -2589,9 +2589,9 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.3.tgz",
"integrity": "sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
@ -2945,9 +2945,9 @@
}
},
"node_modules/dolphin-components": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/dolphin-components/-/dolphin-components-3.1.4.tgz",
"integrity": "sha512-YXxJXIuVgY1TZ9T0qLOODC0UoIH6zGfSQ1RWlHrSn4aK+IW5OH1Eot7AB0CQRb13Zm5HJMfkEzvVZnvn8ypQlA==",
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/dolphin-components/-/dolphin-components-3.1.5.tgz",
"integrity": "sha512-ewjyf3EAlegP8vQfy46rT19PXb7rQDVycgd5g9bh04CQxW7UBm/jiMe8Mo6paVW6y7wZv3nSzQQzMG3oJzaVpQ==",
"license": "Apache-2.0",
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
@ -5747,14 +5747,14 @@
"license": "MIT"
},
"node_modules/vue-tsc": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.2.3.tgz",
"integrity": "sha512-1RdRB7rQXGFMdpo0aXf9spVzWEPGAk7PEb/ejHQwVrcuQA/HsGiixIc3uBQeqY2YjeEEgvr2ShQewBgcN4c1Cw==",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.2.4.tgz",
"integrity": "sha512-xj3YCvSLNDKt1iF9OcImWHhmYcihVu9p4b9s4PGR/qp6yhW+tZJaypGxHScRyOrdnHvaOeF+YkZOdKwbgGvp5g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@volar/typescript": "2.4.27",
"@vue/language-core": "3.2.3"
"@vue/language-core": "3.2.4"
},
"bin": {
"vue-tsc": "bin/vue-tsc.js"

View File

@ -19,8 +19,8 @@
"lint:fix": "eslint src --fix"
},
"dependencies": {
"axios": "^1.13.2",
"dolphin-components": "^3.1.4",
"axios": "^1.13.3",
"dolphin-components": "^3.1.5",
"echarts": "^6.0.0",
"nepali-date-library": "^1.1.12",
"pinia": "^3.0.4",
@ -44,6 +44,6 @@
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "^8.0.5",
"vue-tsc": "^3.2.3"
"vue-tsc": "^3.2.4"
}
}