This commit is contained in:
2021-06-18 21:31:02 +00:00
parent af4301a0ec
commit f9cf70b264
3 changed files with 1519 additions and 1552 deletions

View File

@@ -382,7 +382,9 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: wo completion list CURRENTLY DOING:
update all dependencies front and back
todo 3: signature: report helper display signature and form ui control to capture /display signature todo 3: signature: report helper display signature and form ui control to capture /display signature
for both tech and customer for both tech and customer

3035
ayanova/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,37 +20,37 @@
"@fortawesome/vue-fontawesome": "^2.0.2", "@fortawesome/vue-fontawesome": "^2.0.2",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
"chartjs-adapter-luxon": "^0.2.2", "chartjs-adapter-luxon": "^0.2.2",
"core-js": "^3.11.0", "core-js": "^3.14.0",
"dompurify": "^2.2.7", "dompurify": "^2.2.9",
"fontsource-roboto": "^3.1.5", "fontsource-roboto": "^3.1.5",
"github-markdown-css": "^4.0.0", "github-markdown-css": "^4.0.0",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"luxon": "^1.26.0", "luxon": "^1.27.0",
"marked": "^1.2.9", "marked": "^1.2.9",
"monaco-editor": "^0.21.3", "monaco-editor": "^0.21.3",
"monaco-editor-webpack-plugin": "^2.1.0", "monaco-editor-webpack-plugin": "^2.1.0",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"register-service-worker": "^1.7.2", "register-service-worker": "^1.7.2",
"vue": "^2.6.12", "vue": "^2.6.14",
"vue-chartjs": "^3.5.1", "vue-chartjs": "^3.5.1",
"vue-currency-input": "1.20.3", "vue-currency-input": "1.20.3",
"vue-router": "^3.5.1", "vue-router": "^3.5.1",
"vue-signature": "^2.5.1", "vue-signature": "^2.5.1",
"vuetify": "^2.4.11", "vuetify": "^2.5.4",
"vuex": "^3.6.2", "vuex": "^3.6.2",
"vuex-persistedstate": "^2.7.1" "vuex-persistedstate": "^2.7.1"
}, },
"devDependencies": { "devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.5", "@cypress/webpack-preprocessor": "^4.1.5",
"@vue/cli-plugin-babel": "^4.5.12", "@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-e2e-cypress": "^4.5.12", "@vue/cli-plugin-e2e-cypress": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.12", "@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.12", "@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.12", "@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-vuex": "^4.5.12", "@vue/cli-plugin-vuex": "^4.5.13",
"@vue/cli-service": "^4.5.12", "@vue/cli-service": "^4.5.13",
"@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.1.4", "@vue/test-utils": "^1.2.1",
"babel-core": "6.26.3", "babel-core": "6.26.3",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
@@ -59,10 +59,10 @@
"eslint-plugin-vue": "^6.2.2", "eslint-plugin-vue": "^6.2.2",
"fibers": "^4.0.3", "fibers": "^4.0.3",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"sass": "^1.32.11", "sass": "^1.35.1",
"sass-loader": "^8.0.2", "sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.4.0", "vue-cli-plugin-vuetify": "^2.4.1",
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.2", "vuetify-loader": "^1.7.2",
"webpack": "^4.46.0", "webpack": "^4.46.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"