Merge pull request #1175 from sharetribe/update-seedrandom

Update seedrandom to 3.0.3
This commit is contained in:
Jenni Laakso 2019-08-27 16:29:16 +03:00 committed by GitHub
commit fab719b977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 7 deletions

View file

@ -14,7 +14,9 @@ way to update this template, but currently, we follow a pattern:
## Upcoming version 2019-XX-XX
- [change] Update `inquirer` from v6.5.0 ti v7.0.0
- [change] Update `seedrandom` from v2.4.4 to v3.0.3
[#1174](https://github.com/sharetribe/flex-template-web/pull/1174)
- [change] Update `inquirer` from v6.5.0 to v7.0.0
[#1174](https://github.com/sharetribe/flex-template-web/pull/1174)
- [change] Update final-form, final-form-arrays, react-final-form and react-final-form-arrays. This
forced to make some code changes:
@ -29,7 +31,7 @@ way to update this template, but currently, we follow a pattern:
[#1173](https://github.com/sharetribe/flex-template-web/pull/1173)
- [change] Update `react-dates` from v18.5.0 ti v20.3.0
- [change] Update `react-dates` from v18.5.0 to v20.3.0
[#1171](https://github.com/sharetribe/flex-template-web/pull/1171)
- [change] Update Prettier to v1.18.2
[#1170](https://github.com/sharetribe/flex-template-web/pull/1170)

View file

@ -48,7 +48,7 @@
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sanitize.css": "^5.0.0",
"seedrandom": "^2.4.4",
"seedrandom": "^3.0.3",
"sharetribe-flex-sdk": "^1.5.0",
"sharetribe-scripts": "3.1.1",
"smoothscroll-polyfill": "^0.4.0",

View file

@ -9908,10 +9908,10 @@ scriptjs@^2.5.8:
resolved "https://registry.yarnpkg.com/scriptjs/-/scriptjs-2.5.9.tgz#343915cd2ec2ed9bfdde2b9875cd28f59394b35f"
integrity sha512-qGVDoreyYiP1pkQnbnFAUIS5AjenNwwQBdl7zeos9etl+hYKWahjRTfzAZZYBv5xNHx7vNKCmaLDQZ6Fr2AEXg==
seedrandom@^2.4.4:
version "2.4.4"
resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-2.4.4.tgz#b25ea98632c73e45f58b77cfaa931678df01f9ba"
integrity sha512-9A+PDmgm+2du77B5i0Ip2cxOqqHjgNxnBgglxLcX78A2D6c2rTo61z4jnVABpF4cKeDMDG+cmXXvdnqse2VqMA==
seedrandom@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-3.0.3.tgz#74efcc324533b417b8f3e2cf2a70797aa4a94441"
integrity sha512-PJLhhxIMjlMJaiIRtqiVW061EZn3cS+waZkbFe7eCa2R3g88HbNdWmw4NTFG1w5unxd0GeNaUUxZJP7gPAzSDQ==
select-hose@^2.0.0:
version "2.0.0"