Skip to content

Commit 4a36041

Browse files
sethiddenMarcin Kwiatkowski
authored andcommitted
chore: update @vue-storefront packages to 2.5.6 (#740)
1 parent cde81be commit 4a36041

File tree

4 files changed

+20
-33
lines changed

4 files changed

+20
-33
lines changed

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"webpack": "4.46.0"
5050
},
5151
"peerDependencies": {
52-
"@vue-storefront/core": "~2.5.4"
52+
"@vue-storefront/core": "~2.5.6"
5353
},
5454
"files": [
5555
"lib/**/*",

packages/composables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"update:update": "ncu -u"
2929
},
3030
"dependencies": {
31-
"@vue-storefront/core": "~2.5.4",
31+
"@vue-storefront/core": "~2.5.6",
3232
"@vue-storefront/magento-api": "^1.0.0-rc.6",
3333
"@vue/composition-api": "^1.4.1",
3434
"cookie-universal": "^2.1.5",

packages/theme/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
"@nuxtjs/style-resources": "^1.2.1",
3636
"@pinia/nuxt": "^0.1.8",
3737
"@storefront-ui/vue": "^0.11.5",
38-
"@vue-storefront/cache": "^2.5.4",
39-
"@vue-storefront/core": "~2.5.4",
4038
"@vue-storefront/magento": "^1.0.0-rc.6",
4139
"@vue-storefront/middleware": "~2.5.4",
4240
"@vue-storefront/nuxt": "~2.5.4",
@@ -104,4 +102,4 @@
104102
"engines": {
105103
"node": "^16.13"
106104
}
107-
}
105+
}

yarn.lock

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4357,49 +4357,38 @@
43574357
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
43584358
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
43594359

4360-
"@vue-storefront/cache@^2.5.4":
4361-
version "2.5.5"
4362-
resolved "https://registry.yarnpkg.com/@vue-storefront/cache/-/cache-2.5.5.tgz#89fc2c64531230b2b333062106766237fbf7fc8f"
4363-
integrity sha512-NUkx1wVf8EXu4RGRaAYBa61CJ+JHgnP10V2x3ttYeFGYm95442xtZU5FKb+5rN3mW3YVLgWhM3d7uCXz+OyofA==
4360+
"@vue-storefront/cache@~2.5.6":
4361+
version "2.5.6"
4362+
resolved "https://registry.yarnpkg.com/@vue-storefront/cache/-/cache-2.5.6.tgz#77693b8f70a7187c7a30046de5ab9149958c3468"
4363+
integrity sha512-BdHXQSknFu5oDZ1XgbVL3bZUp1mLARCjX0j498GElJb3PtiE/cINfNRsJI8vBJfAoSFyjV1LNdkit2BgD9vZMQ==
43644364
dependencies:
4365-
"@vue-storefront/core" "~2.5.5"
4365+
"@vue-storefront/core" "~2.5.6"
43664366

4367-
"@vue-storefront/core@~2.5.4":
4368-
version "2.5.4"
4369-
resolved "https://registry.yarnpkg.com/@vue-storefront/core/-/core-2.5.4.tgz#214ec0d2bdc3d2f18abdc45991ac7389aa9e1044"
4370-
integrity sha512-J/zzReZ5D1pwKibFyLbcm1355L8+DKYgBms32QZ79AmscoFeRRRhnBFQHQ+DoygtxU2cKNzyMddTIocYdtEBeQ==
4367+
"@vue-storefront/core@~2.5.6":
4368+
version "2.5.6"
4369+
resolved "https://registry.yarnpkg.com/@vue-storefront/core/-/core-2.5.6.tgz#dfbfce48487a9a4a6b34576fb23d625ed0ebfada"
4370+
integrity sha512-+nJHlcUdn0hJs0lD4AdxGZzLj3GrI9wXvPw1SFR4i2q0cJDiaCyoX/13e7BuRbJOuI8Cnoe/oK+O9VWZXrvXOQ==
43714371
dependencies:
43724372
axios "0.21.1"
43734373
express "^4.17.1"
43744374
is-https "^3.0.2"
43754375
lodash-es "^4.17.15"
43764376
vue "^2.6.11"
43774377

4378-
"@vue-storefront/core@~2.5.5":
4379-
version "2.5.5"
4380-
resolved "https://registry.yarnpkg.com/@vue-storefront/core/-/core-2.5.5.tgz#c8b62d7521c4361779c9e64cbc7de8c8670ac2f6"
4381-
integrity sha512-zZFRS9l9lOngq/1qebFlAIm9nKKl/EfBXliavsqRL5FVC/ghSiDo4IU/04iufh+qIWxQbirWNEGGMQMQWZ4TtQ==
4382-
dependencies:
4383-
axios "0.21.1"
4384-
express "^4.17.1"
4385-
is-https "^3.0.2"
4386-
lodash-es "^4.17.15"
4387-
vue "^2.6.11"
4388-
4389-
"@vue-storefront/middleware@~2.5.4":
4390-
version "2.5.5"
4391-
resolved "https://registry.yarnpkg.com/@vue-storefront/middleware/-/middleware-2.5.5.tgz#a6ddd4822679fa85193a5b47266da31255d15df3"
4392-
integrity sha512-li+wP9IzGiCNA/9eYHsWaRwuOafQK++nZeSAEE16qEBvQ6YiPVxvIHcWp+xFTeeHgf5RE3ijX+j67PLGl6Xc0Q==
4378+
"@vue-storefront/middleware@~2.5.6":
4379+
version "2.5.6"
4380+
resolved "https://registry.yarnpkg.com/@vue-storefront/middleware/-/middleware-2.5.6.tgz#ab9ba8e5b3ac15bc7b24a32ab3d9de5bcf0b7c7e"
4381+
integrity sha512-mr5+8beDmOLZ30kYLr3UfI+k106tfihABkE96Pi11LQA5pR/RjAbDqCTCrvDLoHxeQGX95xeh8ee2QB6ds+p3Q==
43934382
dependencies:
43944383
consola "2.15.3"
43954384
cookie-parser "^1.4.5"
43964385
cors "^2.8.5"
43974386
express "^4.17.1"
43984387

4399-
"@vue-storefront/nuxt@~2.5.4":
4400-
version "2.5.5"
4401-
resolved "https://registry.yarnpkg.com/@vue-storefront/nuxt/-/nuxt-2.5.5.tgz#7232887304c4ddac9976673e90ab054901b928a4"
4402-
integrity sha512-rRFgg2BWC5a53XbsXquWbcZz+FshbZntMPcepdbZHtuigpkqu48/DhrXADnX7FZTCl9ZpaEUkCcKdvrRLxXPTg==
4388+
"@vue-storefront/nuxt@~2.5.6":
4389+
version "2.5.6"
4390+
resolved "https://registry.yarnpkg.com/@vue-storefront/nuxt/-/nuxt-2.5.6.tgz#52a84a2ffb5f29445e073e5295726d191cf6fd8d"
4391+
integrity sha512-Dy1+iKGwAqVPtOPLjeGVg0PDa7LJ5rQEQldc+jlAcj8gP121nP8PdiK/NDSNOFZzC39y6BGfinNJP8weDbEnYQ==
44034392
dependencies:
44044393
"@nuxt/typescript-build" "^2.0.0"
44054394
"@nuxtjs/composition-api" "^0.29.3"

0 commit comments

Comments
 (0)