Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Dec 29, 2023
1 parent b29e490 commit 88e3ae4
Show file tree
Hide file tree
Showing 2 changed files with 933 additions and 266 deletions.
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
"cy:open": "CYPRESS_CACHE_FOLDER='node_modules/.cache/Cypress' yarn cypress open -C cypress/config/cypress.config.ts"
},
"dependencies": {
"@anzusystems/common-admin": "1.40.0-alpha29",
"@mdi/font": "7.3.67",
"@anzusystems/common-admin": "1.40.0-alpha31",
"@mdi/font": "7.4.47",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "10.7.0",
"@vueuse/integrations": "10.7.0",
"axios": "^1.6.2",
"@vueuse/core": "10.7.1",
"@vueuse/integrations": "10.7.1",
"axios": "^1.6.3",
"cropperjs": "^1.6.1",
"jwt-decode": "^4.0.0",
"pinia": "^2.1.7",
"rusha": "^0.8.14",
"sortablejs": "^1.15.1",
"universal-cookie": "^6.1.1",
"uuid": "^9.0.1",
"vue": "^3.3.13",
"vue": "^3.4.0",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"vuetify": "^3.4.8"
"vuetify": "^3.4.9"
},
"devDependencies": {
"@cypress/grep": "^4.0.1",
Expand All @@ -50,28 +50,30 @@
"@types/rusha": "^0.8.3",
"@types/sortablejs": "^1.15.7",
"@types/uuid": "^9.0.7",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/eslint-config-prettier": "^8.0.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-vue": "^5.0.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/language-server": "^1.8.27",
"@vue/language-service": "^1.8.27",
"@vue/tsconfig": "^0.5.1",
"cypress": "^13.6.1",
"cypress": "^13.6.2",
"cypress-downloadfile": "1.2.3",
"cypress-mochawesome-reporter": "^3.7.0",
"cypress-mochawesome-reporter": "^3.8.0",
"eslint": "8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.19.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.32",
"postcss-html": "^1.5.0",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"stylelint": "^16.0.2",
"sass": "^1.69.6",
"stylelint": "^16.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^12.0.0",
"typescript": "~5.3.3",
"vite": "^5.0.10",
"vite-plugin-vuetify": "^2.0.1",
"vue-tsc": "1.8.25"
"vue-tsc": "1.8.27"
}
}
Loading

0 comments on commit 88e3ae4

Please sign in to comment.