Skip to content

Commit 508771f

Browse files
fix(deps): pin dependencies
1 parent 952f374 commit 508771f

File tree

4 files changed

+48
-47
lines changed

4 files changed

+48
-47
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
16.15.1

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '16'
3+
- '16.15.1'
44
branches:
55
only:
66
- master

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/cozy/cozy-store#readme",
3333
"devDependencies": {
34-
"cozy-scripts": "^6.3.1",
34+
"cozy-scripts": "6.3.1",
3535
"enzyme": "3.3.0",
3636
"enzyme-adapter-react-16": "1.7.1",
3737
"git-directory-deploy": "1.5.1",
@@ -41,21 +41,21 @@
4141
"stylint": "2.0.0"
4242
},
4343
"dependencies": {
44-
"@cozy/minilog": "^1.0.0",
44+
"@cozy/minilog": "1.0.0",
4545
"@material-ui/core": "4.12.3",
4646
"@testing-library/react": "11.2.7",
47-
"cozy-app-publish": "^0.27.2",
48-
"cozy-bar": "^7.17.1",
49-
"cozy-client": "^30.0.0",
50-
"cozy-device-helper": "^2.1.0",
47+
"cozy-app-publish": "0.27.2",
48+
"cozy-bar": "7.17.9",
49+
"cozy-client": "30.0.0",
50+
"cozy-device-helper": "2.1.0",
5151
"cozy-doctypes": "1.72.2",
5252
"cozy-flags": "2.8.7",
53-
"cozy-intent": "^2.0.2",
53+
"cozy-intent": "2.0.2",
5454
"cozy-interapp": "0.6.2",
5555
"cozy-logger": "1.9.0",
5656
"cozy-realtime": "3.10.5",
57-
"cozy-ui": "^68.2.0",
58-
"dom-helpers": "^5.2.0",
57+
"cozy-ui": "68.2.0",
58+
"dom-helpers": "5.2.0",
5959
"emoji-js": "3.7.0",
6060
"focus-trap-react": "4.0.1",
6161
"fuse.js": "6.5.3",

yarn.lock

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3762,7 +3762,7 @@ cosmiconfig@^7.0.0:
37623762
path-type "^4.0.0"
37633763
yaml "^1.10.0"
37643764

3765-
cozy-app-publish@^0.27.2:
3765+
cozy-app-publish@0.27.2, cozy-app-publish@^0.27.2:
37663766
version "0.27.2"
37673767
resolved "https://registry.yarnpkg.com/cozy-app-publish/-/cozy-app-publish-0.27.2.tgz#5b81565733821bd74f7768b22e08343e58061817"
37683768
integrity sha512-mWoEsnhq6OsJMyIMR2uTnlU00Wvinpgsa+NJGHqcJ0nApaKOAek/5rZWrPZlrl91iskK5iL75Mie/GctVyvrbA==
@@ -3777,7 +3777,7 @@ cozy-app-publish@^0.27.2:
37773777
request "^2.88.0"
37783778
tar "^4.4.13"
37793779

3780-
cozy-bar@^7.17.1:
3780+
cozy-bar@7.17.9:
37813781
version "7.17.9"
37823782
resolved "https://registry.yarnpkg.com/cozy-bar/-/cozy-bar-7.17.9.tgz#00727dfbcbacaafcd598b991bd31b50587e15aaf"
37833783
integrity sha512-dYJ7E2yGQg0Jmx7OLOpXLsCX/KgpIi5wt5QQn/CTj9+pRvGzN4+jUUzwL2i9EnqU5MxORIQoqrt9Q2b9ok7oPw==
@@ -3805,19 +3805,16 @@ cozy-bar@^7.17.1:
38053805
redux-thunk "2.3.0"
38063806
semver-compare "^1.0.0"
38073807

3808-
cozy-client@^27.14.4:
3809-
version "27.26.4"
3810-
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-27.26.4.tgz#6e5f194e459826297ab8885abbcab25a8b4011da"
3811-
integrity sha512-1mK7OqaVs9i/bSRQq9S2DFRCxbCe5TpEoqZVi0gjlE1CuFwiNFQrLFHkwaudk49ioJ2iABb9lsYtvlrT2EMdOw==
3808+
cozy-client@30.0.0:
3809+
version "30.0.0"
3810+
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-30.0.0.tgz#9e47137451ac61ca75baff4b099b5f5761c80d59"
3811+
integrity sha512-7TnBmL2QNdaXVl34NG2VJgRqKkKbGUJR6lQLcg/WRN+Ghh8PQXDzyBcsxlWme4KOIZcQyPwsCkCOImUJNHeDdQ==
38123812
dependencies:
38133813
"@cozy/minilog" "1.0.0"
38143814
"@types/jest" "^26.0.20"
38153815
"@types/lodash" "^4.14.170"
38163816
btoa "^1.2.1"
3817-
cozy-device-helper "^1.12.0"
3818-
cozy-flags "2.7.1"
3819-
cozy-logger "^1.6.0"
3820-
cozy-stack-client "^27.26.0"
3817+
cozy-stack-client "^30.0.0"
38213818
json-stable-stringify "^1.0.1"
38223819
lodash "^4.17.13"
38233820
microee "^0.0.6"
@@ -3832,16 +3829,19 @@ cozy-client@^27.14.4:
38323829
sift "^6.0.0"
38333830
url-search-params-polyfill "^8.0.0"
38343831

3835-
cozy-client@^30.0.0:
3836-
version "30.0.0"
3837-
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-30.0.0.tgz#9e47137451ac61ca75baff4b099b5f5761c80d59"
3838-
integrity sha512-7TnBmL2QNdaXVl34NG2VJgRqKkKbGUJR6lQLcg/WRN+Ghh8PQXDzyBcsxlWme4KOIZcQyPwsCkCOImUJNHeDdQ==
3832+
cozy-client@^27.14.4:
3833+
version "27.26.4"
3834+
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-27.26.4.tgz#6e5f194e459826297ab8885abbcab25a8b4011da"
3835+
integrity sha512-1mK7OqaVs9i/bSRQq9S2DFRCxbCe5TpEoqZVi0gjlE1CuFwiNFQrLFHkwaudk49ioJ2iABb9lsYtvlrT2EMdOw==
38393836
dependencies:
38403837
"@cozy/minilog" "1.0.0"
38413838
"@types/jest" "^26.0.20"
38423839
"@types/lodash" "^4.14.170"
38433840
btoa "^1.2.1"
3844-
cozy-stack-client "^30.0.0"
3841+
cozy-device-helper "^1.12.0"
3842+
cozy-flags "2.7.1"
3843+
cozy-logger "^1.6.0"
3844+
cozy-stack-client "^27.26.0"
38453845
json-stable-stringify "^1.0.1"
38463846
lodash "^4.17.13"
38473847
microee "^0.0.6"
@@ -3856,6 +3856,13 @@ cozy-client@^30.0.0:
38563856
sift "^6.0.0"
38573857
url-search-params-polyfill "^8.0.0"
38583858

3859+
cozy-device-helper@2.1.0, cozy-device-helper@^2.1.0:
3860+
version "2.1.0"
3861+
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.1.0.tgz#6e94215ecf7831093eeb6b260923262cb7331f81"
3862+
integrity sha512-FhiplXS7R4kY7FobGDbmR6GSWMcgrZMnjDz2DcHVyX2sSNewVKk71zRh0vWeWuJRraoXpd32n8B327SjERkEXw==
3863+
dependencies:
3864+
lodash "^4.17.19"
3865+
38593866
cozy-device-helper@^1.10.2, cozy-device-helper@^1.12.0:
38603867
version "1.12.0"
38613868
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.12.0.tgz#619a24b0d3caf2d3f616a1524daef7c7b71eab7a"
@@ -3870,13 +3877,6 @@ cozy-device-helper@^1.16.1:
38703877
dependencies:
38713878
lodash "^4.17.19"
38723879

3873-
cozy-device-helper@^2.1.0:
3874-
version "2.1.0"
3875-
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.1.0.tgz#6e94215ecf7831093eeb6b260923262cb7331f81"
3876-
integrity sha512-FhiplXS7R4kY7FobGDbmR6GSWMcgrZMnjDz2DcHVyX2sSNewVKk71zRh0vWeWuJRraoXpd32n8B327SjERkEXw==
3877-
dependencies:
3878-
lodash "^4.17.19"
3879-
38803880
cozy-doctypes@1.72.2:
38813881
version "1.72.2"
38823882
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.72.2.tgz#ac3d6813780008e5a4115a70679a0f25cf7efd81"
@@ -3903,7 +3903,7 @@ cozy-flags@2.8.7, cozy-flags@^2.8.5:
39033903
dependencies:
39043904
microee "^0.0.6"
39053905

3906-
cozy-intent@^2.0.2:
3906+
cozy-intent@2.0.2:
39073907
version "2.0.2"
39083908
resolved "https://registry.yarnpkg.com/cozy-intent/-/cozy-intent-2.0.2.tgz#81330389c7b8cfc1433608a435873b362691931c"
39093909
integrity sha512-E+9WqbYhFiV/KCGFArSJu/jcvdliI58Vfa3ajrJFRV2AsPtej6wN5qfn6Wex53xpdTAZSjLfmYAQLNt0cl6xGw==
@@ -3964,7 +3964,7 @@ cozy-release@1.10.0:
39643964
dependencies:
39653965
exec-sh "0.3.2"
39663966

3967-
cozy-scripts@^6.3.1:
3967+
cozy-scripts@6.3.1:
39683968
version "6.3.1"
39693969
resolved "https://registry.yarnpkg.com/cozy-scripts/-/cozy-scripts-6.3.1.tgz#1a711a43a4fef67224039f623640731dc7ef5ec6"
39703970
integrity sha512-RNJVGmHzZfNy5i0CFR+UKIPySiTLffkVPVrxPnc0i7RiQtusiNetwhdLmMCT6/JSJ1ZVwIL+f09yWGziBxyTlQ==
@@ -4060,7 +4060,7 @@ cozy-ui@22.3.1:
40604060
react-pdf "^4.0.5"
40614061
react-select "2.2.0"
40624062

4063-
cozy-ui@^68.2.0:
4063+
cozy-ui@68.2.0:
40644064
version "68.2.0"
40654065
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-68.2.0.tgz#c360b3c260094ad0670fe44af8f4a36125844fd2"
40664066
integrity sha512-pd3Tztq1sWcMCXEaUyWJNrak+1Sakrc6EQmkicV5+jkJzftc+zq6GFYdWV8vpu+fAsrH3i/i9xsD4yiDFN8Zgw==
@@ -4076,7 +4076,7 @@ cozy-ui@^68.2.0:
40764076
hammerjs "^2.0.8"
40774077
intersection-observer "0.11.0"
40784078
mime-types "2.1.35"
4079-
mui-bottom-sheet "https://github.com/cozy/mui-bottom-sheet.git#v1.0.6"
4079+
mui-bottom-sheet "git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.6"
40804080
node-polyglot "^2.2.2"
40814081
normalize.css "^8.0.0"
40824082
piwik-react-router "0.12.1"
@@ -4633,6 +4633,14 @@ dom-converter@^0.2:
46334633
dependencies:
46344634
utila "~0.4"
46354635

4636+
dom-helpers@5.2.0:
4637+
version "5.2.0"
4638+
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.0.tgz#57fd054c5f8f34c52a3eeffdb7e7e93cd357d95b"
4639+
integrity sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ==
4640+
dependencies:
4641+
"@babel/runtime" "^7.8.7"
4642+
csstype "^3.0.2"
4643+
46364644
dom-helpers@^3.4.0:
46374645
version "3.4.0"
46384646
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8"
@@ -4648,14 +4656,6 @@ dom-helpers@^5.0.1:
46484656
"@babel/runtime" "^7.8.7"
46494657
csstype "^3.0.2"
46504658

4651-
dom-helpers@^5.2.0:
4652-
version "5.2.0"
4653-
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.0.tgz#57fd054c5f8f34c52a3eeffdb7e7e93cd357d95b"
4654-
integrity sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ==
4655-
dependencies:
4656-
"@babel/runtime" "^7.8.7"
4657-
csstype "^3.0.2"
4658-
46594659
dom-serializer@0:
46604660
version "0.2.1"
46614661
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.1.tgz#13650c850daffea35d8b626a4cfc4d3a17643fdb"
@@ -8825,9 +8825,10 @@ ms@^2.0.0:
88258825
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
88268826
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
88278827

8828-
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6":
8828+
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.6":
88298829
version "1.0.6"
8830-
resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
8830+
uid "494c40416ecde95732c864f9b921e7e545075aa5"
8831+
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
88318832
dependencies:
88328833
"@juggle/resize-observer" "^3.1.3"
88338834
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)