Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit d3ce530

Browse files
committed
update to 1.3.0
1 parent 2a45b01 commit d3ce530

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-helpdev-storyblok",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Storyblok components for HelpDev websites",
55
"author": "HelpDev",
66
"scripts": {
@@ -18,6 +18,8 @@
1818
"nuxt": "^2.15.8",
1919
"nuxt-i18n": "^6.28.1",
2020
"simple-icons": "^4.19.0",
21+
"storyblok-nuxt": "1.3.1",
22+
"storyblok-nuxt-routes": "^1.3.0-beta.4",
2123
"vue": "^2.6.14",
2224
"vue-tailwind": "^2.5.1",
2325
"vuex": "3.6.2"

yarn.lock

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3909,6 +3909,13 @@ autoprefixer@^9.6.1, autoprefixer@^9.8.6:
39093909
postcss "^7.0.32"
39103910
postcss-value-parser "^4.1.0"
39113911

3912+
axios@^0.21.1:
3913+
version "0.21.4"
3914+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
3915+
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
3916+
dependencies:
3917+
follow-redirects "^1.14.0"
3918+
39123919
babel-core@^7.0.0-bridge.0:
39133920
version "7.0.0-bridge.0"
39143921
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
@@ -6493,6 +6500,11 @@ flush-write-stream@^1.0.0:
64936500
inherits "^2.0.3"
64946501
readable-stream "^2.3.6"
64956502

6503+
follow-redirects@^1.14.0:
6504+
version "1.15.0"
6505+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4"
6506+
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
6507+
64966508
for-in@^1.0.2:
64976509
version "1.0.2"
64986510
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -10843,6 +10855,11 @@ prepend-http@^1.0.0:
1084310855
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
1084410856
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
1084510857

10858+
prettier@^2.5.1:
10859+
version "2.6.2"
10860+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
10861+
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
10862+
1084610863
pretty-bytes@^5.6.0:
1084710864
version "5.6.0"
1084810865
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
@@ -11780,6 +11797,11 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
1178011797
hash-base "^3.0.0"
1178111798
inherits "^2.0.1"
1178211799

11800+
rollup-plugin-mjs-entry@^0.1.1:
11801+
version "0.1.1"
11802+
resolved "https://registry.yarnpkg.com/rollup-plugin-mjs-entry/-/rollup-plugin-mjs-entry-0.1.1.tgz#b3ab47e8d49ddb1916e36ba2480dc8a62a22d533"
11803+
integrity sha512-uii0Txyrn4YCgP++fypLqsT3LgO3Fx0gAZLZlWRSwKCuZ+bdSzAzdVbJFATmCHcBNlO61i65EgemOVdVQYONHA==
11804+
1178311805
rsvp@^4.8.4:
1178411806
version "4.8.5"
1178511807
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
@@ -12358,6 +12380,42 @@ store2@^2.12.0:
1235812380
resolved "https://registry.yarnpkg.com/store2/-/store2-2.13.1.tgz#fae7b5bb9d35fc53dc61cd262df3abb2f6e59022"
1235912381
integrity sha512-iJtHSGmNgAUx0b/MCS6ASGxb//hGrHHRgzvN+K5bvkBTN7A9RTpPSf1WSp+nPGvWCJ1jRnvY7MKnuqfoi3OEqg==
1236012382

12383+
storyblok-js-client@^3.3.1:
12384+
version "3.3.1"
12385+
resolved "https://registry.yarnpkg.com/storyblok-js-client/-/storyblok-js-client-3.3.1.tgz#459eee7a581d5f3fc12156a428f1b3195201bb06"
12386+
integrity sha512-aVLYjAcXlsy4WuFLWJTci2Z5RTAxU5mW1jCZkNztXAqIsxlTqPfjYNGVjZXi0MJjvBcRHXUMN+6IpEnUEQ2azQ==
12387+
dependencies:
12388+
qs "^6.9.4"
12389+
12390+
storyblok-js-client@^4.1.3:
12391+
version "4.5.2"
12392+
resolved "https://registry.yarnpkg.com/storyblok-js-client/-/storyblok-js-client-4.5.2.tgz#f93ae4822fd5710737a516d474a5dd40ee80b96c"
12393+
integrity sha512-86On+EyREZdbTcYTV+0dRQ1E4Gy0hPWs43MxK5VOv6DRwbf1A7haXq6dUL8nm9i5+xgOB0GLJW0f3B9CHbq4sQ==
12394+
dependencies:
12395+
prettier "^2.5.1"
12396+
rollup-plugin-mjs-entry "^0.1.1"
12397+
12398+
storyblok-nuxt-routes@^1.3.0-beta.4:
12399+
version "1.3.0-beta.4"
12400+
resolved "https://registry.yarnpkg.com/storyblok-nuxt-routes/-/storyblok-nuxt-routes-1.3.0-beta.4.tgz#f4b656f6c485c3d583675aa07f7ff1509585ccff"
12401+
integrity sha512-wo94TA7LgDnRYgdMtT8leX3dDeSENDIVavleZSOsfldsJgQXXq4hLKLeIGAywfQNjn39hHTshTBytaGRUAMzrw==
12402+
dependencies:
12403+
storyblok-js-client "^4.1.3"
12404+
12405+
12406+
version "1.3.1"
12407+
resolved "https://registry.yarnpkg.com/storyblok-nuxt/-/storyblok-nuxt-1.3.1.tgz#7dc366b17d138d4086e008482b027d8ccdbd760a"
12408+
integrity sha512-vFSDgcwmua859hLwx1EarzhwSNZNBB9CxnuS2vZwva6pqWWvymrvLhzKEh1bPYQGPwcsPtq4j4ZlFgtiIfSN7Q==
12409+
dependencies:
12410+
axios "^0.21.1"
12411+
storyblok-js-client "^3.3.1"
12412+
storyblok-vue "^1.0.5"
12413+
12414+
storyblok-vue@^1.0.5:
12415+
version "1.0.5"
12416+
resolved "https://registry.yarnpkg.com/storyblok-vue/-/storyblok-vue-1.0.5.tgz#c9a82cc5be45c9c5af7d48477e69e207d60b5f38"
12417+
integrity sha512-xWnI7CY7DN+NBbG5PvdJ7cEDCjMSroIvppBfSYiM3HePoXiZSJ8X/CaLezJct2OxtchsArpbY/ZxghBseZCqtQ==
12418+
1236112419
stream-browserify@^2.0.1:
1236212420
version "2.0.2"
1236312421
resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"

0 commit comments

Comments
 (0)