Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Jun 24, 2024
1 parent 51246f2 commit 652bc5e
Show file tree
Hide file tree
Showing 2 changed files with 699 additions and 744 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adam-admin",
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.3.1",
"license": "Apache-2.0",
"version": "0.0.1",
"scripts": {
Expand All @@ -21,60 +21,60 @@
"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-alpha49",
"@anzusystems/common-admin": "1.47.0-beta.3",
"@mdi/font": "7.4.47",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "10.9.0",
"@vueuse/integrations": "10.9.0",
"axios": "^1.6.8",
"cropperjs": "^1.6.1",
"@vueuse/core": "10.11.0",
"@vueuse/integrations": "10.11.0",
"axios": "^1.7.2",
"cropperjs": "^1.6.2",
"jwt-decode": "^4.0.0",
"pinia": "^2.1.7",
"rusha": "^0.8.14",
"socket.io-client": "^4.7.5",
"sortablejs": "^1.15.2",
"universal-cookie": "^7.1.4",
"uuid": "^9.0.1",
"vue": "3.4.21",
"vue-i18n": "^9.12.0",
"vue-router": "^4.3.0",
"vuetify": "^3.5.15"
"uuid": "^10.0.0",
"vue": "3.4.30",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0",
"vuetify": "^3.6.10"
},
"devDependencies": {
"@cypress/grep": "^4.0.1",
"@cypress/grep": "^4.0.2",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@rushstack/eslint-patch": "^1.10.2",
"@stylistic/eslint-plugin": "^1.7.0",
"@rushstack/eslint-patch": "^1.10.3",
"@stylistic/eslint-plugin": "^2.2.2",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^20.12.7",
"@types/node": "^20.14.8",
"@types/rusha": "^0.8.3",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^9.0.8",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-vue": "^5.0.4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/language-server": "^1.8.27",
"@vue/language-service": "^1.8.27",
"@vue/tsconfig": "^0.5.1",
"cypress": "^13.7.3",
"cypress-downloadfile": "1.2.3",
"cypress": "^13.12.0",
"cypress-downloadfile": "1.2.4",
"cypress-mochawesome-reporter": "^3.8.2",
"eslint": "8.57.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.24.1",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-vue": "^9.26.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"prettier": "^3.2.5",
"sass": "^1.75.0",
"stylelint": "^16.3.1",
"postcss-html": "^1.7.0",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "~5.4.5",
"vite": "^5.2.8",
"typescript": "5.4.5",
"vite": "^5.3.1",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "2.0.7"
"vue-tsc": "2.0.22"
}
}
Loading

0 comments on commit 652bc5e

Please sign in to comment.