Skip to content

Commit

Permalink
Merge pull request #170 from nc2U/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
nc2U committed Oct 4, 2023
2 parents 74c7654 + 87645dc commit dd64eaa
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 315 deletions.
52 changes: 26 additions & 26 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
},
"dependencies": {
"@coreui/chartjs": "^3.1.2",
"@coreui/coreui": "^4.3.0",
"@coreui/coreui": "^4.3.2",
"@coreui/icons": "^3.0.1",
"@coreui/icons-vue": "^2.0.0",
"@coreui/utils": "^2.0.2",
"@coreui/vue": "^4.10.0",
"@coreui/vue": "^4.10.1",
"@coreui/vue-chartjs": "^2.1.0",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@fullcalendar/vue3": "^6.1.8",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@fullcalendar/vue3": "^6.1.9",
"@mdi/font": "^7.2.96",
"@vueform/multiselect": "^2.6.2",
"@vuepic/vue-datepicker": "^6.0.3",
"@vuepic/vue-datepicker": "^6.1.0",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^10.4.1",
"axios": "^1.5.0",
"axios": "^1.5.1",
"buffer": "^6.0.3",
"core-js": "^3.32.1",
"core-js": "^3.33.0",
"js-cookie": "^3.0.5",
"maska": "^2.1.10",
"mosha-vue-toastify": "^1.0.23",
Expand All @@ -48,43 +48,43 @@
"vue": "^3.3.4",
"vue-advanced-cropper": "^2.8.8",
"vue-fullscreen": "^2.6.1",
"vue-router": "^4.2.4",
"vuetify": "^3.3.15",
"vue-router": "^4.2.5",
"vuetify": "^3.3.20",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.1",
"@types/js-cookie": "^3.0.3",
"@types/jsdom": "^21.1.2",
"@types/node": "^18.17.14",
"@types/nprogress": "^0.2.0",
"@types/sanitize-html": "^2.9.0",
"@rushstack/eslint-patch": "^1.5.1",
"@tsconfig/node18": "^18.2.2",
"@types/js-cookie": "^3.0.4",
"@types/jsdom": "^21.1.3",
"@types/node": "^18.18.3",
"@types/nprogress": "^0.2.1",
"@types/sanitize-html": "^2.9.1",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"cypress": "^12.17.4",
"eslint": "^8.48.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint": "^8.50.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"json5": "^2.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"sanitize-html": "^2.11.0",
"sass": "^1.66.1",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.1",
"typescript": "~5.1.6",
"vite": "^4.4.9",
"vite": "^4.4.10",
"vite-plugin-vuetify": "^1.0.2",
"vitepress": "1.0.0-rc.4",
"vitest": "^0.33.0",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.15"
}
}
Loading

0 comments on commit dd64eaa

Please sign in to comment.