Skip to content

Commit a169e2f

Browse files
fix(deps): pin dependencies
1 parent d23c6b0 commit a169e2f

7 files changed

Lines changed: 119 additions & 119 deletions

File tree

packages/cozy-harvest-lib/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
"@babel/register": "7.16.9",
5252
"@cozy/cli-tree": "^0.7.0",
5353
"@sentry/react": "7.119.0",
54-
"@storybook/addon-essentials": "^7.0.23",
55-
"@storybook/addon-interactions": "^7.0.23",
56-
"@storybook/addon-links": "^7.0.23",
57-
"@storybook/blocks": "^7.0.23",
58-
"@storybook/react": "^7.0.23",
59-
"@storybook/react-webpack5": "^7.0.23",
60-
"@storybook/testing-library": "^0.0.14-next.2",
54+
"@storybook/addon-essentials": "7.6.0",
55+
"@storybook/addon-interactions": "7.6.0",
56+
"@storybook/addon-links": "7.6.0",
57+
"@storybook/blocks": "7.6.0",
58+
"@storybook/react": "7.6.0",
59+
"@storybook/react-webpack5": "7.6.0",
60+
"@storybook/testing-library": "0.0.14-next.2",
6161
"@testing-library/jest-dom": "5.16.4",
6262
"@testing-library/react": "10.4.9",
6363
"@testing-library/react-hooks": "8.0.1",
@@ -70,27 +70,27 @@
7070
"cozy-flags": "^4.0.0",
7171
"cozy-intent": "^2.22.0",
7272
"cozy-interapp": "^0.9.0",
73-
"cozy-keys-lib": "^6.1.1",
73+
"cozy-keys-lib": "6.1.1",
7474
"cozy-realtime": "^5.0.1",
7575
"cozy-tsconfig": "^1.2.0",
76-
"cozy-ui": "^111.8.1",
76+
"cozy-ui": "111.8.1",
7777
"enzyme": "3.11.0",
7878
"enzyme-adapter-react-16": "1.15.6",
7979
"form-data": "4.0.0",
8080
"identity-obj-proxy": "3.0.0",
81-
"isomorphic-fetch": "^2.2.1",
81+
"isomorphic-fetch": "2.2.1",
8282
"jest": "26.6.3",
8383
"jest-environment-jsdom-sixteen": "1.0.3",
8484
"jest-resolve-cached": "1.0.0",
8585
"jsdom": "16.5.0",
8686
"leaflet": "1.8.0",
87-
"mockdate": "^3.0.5",
87+
"mockdate": "3.0.5",
8888
"prop-types": "15.7.2",
8989
"react": "16.12.0",
9090
"react-dom": "16.13.0",
9191
"react-router": "3.2.6",
9292
"react-swipeable-views": "0.13.9",
93-
"storybook": "^7.0.23"
93+
"storybook": "7.6.0"
9494
},
9595
"peerDependencies": {
9696
"@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": "^12.2.3",
23+
"cozy-bar": "12.2.3",
2424
"cozy-client": "^47.6.0",
2525
"cozy-device-helper": "^3.0.0",
2626
"cozy-doctypes": "^1.91.1",
@@ -30,7 +30,7 @@
3030
"cozy-minilog": "^3.3.1",
3131
"cozy-realtime": "^5.0.1",
3232
"cozy-sharing": "^15.0.3",
33-
"cozy-ui": "^107.0.0",
33+
"cozy-ui": "107.0.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-notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/core": "7.16.12",
3737
"babel-jest": "26.6.3",
3838
"babel-plugin-inline-import": "3.0.0",
39-
"cozy-ui": "^40.9.1",
39+
"cozy-ui": "40.10.0",
4040
"mjml": "4.3.1"
4141
},
4242
"jest": {

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
"babel-plugin-css-modules-transform": "1.6.2",
5151
"babel-plugin-inline-react-svg": "1.1.2",
5252
"cozy-client": "^47.6.0",
53-
"cozy-ui": "^108.0.0",
53+
"cozy-ui": "108.0.0",
5454
"enzyme": "3.11.0",
5555
"enzyme-adapter-react-16": "1.15.6",
5656
"enzyme-to-json": "3.6.2",
5757
"jest": "26.6.3",
5858
"react": "16.12.0",
5959
"react-dom": "16.13.0",
60-
"react-router": "^5.0.1",
60+
"react-router": "5.3.3",
6161
"storybook": "7.6.0"
6262
},
6363
"peerDependencies": {

0 commit comments

Comments
 (0)