Skip to content

Commit

Permalink
fix(vue-qrcode-reader): switch to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Sep 13, 2022
1 parent f2265c1 commit 47e097d
Show file tree
Hide file tree
Showing 5 changed files with 404 additions and 402 deletions.
16 changes: 8 additions & 8 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"dependencies": {
"@dargmuesli/nuxt-cookie-control": "1.9.9",
"@dargmuesli/vue-qrcode-reader": "3.1.0-vue3-compatibility.2",
"@http-util/status-i18n": "0.6.2",
"@nuxtjs/color-mode": "3.1.5",
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge@8.0.0-alpha.0-27694154.4d62fb4",
Expand Down Expand Up @@ -87,7 +88,6 @@
"vue-croppa": "1.3.8",
"vue-datetime": "1.0.0-beta.14",
"vue-i18n": "9.2.2",
"vue-qrcode-reader": "3.1.0-vue3-compatibility.2",
"weekstart": "1.1.0"
},
"devDependencies": {
Expand All @@ -109,10 +109,10 @@
"@nuxtjs/moment": "1.6.1",
"@nuxtjs/storybook": "4.1.1",
"@rollup/plugin-graphql": "1.1.0",
"@storybook/addon-a11y": "6.5.10",
"@storybook/components": "6.5.10",
"@storybook/core-events": "6.5.10",
"@storybook/theming": "6.5.10",
"@storybook/addon-a11y": "6.5.11",
"@storybook/components": "6.5.11",
"@storybook/core-events": "6.5.11",
"@storybook/theming": "6.5.11",
"@tiptap/core": "2.0.0-beta.194",
"@types/cookie": "0.5.1",
"@types/dompurify": "2.3.4",
Expand All @@ -123,7 +123,7 @@
"@types/lodash-es": "4.17.6",
"@types/luxon": "1.27.1",
"@types/mustache": "4.2.1",
"@types/node": "18.7.16",
"@types/node": "18.7.17",
"@types/pg": "8.6.5",
"@types/vue-datetime": "1.0.1",
"@types/vue-moment": "4.0.3",
Expand All @@ -136,7 +136,7 @@
"chalk": "5.0.1",
"cross-env": "7.0.3",
"css-loader": "5.2.7",
"eslint": "8.23.0",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-nuxt": "4.0.0",
Expand All @@ -147,7 +147,7 @@
"jest": "29.0.3",
"lint-staged": "13.0.3",
"mockdate": "3.0.5",
"msw": "0.47.1",
"msw": "0.47.2",
"msw-storybook-addon": "1.6.3",
"nuxt": "3.0.0-rc.9",
"postcss": "8.4.16",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ export default defineComponent({
QrCodeStream: () => {
if (process.server) return
// @ts-ignore
return import('vue-qrcode-reader/src/components/QrcodeStream.vue')
return import(
'@dargmuesli/vue-qrcode-reader/src/components/QrcodeStream.vue'
)
},
},
setup() {
Expand Down
Loading

0 comments on commit 47e097d

Please sign in to comment.