Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shamcode committed Jan 21, 2021
1 parent 845f7e7 commit b099341
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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.0
* Update dependencies

## 4.2.0
* Update dependencies

Expand Down
4 changes: 2 additions & 2 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.2.0",
"version": "4.3.0",
"scripts": {
"start": "node demo-app/server.js",
"test:clear-cache": "jest --clearCache",
Expand Down Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"navigo": "^7.1.2",
"sham-ui": "^4.1.0",
"sham-ui-data-storage": "^1.1.0"
"sham-ui-data-storage": "^1.2.0"
},
"babel": {
"presets": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10009,10 +10009,10 @@ shallow-clone@^1.0.0:
kind-of "^5.0.0"
mixin-object "^2.0.1"

sham-ui-data-storage@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/sham-ui-data-storage/-/sham-ui-data-storage-1.1.0.tgz#1de6bd284a969f7bc31882b7ffcfeed6d9c95694"
integrity sha512-ODtlYCanY4ps9DAYs6tr5yPOkRRiTFyviv7uo/dGMSDW1rEjgV71bcSsT3ojv2huFSBlN6fO+iEN4mMdfplqtQ==
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==
dependencies:
sham-ui "^4.1.0"

Expand Down

0 comments on commit b099341

Please sign in to comment.