Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Dec 4, 2024
1 parent 8d4cd10 commit b58e03a
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 125 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"cy:open": "CYPRESS_CACHE_FOLDER='node_modules/.cache/Cypress' yarn cypress open -C cypress/config/cypress.config.ts"
},
"dependencies": {
"@anzusystems/common-admin": "1.47.0-beta.103",
"@anzusystems/common-admin": "1.47.0-beta.107",
"@mdi/font": "7.4.47",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "12.0.0",
"@vueuse/integrations": "12.0.0",
"axios": "^1.7.8",
"axios": "^1.7.9",
"cropperjs": "^1.6.2",
"jwt-decode": "^4.0.0",
"pinia": "^2.2.8",
"pinia": "^2.3.0",
"rusha": "^0.8.14",
"socket.io-client": "^4.8.1",
"sortablejs": "^1.15.6",
Expand All @@ -39,7 +39,7 @@
"vue": "3.5.13",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0",
"vuetify": "^3.7.4"
"vuetify": "^3.7.5"
},
"devDependencies": {
"@cypress/grep": "^4.1.0",
Expand All @@ -55,22 +55,22 @@
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/language-server": "2.1.10",
"@vue/tsconfig": "^0.5.1",
"cypress": "^13.16.0",
"cypress": "^13.16.1",
"cypress-downloadfile": "1.2.4",
"cypress-mochawesome-reporter": "^3.8.2",
"eslint": "9.15.0",
"eslint-plugin-vue": "^9.31.0",
"eslint": "9.16.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"prettier": "^3.4.1",
"sass": "^1.81.0",
"prettier": "^3.4.2",
"sass": "^1.82.0",
"stylelint": "^16.11.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "5.5.4",
"unplugin": "^1.16.0",
"vite": "^6.0.1",
"vite": "^6.0.2",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "2.1.10"
}
Expand Down
Loading

0 comments on commit b58e03a

Please sign in to comment.