update deps

This commit is contained in:
2025-06-17 18:08:07 +08:00
parent 33edb6f86f
commit 81e35c488b
2 changed files with 20 additions and 20 deletions

32
package-lock.json generated
View File

@@ -13,15 +13,15 @@
"@vueuse/core": "^13.3.0",
"@wangeditor-next/editor": "^5.6.34",
"@wangeditor-next/editor-for-vue": "^5.1.14",
"axios": "^1.9.0",
"axios": "^1.10.0",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.9",
"chart.js": "^4.5.0",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"date-fns": "^4.1.0",
"highlight.js": "^11.11.1",
"md-editor-v3": "^5.7.0",
"naive-ui": "^2.41.1",
"naive-ui": "^2.42.0",
"normalize.css": "^8.0.1",
"pinia": "^3.0.3",
"vue": "^3.5.16",
@@ -32,7 +32,7 @@
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^24.0.1",
"@types/node": "^24.0.3",
"@vitejs/plugin-vue": "^5.2.4",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
@@ -2015,9 +2015,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.0.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.1.tgz",
"integrity": "sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==",
"version": "24.0.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz",
"integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2572,9 +2572,9 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"node_modules/axios": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
"integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz",
"integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
@@ -2727,9 +2727,9 @@
}
},
"node_modules/chart.js": {
"version": "4.4.9",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.9.tgz",
"integrity": "sha512-EyZ9wWKgpAU0fLJ43YAEIF8sr5F2W3LqbS40ZJyHIner2lY14ufqv2VMp69MAiZ2rpwxEUxEhIH/0U3xyRynxg==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.0.tgz",
"integrity": "sha512-aYeC/jDgSEx8SHWZvANYMioYMZ2KX02W6f6uVfyteuCGcadDLcYVHdfdygsTQkQ4TKn5lghoojAsPj5pu0SnvQ==",
"license": "MIT",
"dependencies": {
"@kurkle/color": "^0.3.0"
@@ -4103,9 +4103,9 @@
"license": "MIT"
},
"node_modules/naive-ui": {
"version": "2.41.1",
"resolved": "https://registry.npmjs.org/naive-ui/-/naive-ui-2.41.1.tgz",
"integrity": "sha512-TRv+GSCHnlbpiTJoz1xS1/l6Vn9/refjzJ6vFfXLuvBkSLB7ow6ERuLf2AQOqUrFSdM542EBJjoK1iM1S6X2lA==",
"version": "2.42.0",
"resolved": "https://registry.npmjs.org/naive-ui/-/naive-ui-2.42.0.tgz",
"integrity": "sha512-c7cXR2YgOjgtBadXHwiWL4Y0tpGLAI5W5QzzHksOi22iuHXoSGMAzdkVTGVPE/PM0MSGQ/JtUIzCx2Y0hU0vTQ==",
"license": "MIT",
"dependencies": {
"@css-render/plugin-bem": "^0.15.14",

View File

@@ -15,15 +15,15 @@
"@vueuse/core": "^13.3.0",
"@wangeditor-next/editor": "^5.6.34",
"@wangeditor-next/editor-for-vue": "^5.1.14",
"axios": "^1.9.0",
"axios": "^1.10.0",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.9",
"chart.js": "^4.5.0",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"date-fns": "^4.1.0",
"highlight.js": "^11.11.1",
"md-editor-v3": "^5.7.0",
"naive-ui": "^2.41.1",
"naive-ui": "^2.42.0",
"normalize.css": "^8.0.1",
"pinia": "^3.0.3",
"vue": "^3.5.16",
@@ -34,7 +34,7 @@
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^24.0.1",
"@types/node": "^24.0.3",
"@vitejs/plugin-vue": "^5.2.4",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",