Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shamcode committed Mar 12, 2021
1 parent b099341 commit f5ce4f8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 28 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.3.1
* Update dependencies

## 4.3.0
* Update dependencies

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Router for sham-ui",
"main": "index.js",
"author": "Eugeny Burnashov <[email protected]>",
"version": "4.3.0",
"version": "4.3.1",
"scripts": {
"start": "node demo-app/server.js",
"test:clear-cache": "jest --clearCache",
Expand Down Expand Up @@ -44,11 +44,11 @@
"jest-runner-stylelint": "^1.0.0",
"node-sass": "^4.12.0",
"sass-loader": "~7.1.0",
"sham-ui-jest-preprocessor": "^4.1.1",
"sham-ui-jest-preprocessor": "^4.1.3",
"sham-ui-macro": "^1.1.0",
"sham-ui-templates": "^4.2.1",
"sham-ui-templates-loader": "^4.1.1",
"sham-ui-test-helpers": "^4.1.1",
"sham-ui-templates": "^4.2.3",
"sham-ui-templates-loader": "^4.1.3",
"sham-ui-test-helpers": "^4.1.3",
"style-loader": "~0.22.1",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.3.0",
Expand All @@ -61,7 +61,7 @@
"dependencies": {
"navigo": "^7.1.2",
"sham-ui": "^4.1.0",
"sham-ui-data-storage": "^1.2.0"
"sham-ui-data-storage": "^1.2.1"
},
"babel": {
"presets": [
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10009,19 +10009,19 @@ shallow-clone@^1.0.0:
kind-of "^5.0.0"
mixin-object "^2.0.1"

sham-ui-data-storage@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/sham-ui-data-storage/-/sham-ui-data-storage-1.2.0.tgz#c57a4f4b1e6abf0f0490cd09e82cf0ecba02d556"
integrity sha512-F+ckZ3GkPHMkENtNlzkJqvAa3KsvDXq/ttHxyP6SYPv6F8dmmQvRlni7bAdsyZavPOpWVywOqVL8U4SFGDp43w==
sham-ui-data-storage@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/sham-ui-data-storage/-/sham-ui-data-storage-1.2.1.tgz#b0c613ef70a34a510b4250171fa2ed26e5cfecac"
integrity sha512-rztB9/LS/JLSWln4ZhpV/uHFXXIk9GMNgtPYViPUKQHrpV5mtA78/xfTrW7LVfNzZZ5W292aq/WJHlJR4EZftw==
dependencies:
sham-ui "^4.1.0"

sham-ui-jest-preprocessor@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/sham-ui-jest-preprocessor/-/sham-ui-jest-preprocessor-4.1.1.tgz#44a563f6684be263c2cf8a4bd72b89cf61ee289e"
integrity sha512-EANqwLsaZjNapqSaDdnm0mfsohLsnE9bypJFsz4vcAHDxI9Sa50+W6F0jnWA02wNagZSKVbCREMxL6cwB3T58g==
sham-ui-jest-preprocessor@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/sham-ui-jest-preprocessor/-/sham-ui-jest-preprocessor-4.1.3.tgz#75f2b709ee2bb3cf75b95faa01073e362a88d388"
integrity sha512-6UHKmXiAKNz0PZJY2Vx8kuR/HVA4ynMJ5jy8MkGrJ7tIVzjJ6V1uJNZQWaWqfAHnXcra/qE/pjc1zgmFH9Yjlg==
dependencies:
sham-ui-templates "^4.2.1"
sham-ui-templates "^4.2.3"
source-map "^0.5.6"

sham-ui-macro@^1.1.0:
Expand All @@ -10033,27 +10033,27 @@ sham-ui-macro@^1.1.0:
babel-macros "^1.0.2"
babel-types "^6.26.0"

sham-ui-templates-loader@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/sham-ui-templates-loader/-/sham-ui-templates-loader-4.1.1.tgz#ca1109c02fdd447d7f589cd9c9c5cdf599080652"
integrity sha512-VQbOgApie99MNAPnGzg5N5SDi8qvtF7S+v5P1tprr3dr9UPhiwVcA1MHPJ+kFC89qQC5bLz8NEjGnIBPXV1fXA==
sham-ui-templates-loader@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/sham-ui-templates-loader/-/sham-ui-templates-loader-4.1.3.tgz#8fbcb341f5ebc9d963b7e712d1fa9be2b58c27f0"
integrity sha512-yGQx7hp7zV04BDgeqgx8vuv9HhsTvb/nbM04MjaiMgCK3JsgiBLqo6mWynpBMrXh232WzXgFDSK8+Qbwum5y/A==
dependencies:
loader-utils "^1.1.0"
sham-ui-templates "^4.2.1"
sham-ui-templates "^4.2.3"

sham-ui-templates@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/sham-ui-templates/-/sham-ui-templates-4.2.1.tgz#b6e14c71bc56235d981e4c838869f6934ffd8cc6"
integrity sha512-21qtyGFUIzXysQYHiQZsnD00l6ekRF6OLmOkrMyK5cUjkOJFqkTQehpHPfJQOdFtcNo8orVMPeY5+wBMx++NSQ==
sham-ui-templates@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/sham-ui-templates/-/sham-ui-templates-4.2.3.tgz#bb665f63b527b7cfc0061242f0d2f4f96365d017"
integrity sha512-Q7eevLhY/JUbUuXSef8W5p6nI2gXhU0Re1R6zGewYqxwRYlFWTceaXU+8uyQyLmN+voweGZ3RydYE6zJM2AwUQ==
dependencies:
asciitree "^1.0.2"
sham-ui "4.1.0"
source-map "^0.5.7"

sham-ui-test-helpers@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/sham-ui-test-helpers/-/sham-ui-test-helpers-4.1.1.tgz#627904e49efb88b344fe19d20e2a447981a2fdc1"
integrity sha512-asX9acos9t29JTjLQSSEPpBCQWwDNbNBMWiI2CyGapC9qAmfdRiobRuZSv5rVu7fCsXaGtJGbfuOXeDtNLqM7A==
sham-ui-test-helpers@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/sham-ui-test-helpers/-/sham-ui-test-helpers-4.1.3.tgz#5806874bd0380f44821d48cf66a8dfffb7597839"
integrity sha512-dm/3Jz7OalTj92IpmUWL6tlyQ1xldXKaN+TQ8B0cAxAnr+ctZviTxAGlnaoW1hopB1ESiOIXo+x15QF1SHLIug==
dependencies:
babel-core "^7.0.0-bridge.0"
babel-jest "^24.9.0"
Expand Down

0 comments on commit f5ce4f8

Please sign in to comment.