Skip to content

Commit

Permalink
Feature/acl fixes (#184)
Browse files Browse the repository at this point in the history
legacy fix
  • Loading branch information
volarname authored Jul 2, 2024
1 parent cc3ae66 commit b6a5ab4
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 613 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"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.11",
"@anzusystems/common-admin": "1.47.0-beta.12",
"@mdi/font": "7.4.47",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
Expand All @@ -42,7 +42,7 @@
"vuetify": "^3.6.10"
},
"devDependencies": {
"@cypress/grep": "^4.0.2",
"@cypress/grep": "^4.1.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@rushstack/eslint-patch": "^1.10.3",
"@stylistic/eslint-plugin": "^2.3.0",
Expand All @@ -51,19 +51,19 @@
"@types/rusha": "^0.8.3",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/parser": "^7.15.0",
"@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.12.0",
"cypress": "^13.13.0",
"cypress-downloadfile": "1.2.4",
"cypress-mochawesome-reporter": "^3.8.2",
"eslint": "8.57.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue": "^9.27.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.39",
"postcss-html": "^1.7.0",
Expand Down
Loading

0 comments on commit b6a5ab4

Please sign in to comment.