Skip to content

Commit

Permalink
fix + update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Dec 19, 2024
1 parent 0b737a5 commit 77ba3b7
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 853 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"vue": "3.5.13",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0",
"vuetify": "^3.7.5"
"vuetify": "^3.7.6"
},
"devDependencies": {
"@cypress/grep": "^4.1.0",
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@stylistic/eslint-plugin": "^2.12.1",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/rusha": "^0.8.3",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^10.0.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.1",
"cypress": "^13.17.0",
"cypress-downloadfile": "1.2.4",
"cypress-mochawesome-reporter": "^3.8.2",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"npm-run-all2": "^7.0.2",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"prettier": "^3.4.2",
"sass": "^1.82.0",
"stylelint": "^16.11.0",
"sass": "^1.83.0",
"stylelint": "^16.12.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "5.5.4",
"unplugin": "^1.16.0",
"vite": "^6.0.2",
"unplugin": "^2.1.0",
"vite": "^6.0.4",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "2.1.10"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ const { showValidationError, showRecordWas, showErrorsDefault } = useAlerts()
const onConfirm = async () => {
saving.value = true
validateLicence.value.$touch()
console.log(validateLicence.value)
if (
validateLicence.value.$invalid ||
!selectedLicence.value ||
Expand Down Expand Up @@ -170,7 +169,6 @@ const onSelectedLicenceSearchChange = (value: IntegerIdNullable | IntegerId[]) =
return
}
if (isInt(value) || isNull(value)) selectedLicence.value = value
console.log(selectedLicence.value)
}
const onSelectedLicenceSearchByExtIdChange = (value: IntegerIdNullable | IntegerId[]) => {
Expand Down
Loading

0 comments on commit 77ba3b7

Please sign in to comment.