dep 수정

This commit is contained in:
2023-09-23 17:24:30 +00:00
parent 778f189a21
commit a0c730299c
13 changed files with 479 additions and 728 deletions
+9 -8
View File
@@ -7,6 +7,7 @@
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"type-check": "vue-tsc",
"build-only": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
@@ -20,15 +21,15 @@
"@sammo/util": "workspace:^",
"@strpc/client_ky": "workspace:^",
"@strpc/def": "workspace:^",
"bootstrap": "^5.3.1",
"bootstrap": "^5.3.2",
"bootstrap-vue-next": "^0.9.26",
"bson": "^5.4.0",
"bson": "^5.5.0",
"date-fns": "^2.30.0",
"ky": "^1.0.1",
"lodash-es": "^4.17.21",
"pinia": "^2.1.4",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
@@ -38,12 +39,12 @@
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.15.1",
"prettier": "^3.0.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"vite": "^4.4.6",
"vue-tsc": "^1.8.6",
"vite": "^4.4.9",
"vue-tsc": "^1.8.13",
"zod": "^3.22.2"
},
"peerDependencies": {