Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Dec 14, 2023
1 parent 480020d commit 8f451d1
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 412 deletions.
18 changes: 9 additions & 9 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.40.0-alpha11",
"@anzusystems/common-admin": "1.40.0-alpha17",
"@mdi/font": "7.3.67",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
Expand All @@ -38,17 +38,17 @@
"vue": "^3.3.11",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"vuetify": "^3.4.6"
"vuetify": "^3.4.7"
},
"devDependencies": {
"@cypress/grep": "^4.0.1",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@rushstack/eslint-patch": "^1.6.0",
"@types/node": "^18.19.3",
"@types/node": "^20.10.4",
"@types/rusha": "^0.8.3",
"@types/sortablejs": "^1.15.7",
"@types/uuid": "^9.0.7",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand All @@ -64,12 +64,12 @@
"postcss-html": "^1.5.0",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint": "^16.0.2",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-config-standard-scss": "^12.0.0",
"typescript": "^4.9.5",
"vite": "^5.0.7",
"vite-plugin-vuetify": "^1.0.2",
"vite": "^5.0.9",
"vite-plugin-vuetify": "^2.0.1",
"vue-tsc": "1.8.25"
}
}
Loading

0 comments on commit 8f451d1

Please sign in to comment.