Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hornmo committed Oct 10, 2024
1 parent 92170ee commit 3202646
Show file tree
Hide file tree
Showing 8 changed files with 2,000 additions and 1,687 deletions.
3,638 changes: 1,981 additions & 1,657 deletions package-lock.json

Large diffs are not rendered by default.

31 changes: 14 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gokb-client",
"version": "1.7.1",
"version": "1.8.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -18,31 +18,28 @@
"core-js": "^3.36.1",
"jschardet": "^3.1.2",
"register-service-worker": "^1.7.2",
"v-snackbars": "^3.2.8",
"vue": "^3.4.21",
"vue-i18n": "^9.11.1",
"vue": "^3.5.11",
"vue-i18n": "^10.0.4",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.3.0",
"vuetify": "^3.6.0"
"vue-router": "^4.4.5",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@fontsource/roboto": "^5.0.12",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@testing-library/vue": "^8.0.1",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/test-utils": "^2.4.5",
"cypress": "^13.7.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"@vue/test-utils": "^2.4.6",
"cypress": "^13.15.0",
"eslint": "^9.12.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.24.1",
"eslint-plugin-vuetify": "^2.3.0",
"sass": "1.74.1",
"vite": "^5.3.4",
"vite-plugin-pwa": "^0.20.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^9.28.0",
"sass": "1.79.4",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vuetify": "^2.0.3",
"vue-eslint-parser": "^9.4.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@
import BaseComponent from '@/shared/components/base-component'
import accountModel from '@/shared/models/account-model'
import tippServices from '@/shared/services/tipp-services'
import VSnackbars from 'v-snackbars'
import { EDIT_TITLE_ROUTE, EDIT_TIPP_ROUTE } from '@/router/route-paths'
const URL_REGEX = /^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\\+.~#?&//=]*)/
Expand All @@ -509,7 +508,6 @@
export default {
name: 'GokbAddTitlePopup',
components: { VSnackbars },
extends: BaseComponent,
emits: ['update:model-value', 'edit', 'add'],
props: {
Expand Down
4 changes: 1 addition & 3 deletions src/views/edit/edit-package-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@
import providerServices from '@/shared/services/provider-services'
import sourceServices from '@/shared/services/source-services'
import loading from '@/shared/models/loading'
import VSnackbars from 'v-snackbars'
const ROWS_PER_PAGE = 10
Expand Down Expand Up @@ -771,8 +770,7 @@
GokbMaintenanceCycleField,
GokbAlternateNamesSection,
GokbConfirmationPopup,
GokbEditJobPopup,
VSnackbars
GokbEditJobPopup
},
extends: BaseComponent,
props: {
Expand Down
3 changes: 1 addition & 2 deletions src/views/edit/edit-provider-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,10 @@
import searchServices from '@/shared/services/search-services'
import accountModel from '@/shared/models/account-model'
import loading from '@/shared/models/loading'
import VSnackbars from 'v-snackbars'
export default {
name: 'EditProviderView',
components: { GokbErrorComponent, GokbCuratoryGroupSection, GokbAlternateNamesSection, VSnackbars },
components: { GokbErrorComponent, GokbCuratoryGroupSection, GokbAlternateNamesSection },
extends: BaseComponent,
props: {
id: {
Expand Down
3 changes: 1 addition & 2 deletions src/views/edit/edit-tipp-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -581,11 +581,10 @@
import tippServices from '@/shared/services/tipp-services'
import accountModel from '@/shared/models/account-model'
import loading from '@/shared/models/loading'
import VSnackbars from 'v-snackbars'
export default {
name: 'EditTippView',
components: { GokbErrorComponent, VSnackbars },
components: { GokbErrorComponent },
extends: BaseComponent,
props: {
id: {
Expand Down
3 changes: 1 addition & 2 deletions src/views/edit/edit-title-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -485,11 +485,10 @@
import accountModel from '@/shared/models/account-model'
import { EDIT_PROVIDER_ROUTE } from '@/router/route-paths'
import loading from '@/shared/models/loading'
import VSnackbars from 'v-snackbars'
export default {
name: 'EditTitleView',
components: { GokbErrorComponent, GokbAlternateNamesSection, VSnackbars },
components: { GokbErrorComponent, GokbAlternateNamesSection },
extends: BaseComponent,
props: {
id: {
Expand Down
3 changes: 1 addition & 2 deletions src/views/search/base-search-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,12 @@
import GokbConfirmationPopup from '@/shared/popups/gokb-confirmation-popup'
import selection from '@/shared/models/selection'
import accountModel from '@/shared/models/account-model'
import VSnackbars from 'v-snackbars'
const ROWS_PER_PAGE = 10
export default {
name: 'BaseSearch',
components: { GokbErrorComponent, GokbConfirmationPopup, VSnackbars },
components: { GokbErrorComponent, GokbConfirmationPopup },
extends: BaseComponent,
props: {
initRefresh: {
Expand Down

0 comments on commit 3202646

Please sign in to comment.