Skip to content

Commit

Permalink
chore(deps): update framework7 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 90db84f commit 0ecc330
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 34 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"defu": "3.2.2",
"framework7": "^5.7.14",
"framework7-icons": "^3.0.1",
"framework7-vue": "^5.7.14",
"framework7": "^6.3.16",
"framework7-icons": "^5.0.5",
"framework7-vue": "^6.3.16",
"less": "^4.1.0",
"less-loader": "^6",
"upath": "^2.0.1"
Expand Down
77 changes: 46 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3932,12 +3932,12 @@ dom-serializer@0:
domelementtype "^2.0.1"
entities "^2.0.0"

dom7@^2.1.5:
version "2.1.5"
resolved "https://registry.yarnpkg.com/dom7/-/dom7-2.1.5.tgz#a79411017800b31d8400070cdaebbfc92c1f6377"
integrity sha512-xnhwVgyOh3eD++/XGtH+5qBwYTgCm0aW91GFgPJ3XG+jlsRLyJivnbP0QmUBFhI+Oaz9FV0s7cxgXHezwOEBYA==
dom7@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/dom7/-/dom7-3.0.0.tgz#b861ce5d67a6becd7aaa3ad02942ff14b1240331"
integrity sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==
dependencies:
ssr-window "^2.0.0"
ssr-window "^3.0.0-alpha.1"

domain-browser@^1.1.1:
version "1.2.0"
Expand Down Expand Up @@ -4834,25 +4834,27 @@ fragment-cache@^0.2.1:
dependencies:
map-cache "^0.2.2"

framework7-icons@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/framework7-icons/-/framework7-icons-3.0.1.tgz#2fdb558c3c0755a97fccdd3412dda05ed1d50a27"
integrity sha512-nb+4T//4gyWHUE85szKUm2JlMe/yA1ACW73qzF1EI76r2vkeaKOQ36P8/nwrmUQ2bKyojGQ2gVF0ar7XkaKiog==
framework7-icons@^5.0.5:
version "5.0.5"
resolved "https://registry.yarnpkg.com/framework7-icons/-/framework7-icons-5.0.5.tgz#a067709755054c69c22318de94c92bca40f3a908"
integrity sha512-bvHMLyujV9TFuudehd3ORZ/EvNp19Ir3ckVzYAOf3MkLymHba/9oHLsgopCh0x5UsrYZUpkrE+fd7ggj5y4wRw==

framework7-vue@^5.7.14:
version "5.7.14"
resolved "https://registry.yarnpkg.com/framework7-vue/-/framework7-vue-5.7.14.tgz#824d71d29ac681d8ad5f40ea70bb3107c2d641b2"
integrity sha512-vlWBT6YvRxzgU+ZNBhcEDEJoXjS5Jk3kqnY53nsSsOidrbftnMT7G6wG9cgt0yv7J1HrcwfZi/scS6UpsT2FLw==
framework7-vue@^6.3.16:
version "6.3.16"
resolved "https://registry.yarnpkg.com/framework7-vue/-/framework7-vue-6.3.16.tgz#15b50f0fb2d917f60e82932a0feca009ef968818"
integrity sha512-AUWSYPxH5hyTHk/tq+HqxeAMwbG9xTUijKMCVLeWTbMBGzhjBDvqPBeCDpkexcjG1AW9eyCaJl5GsFtFqSx+7w==

framework7@^5.7.14:
version "5.7.14"
resolved "https://registry.yarnpkg.com/framework7/-/framework7-5.7.14.tgz#ee7b9f6e75cc34f05999b572071ec9c63597ee71"
integrity sha512-NGUXYDkYmxxJV65UdSr77yOWO2XJA1WVTG8E+QU98vc9gCqjudFPxhdaJmQzwcz7BOjHT5s0AH6lTyIT5oN8RA==
framework7@^6.3.16:
version "6.3.16"
resolved "https://registry.yarnpkg.com/framework7/-/framework7-6.3.16.tgz#653a32c02b1656cc0fc3ed5ad3900a2b8b59ec58"
integrity sha512-OuOnIQV5TfT8L2j4EHzzlIzmz5F4+IxoxOySEaolsyttvcsrn/pLBzZV8f3gemvLFbNj5tagQBimpH6v67NP6w==
dependencies:
dom7 "^2.1.5"
path-to-regexp "^6.1.0"
ssr-window "^2.0.0"
template7 "^1.4.2"
dom7 "^3.0.0"
htm "^3.1.0"
path-to-regexp "^6.2.0"
skeleton-elements "^3.5.0"
ssr-window "^3.0.0"
swiper "^6.8.4"

