This commit is contained in:
chengdandan 2023-02-24 13:06:55 +08:00
parent 50ae7f7e6c
commit 060304ea99
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@ -6959,6 +6959,11 @@
"minimist": "^1.2.5"
}
},
"moment": {
"version": "2.29.4",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
},
"move-concurrently": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",

View File

@ -15,6 +15,7 @@
"js-cookie": "^3.0.1",
"less-loader": "^11.1.0",
"mavon-editor": "^2.6.17",
"moment": "^2.29.4",
"mqtt": "^4.3.7",
"node-sass": "^5.0.0",
"os": "^0.1.2",