Skip to content

Commit c8ca8b0

Browse files
fix(deps): pin dependencies
1 parent 8fd39d9 commit c8ca8b0

6 files changed

Lines changed: 44 additions & 44 deletions

File tree

packages/cozy-harvest-lib/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
"@babel/core": "7.16.12",
5959
"@babel/register": "7.16.9",
6060
"@cozy/cli-tree": "^0.7.0",
61-
"@storybook/addon-essentials": "^7.0.23",
62-
"@storybook/addon-interactions": "^7.0.23",
63-
"@storybook/addon-links": "^7.0.23",
64-
"@storybook/blocks": "^7.0.23",
65-
"@storybook/react": "^7.0.23",
66-
"@storybook/react-webpack5": "^7.0.23",
67-
"@storybook/testing-library": "^0.0.14-next.2",
61+
"@storybook/addon-essentials": "7.6.2",
62+
"@storybook/addon-interactions": "7.6.2",
63+
"@storybook/addon-links": "7.6.2",
64+
"@storybook/blocks": "7.6.2",
65+
"@storybook/react": "7.6.2",
66+
"@storybook/react-webpack5": "7.6.2",
67+
"@storybook/testing-library": "0.0.14-next.2",
6868
"@testing-library/jest-dom": "5.16.4",
6969
"@testing-library/react": "10.4.9",
7070
"@testing-library/react-hooks": "8.0.1",
@@ -76,27 +76,27 @@
7676
"cozy-device-helper": "^3.0.0",
7777
"cozy-flags": "^3.1.0",
7878
"cozy-intent": "^2.18.0",
79-
"cozy-keys-lib": "^6.0.0",
79+
"cozy-keys-lib": "6.0.0",
8080
"cozy-realtime": "^5.0.0",
8181
"cozy-tsconfig": "^1.0.0",
82-
"cozy-ui": "^95.9.0",
82+
"cozy-ui": "95.9.0",
8383
"enzyme": "3.11.0",
8484
"enzyme-adapter-react-16": "1.15.6",
8585
"form-data": "4.0.0",
8686
"identity-obj-proxy": "3.0.0",
87-
"isomorphic-fetch": "^2.2.1",
87+
"isomorphic-fetch": "2.2.1",
8888
"jest": "26.6.3",
8989
"jest-environment-jsdom-sixteen": "1.0.3",
9090
"jest-resolve-cached": "1.0.0",
9191
"jsdom": "16.5.0",
9292
"leaflet": "1.8.0",
93-
"mockdate": "^3.0.5",
93+
"mockdate": "3.0.5",
9494
"prop-types": "15.7.2",
9595
"react": "16.12.0",
9696
"react-dom": "16.13.0",
9797
"react-router": "3.2.6",
9898
"react-swipeable-views": "0.13.9",
99-
"storybook": "^7.0.23"
99+
"storybook": "7.6.2"
100100
},
101101
"peerDependencies": {
102102
"@babel/runtime": ">=7.12.5",

packages/cozy-mespapiers-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@testing-library/react": "11.2.7",
2121
"@testing-library/react-hooks": "8.0.1",
2222
"babel-preset-cozy-app": "2.0.1",
23-
"cozy-bar": "^7.26.0",
23+
"cozy-bar": "7.26.0",
2424
"cozy-client": "^43.2.0",
2525
"cozy-device-helper": "^3.0.0",
2626
"cozy-doctypes": "^1.88.7",
@@ -30,7 +30,7 @@
3030
"cozy-logger": "^1.10.1",
3131
"cozy-realtime": "^5.0.0",
3232
"cozy-sharing": "^10.0.1",
33-
"cozy-ui": "^97.1.0",
33+
"cozy-ui": "97.1.0",
3434
"jest-environment-jsdom-sixteen": "2.0.0",
3535
"lodash": "4.17.21",
3636
"mockdate": "3.0.5",

packages/cozy-minilog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"microee": "0.0.6"
1313
},
1414
"devDependencies": {
15-
"gluejs": "2.x",
16-
"mocha": "*"
15+
"gluejs": "2.4.0",
16+
"mocha": "10.2.0"
1717
},
1818
"repository": {
1919
"type": "git",

packages/cozy-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@babel/cli": "7.16.8",
2626
"@babel/core": "7.16.12",
27-
"@cozy/minilog": ">=1.0.0",
27+
"@cozy/minilog": "1.0.0",
2828
"@testing-library/react": "10.4.9",
2929
"babel-jest": "26.6.3",
3030
"babel-preset-cozy-app": "^2.1.0",

packages/cozy-sharing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"jest": "26.6.3",
4949
"react": "16.12.0",
5050
"react-dom": "16.13.0",
51-
"react-router": "^5.0.1"
51+
"react-router": "5.3.3"
5252
},
5353
"peerDependencies": {
5454
"cozy-client": "^40.5.0",

yarn.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,7 +2827,7 @@
28272827
dependencies:
28282828
chalk "^4.0.0"
28292829

2830-
"@cozy/minilog@1.0.0", "@cozy/minilog@>=1.0.0", "@cozy/minilog@^1.0.0":
2830+
"@cozy/minilog@1.0.0", "@cozy/minilog@^1.0.0":
28312831
version "1.0.0"
28322832
resolved "https://registry.yarnpkg.com/@cozy/minilog/-/minilog-1.0.0.tgz#1acc1aad849261e931e255a5f181b638315f7b84"
28332833
integrity sha512-IkDHF9CLh0kQeSEVsou59ar/VehvenpbEUjLfwhckJyOUqZnKAWmXy8qrBgMT5Loxr8Xjs2wmMnj0D67wP00eQ==
@@ -9949,7 +9949,7 @@ cosmiconfig@^7.0.1:
99499949
path-type "^4.0.0"
99509950
yaml "^1.10.0"
99519951

9952-
cozy-bar@^7.26.0:
9952+
cozy-bar@7.26.0:
99539953
version "7.26.0"
99549954
resolved "https://registry.yarnpkg.com/cozy-bar/-/cozy-bar-7.26.0.tgz#cdd530e83ad9a8e477c1528fffb6cc2b2a386419"
99559955
integrity sha512-nBam2gy0sG9yt7tvn3MqFkysZopcF5MF50LDukWM2+szyliwBhgT/5sIYD1yRfIJJyjXl8PDe93Q7qjelMdtVA==
@@ -10221,7 +10221,7 @@ cozy-interapp@^0.5.4:
1022110221
resolved "https://registry.yarnpkg.com/cozy-interapp/-/cozy-interapp-0.5.7.tgz#75cafe1732ad660e2caf1ccf412f302594705f39"
1022210222
integrity sha512-laIL/ATYV9oZnmqS+LMoO9qzk8XjJ1v2/YrA1Po2rI8ia/MDgjYO07424x2RuvHhNOBPGjD+JmqwQ0rNDlLW+Q==
1022310223

10224-
cozy-keys-lib@^6.0.0:
10224+
cozy-keys-lib@6.0.0:
1022510225
version "6.0.0"
1022610226
resolved "https://registry.yarnpkg.com/cozy-keys-lib/-/cozy-keys-lib-6.0.0.tgz#1f664ecacea4260043aaa0339e34fa7189745e8d"
1022710227
integrity sha512-iRldOTPk7WGAEJAe1yLi2BhqwaxeqrsTCG4C6IcMqtruo1igFJie5Din5Nj2FEBweA0FlPuzyLulkM+5AalRBg==
@@ -10377,7 +10377,7 @@ cozy-ui@93.1.1:
1037710377
react-swipeable-views "^0.13.3"
1037810378
rooks "^5.11.2"
1037910379

10380-
cozy-ui@^95.9.0:
10380+
cozy-ui@95.9.0:
1038110381
version "95.9.0"
1038210382
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-95.9.0.tgz#c416715277e073a974605f650b41e5b18d458017"
1038310383
integrity sha512-uCc2G0DeZRUWfagQshrEPdl/0ijLqWKEw1e81adPvSRVuS++vam88luNGhq1k7AdhUBCh+cy7gAeQGUDlJdhww==
@@ -10396,7 +10396,7 @@ cozy-ui@^95.9.0:
1039610396
hammerjs "^2.0.8"
1039710397
intersection-observer "0.11.0"
1039810398
mime-types "2.1.35"
10399-
mui-bottom-sheet "https://github.com/cozy/mui-bottom-sheet.git#v1.0.9"
10399+
mui-bottom-sheet "git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9"
1040010400
node-polyglot "^2.2.2"
1040110401
normalize.css "^8.0.0"
1040210402
piwik-react-router "0.12.1"
@@ -10409,7 +10409,7 @@ cozy-ui@^95.9.0:
1040910409
react-swipeable-views "^0.13.3"
1041010410
rooks "^5.11.2"
1041110411

10412-
cozy-ui@^97.1.0:
10412+
cozy-ui@97.1.0:
1041310413
version "97.1.0"
1041410414
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-97.1.0.tgz#75f2a11a489239427c868d5d4bf862dca7079b35"
1041510415
integrity sha512-VjNe5b44eMh7FJ5cLKNWm9SKrGCi1F+tbYujpu+vZsYXjgtLbuKikGfI+SccPtkxRH7H34pffyDLUty0TcJWTg==
@@ -10428,7 +10428,7 @@ cozy-ui@^97.1.0:
1042810428
hammerjs "^2.0.8"
1042910429
intersection-observer "0.11.0"
1043010430
mime-types "2.1.35"
10431-
mui-bottom-sheet "https://github.com/cozy/mui-bottom-sheet.git#v1.0.9"
10431+
mui-bottom-sheet "git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9"
1043210432
node-polyglot "^2.2.2"
1043310433
normalize.css "^8.0.0"
1043410434
piwik-react-router "0.12.1"
@@ -14065,7 +14065,7 @@ glogg@^1.0.2:
1406514065
dependencies:
1406614066
sparkles "^1.0.0"
1406714067

14068-
gluejs@2.x:
14068+
gluejs@2.4.0:
1406914069
version "2.4.0"
1407014070
resolved "https://registry.yarnpkg.com/gluejs/-/gluejs-2.4.0.tgz#b16e724c7b9f5c45dbb5fb8ba2fd5a537b8cf2f0"
1407114071
integrity sha512-ONu5oMBNppp7ybu5PvrnCDh7nv6B6YHKiCrvU9KHFv/ML94Kw18kLilc1z+VucPUeprqrHKMBwNq0nnxWbn1qg==
@@ -15788,7 +15788,7 @@ isobject@^3.0.0, isobject@^3.0.1:
1578815788
version "3.0.1"
1578915789
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
1579015790

15791-
isomorphic-fetch@^2.1.1, isomorphic-fetch@^2.2.1:
15791+
isomorphic-fetch@2.2.1, isomorphic-fetch@^2.1.1, isomorphic-fetch@^2.2.1:
1579215792
version "2.2.1"
1579315793
resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9"
1579415794
dependencies:
@@ -19137,7 +19137,7 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
1913719137
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1913819138
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1913919139

19140-
mocha@*:
19140+
mocha@10.2.0:
1914119141
version "10.2.0"
1914219142
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8"
1914319143
integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==
@@ -19174,7 +19174,7 @@ mockdate@2.0.5:
1917419174
version "2.0.5"
1917519175
resolved "https://registry.yarnpkg.com/mockdate/-/mockdate-2.0.5.tgz#70c6abf9ed4b2dae65c81dfc170dd1a5cec53620"
1917619176

19177-
mockdate@3.0.5, mockdate@^3.0.5:
19177+
mockdate@3.0.5:
1917819178
version "3.0.5"
1917919179
resolved "https://registry.yarnpkg.com/mockdate/-/mockdate-3.0.5.tgz#789be686deb3149e7df2b663d2bc4392bc3284fb"
1918019180
integrity sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ==
@@ -22513,21 +22513,7 @@ react-router@3.2.6:
2251322513
react-is "^16.13.0"
2251422514
warning "^3.0.0"
2251522515

22516-
react-router@6.3.0:
22517-
version "6.3.0"
22518-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
22519-
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
22520-
dependencies:
22521-
history "^5.2.0"
22522-
22523-
react-router@6.4.5:
22524-
version "6.4.5"
22525-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.5.tgz#73f382af2c8b9a86d74e761a7c5fc3ce7cb0024d"
22526-
integrity sha512-1RQJ8bM70YEumHIlNUYc6mFfUDoWa5EgPDenK/fq0bxD8DYpQUi/S6Zoft+9DBrh2xmtg92N5HMAJgGWDhKJ5Q==
22527-
dependencies:
22528-
"@remix-run/router" "1.0.5"
22529-
22530-
react-router@^5.0.1:
22516+
react-router@5.3.3:
2253122517
version "5.3.3"
2253222518
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.3.tgz#8e3841f4089e728cf82a429d92cdcaa5e4a3a288"
2253322519
integrity sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w==
@@ -22543,6 +22529,20 @@ react-router@^5.0.1:
2254322529
tiny-invariant "^1.0.2"
2254422530
tiny-warning "^1.0.0"
2254522531

22532+
react-router@6.3.0:
22533+
version "6.3.0"
22534+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
22535+
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
22536+
dependencies:
22537+
history "^5.2.0"
22538+
22539+
react-router@6.4.5:
22540+
version "6.4.5"
22541+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.5.tgz#73f382af2c8b9a86d74e761a7c5fc3ce7cb0024d"
22542+
integrity sha512-1RQJ8bM70YEumHIlNUYc6mFfUDoWa5EgPDenK/fq0bxD8DYpQUi/S6Zoft+9DBrh2xmtg92N5HMAJgGWDhKJ5Q==
22543+
dependencies:
22544+
"@remix-run/router" "1.0.5"
22545+
2254622546
react-select@2.2.0:
2254722547
version "2.2.0"
2254822548
resolved "https://registry.yarnpkg.com/react-select/-/react-select-2.2.0.tgz#67c8b5c2dcb8df0384f2a103efe952570f5d6b93"

0 commit comments

Comments
 (0)