Skip to content

Commit

Permalink
update deps, new version
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Oct 9, 2023
1 parent f410c7e commit 42fc079
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 54 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.26.0](https://github.com/anzusystems/common-admin/compare/1.26.0...1.27.0) (2023-10-03)

### Features
* **chore:** updated dependencies
* **utils:** added `stringIsValidEmail` helper function

### BREAKING CHANGES
* **dependencies:** new required versions:
* `@vueuse/[email protected]`
* `@vueuse/[email protected]`

## [1.26.0](https://github.com/anzusystems/common-admin/compare/1.25.0...1.26.0) (2023-10-03)

### Features
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"./styles": "./dist/style.css",
"./*": "./*"
},
"version": "1.26.0",
"version": "1.27.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -38,9 +38,9 @@
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@kyvg/vue3-notification": "^3.0.2",
"@mdi/font": "^7.2.96",
"@mdi/font": "^7.3.67",
"@rushstack/eslint-patch": "^1.5.1",
"@types/node": "^18.18.3",
"@types/node": "^18.18.4",
"@types/sortablejs": "^1.15.3",
"@types/webfontloader": "^1.6.35",
"@typescript-eslint/parser": "^6.7.4",
Expand All @@ -52,11 +52,11 @@
"@vue/tsconfig": "0.1.3",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.4.1",
"@vueuse/integrations": "^10.4.1",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"axios": "1.5.1",
"dayjs": "1.11.10",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-plugin-vue": "9.17.0",
"flatpickr": "^4.6.13",
"npm-run-all": "^4.1.5",
Expand All @@ -80,15 +80,15 @@
"vue-flatpickr-component": "^11.0.3",
"vue-i18n": "9.5.0",
"vue-router": "4.2.5",
"vue-tsc": "1.8.15",
"vue-tsc": "1.8.18",
"vuetify": "3.3.20",
"webfontloader": "^1.6.28"
},
"peerDependencies": {
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/core": "10.4.1",
"@vueuse/integrations": "10.4.1",
"@vueuse/core": "10.5.0",
"@vueuse/integrations": "10.5.0",
"axios": "1.5.1",
"dayjs": "1.11.10",
"flatpickr": "4.6.13",
Expand Down
Loading

0 comments on commit 42fc079

Please sign in to comment.