Skip to content

Commit

Permalink
Fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
CKGrafico committed May 16, 2022
1 parent d20ddcf commit 9e24715
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tailwindcss/typography": "^0.5.2",
"@vue/composition-api": "^1.6.1",
"axios": "^0.27.2",
"components-helpdev-storyblok": "HelpDev/Storyblok-Components#1.2.3",
"components-helpdev-storyblok": "HelpDev/Storyblok-Components#1.3.0",
"heroicons": "^1.0.6",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/tailwindcss": "^5.0.4",
"storyblok-nuxt-routes": "^1.3.0-beta.1",
"storyblok-nuxt-routes": "^1.3.0-beta.4",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "^2.6.14"
}
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3190,9 +3190,9 @@ component-emitter@^1.2.1:
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==

components-helpdev-storyblok@HelpDev/Storyblok-Components#1.2.3:
version "1.2.0"
resolved "https://codeload.github.com/HelpDev/Storyblok-Components/tar.gz/2d216001d4ac0f423676d575ccc08591b0a7957f"
components-helpdev-storyblok@HelpDev/Storyblok-Components#1.3.0:
version "1.3.0"
resolved "https://codeload.github.com/HelpDev/Storyblok-Components/tar.gz/d3ce530857e6254719656e9ec27271c10b257e8b"
dependencies:
"@nuxtjs/svg" "^0.4.0"
"@tailwindcss/aspect-ratio" "^0.4.0"
Expand All @@ -3203,6 +3203,8 @@ components-helpdev-storyblok@HelpDev/Storyblok-Components#1.2.3:
nuxt "^2.15.8"
nuxt-i18n "^6.28.1"
simple-icons "^4.19.0"
storyblok-nuxt "1.3.1"
storyblok-nuxt-routes "^1.3.0-beta.4"
vue "^2.6.14"
vue-tailwind "^2.5.1"
vuex "3.6.2"
Expand Down Expand Up @@ -8869,14 +8871,14 @@ storyblok-js-client@^4.1.3:
prettier "^2.5.1"
rollup-plugin-mjs-entry "^0.1.1"

storyblok-nuxt-routes@^1.3.0-beta.1:
storyblok-nuxt-routes@^1.3.0-beta.4:
version "1.3.0-beta.4"
resolved "https://registry.yarnpkg.com/storyblok-nuxt-routes/-/storyblok-nuxt-routes-1.3.0-beta.4.tgz#f4b656f6c485c3d583675aa07f7ff1509585ccff"
integrity sha512-wo94TA7LgDnRYgdMtT8leX3dDeSENDIVavleZSOsfldsJgQXXq4hLKLeIGAywfQNjn39hHTshTBytaGRUAMzrw==
dependencies:
storyblok-js-client "^4.1.3"

storyblok-nuxt@^1.3.1:
storyblok-nuxt@1.3.1, storyblok-nuxt@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/storyblok-nuxt/-/storyblok-nuxt-1.3.1.tgz#7dc366b17d138d4086e008482b027d8ccdbd760a"
integrity sha512-vFSDgcwmua859hLwx1EarzhwSNZNBB9CxnuS2vZwva6pqWWvymrvLhzKEh1bPYQGPwcsPtq4j4ZlFgtiIfSN7Q==
Expand Down

0 comments on commit 9e24715

Please sign in to comment.