[email protected], fresh@^0.5.2:
version "0.5.2"
Expand Down Expand Up @@ -5365,6 +5367,11 @@ hsla-regex@^1.0.0:
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=

htm@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/htm/-/htm-3.1.0.tgz#0c305493b60da9f6ed097a2aaf4c994bd85ea022"
integrity sha512-L0s3Sid5r6YwrEvkig14SK3Emmc+kIjlfLhEGn2Vy3bk21JyDEes4MoDsbJk6luaPp8bugErnxPz86ZuAw6e5Q==

html-comment-regex@^1.1.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
Expand Down Expand Up @@ -7503,7 +7510,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=

path-to-regexp@^6.1.0:
path-to-regexp@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.0.tgz#f7b3803336104c346889adece614669230645f38"
integrity sha512-f66KywYG6+43afgE/8j/GoiNyygk/bnoCbps++3ErRKsIYkGGupyv07R2Ok5m9i67Iqc+T2g1eAUGUPzWhYTyg==
Expand Down Expand Up @@ -9206,6 +9213,11 @@ siroc@^0.6.2:
typescript "^4.1.3"
v8-compile-cache "^2.2.0"

skeleton-elements@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/skeleton-elements/-/skeleton-elements-3.5.0.tgz#7deb31e358c9ffc358694d9f26ef57db1ca4b74c"
integrity sha512-KOU3wHGyCOtfMWLYF9wn2JzxM/l0Vu4miqqdoz9HeTfd1fwIsEePrcIrZ4+8wbg6yK82UPLLyH7fAZAwhQwZNw==

slash@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
Expand Down Expand Up @@ -9421,10 +9433,10 @@ sshpk@^1.7.0:
safer-buffer "^2.0.2"
tweetnacl "~0.14.0"

ssr-window@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ssr-window/-/ssr-window-2.0.0.tgz#98c301aef99523317f8d69618f0010791096efc4"
integrity sha512-NXzN+/HPObKAx191H3zKlYomE5WrVIkoCB5IaSdvKokxTpjBdWfr0RaP+1Z5KOfDT0ZVz+2tdtiBkhsEQ9p+0A==
ssr-window@^3.0.0, ssr-window@^3.0.0-alpha.1:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ssr-window/-/ssr-window-3.0.0.tgz#fd5b82801638943e0cc704c4691801435af7ac37"
integrity sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==

ssri@^6.0.1:
version "6.0.1"
Expand Down Expand Up @@ -9771,6 +9783,14 @@ svgo@^1.0.0:
unquote "~1.1.1"
util.promisify "~1.0.0"

swiper@^6.8.4:
version "6.8.4"
resolved "https://registry.yarnpkg.com/swiper/-/swiper-6.8.4.tgz#938fed4144f4d7952fbf9c44e5832d133a4de794"
integrity sha512-O+buF9Q+sMA0H7luMS8R59hCaJKlpo8PXhQ6ZYu6Rn2v9OsFd4d1jmrv14QvxtQpKAvL/ZiovEeANI/uDGet7g==
dependencies:
dom7 "^3.0.0"
ssr-window "^3.0.0"

table@^6.0.4:
version "6.0.7"
resolved "https://registry.yarnpkg.com/table/-/table-6.0.7.tgz#e45897ffbcc1bcf9e8a87bf420f2c9e5a7a52a34"
Expand Down Expand Up @@ -9807,11 +9827,6 @@ [email protected]:
fstream ">=1.0.12"
inherits "2"

template7@^1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/template7/-/template7-1.4.2.tgz#62f32959361e455ec171ef9ef33d29ca7130e009"
integrity sha512-eoKnScBMDk7lyj7+iCzKbxGiSLLlQk0DNvmclyJuMCUKxy9JrFuAB+GD5iplF4WiQPtMdI06CHHks3avL22JXA==

terser-webpack-plugin@^1.4.3:
version "1.4.5"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b"
Expand Down

0 comments on commit 0ecc330

Please sign in to comment.