Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 2b03f7b

Browse files
authored
Merge pull request #93 from cogito-study/renovate/pin-dependencies
fix(deps): pin dependencies
2 parents 998ca84 + 66dfa61 commit 2b03f7b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"react": "16.9.0",
3030
"react-dom": "16.9.0",
3131
"react-scripts": "3.1.1",
32-
"react-use": "^12.0.0",
32+
"react-use": "12.2.0",
3333
"styled-components": "4.3.2",
3434
"styled-system": "5.1.1",
3535
"typeface-nunito-sans": "0.0.72",
36-
"typeface-raleway": "^0.0.75"
36+
"typeface-raleway": "0.0.75"
3737
},
3838
"devDependencies": {
3939
"@storybook/addon-actions": "5.2.0-rc.2",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11394,7 +11394,7 @@ react-transition-group@^2.2.1:
1139411394
prop-types "^15.6.2"
1139511395
react-lifecycles-compat "^3.0.4"
1139611396

11397-
react-use@^12.0.0:
11397+
react-use@12.2.0:
1139811398
version "12.2.0"
1139911399
resolved "https://registry.yarnpkg.com/react-use/-/react-use-12.2.0.tgz#9e669ae591f7e3b4b323870e7ff0724f6f69710e"
1140011400
integrity sha512-jawCKYQcWDqwA/LMjAEfost6YQnQ6wYtSt1iPWd92Q48OdRAjFqs/GDgZsSzZBl8KsZodJxwr5pCpDn7uxtDZg==
@@ -13444,7 +13444,7 @@ typeface-nunito-sans@0.0.72:
1344413444
resolved "https://registry.yarnpkg.com/typeface-nunito-sans/-/typeface-nunito-sans-0.0.72.tgz#c99198a8d62ebdda0399dbe8cd81586a0976a01c"
1344513445
integrity sha512-b58R4movZchZJNe5pWvqMVoJzKRs7GP09iIri4WWQOs9+G+yjoTSIpOUMU2xtLmxuyXUo1F8XhnOHY06kSDhuQ==
1344613446

13447-
typeface-raleway@^0.0.75:
13447+
typeface-raleway@0.0.75:
1344813448
version "0.0.75"
1344913449
resolved "https://registry.yarnpkg.com/typeface-raleway/-/typeface-raleway-0.0.75.tgz#cc79688aa3175452744ecd19540b54dad153e8f3"
1345013450
integrity sha512-mUvT/klCTGA2HporaIMNY3ap45YxBErxFv/1pv82LhbFdNc3m+6ddfoexP6xxwMZ5yZ2VmDhMqk1yikDEoxU/Q==

0 commit comments

Comments
 (0)