обновил пакеты

This commit is contained in:
kandrusyak
2023-01-16 20:27:47 +03:00
parent 8254dbc02e
commit dc111d2984
3 changed files with 2269 additions and 1968 deletions

4234
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@vuelidate/core": "^2.0.0", "@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0", "@vuelidate/validators": "^2.0.0",
"dop-astra-ui": "^0.1.2", "dop-astra-ui": "^0.1.3",
"moment": "^2.29.4", "moment": "^2.29.4",
"vue": "^3.2.13", "vue": "^3.2.13",
"vue-router": "^4.1.5", "vue-router": "^4.1.5",

View File

@@ -8,7 +8,6 @@ import { clientsServer } from "../server.js";
import { clickOutside } from "@/shared/clickOutside"; import { clickOutside } from "@/shared/clickOutside";
import store from "./store"; import store from "./store";
import { install } from "dop-astra-ui"; import { install } from "dop-astra-ui";
import "dop-astra-ui/src/assets/css/iconfonts.css";
const AstraUI = { install }; const AstraUI = { install };