Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 6b0ee53 commit a7857cd
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 109 deletions.
24 changes: 12 additions & 12 deletions packages/cozy-harvest-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"@babel/core": "7.16.12",
"@babel/register": "7.16.9",
"@cozy/cli-tree": "^0.7.0",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/blocks": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/react-webpack5": "^7.0.23",
"@storybook/testing-library": "^0.0.14-next.2",
"@storybook/addon-essentials": "7.6.0",
"@storybook/addon-interactions": "7.6.0",
"@storybook/addon-links": "7.6.0",
"@storybook/blocks": "7.6.0",
"@storybook/react": "7.6.0",
"@storybook/react-webpack5": "7.6.0",
"@storybook/testing-library": "0.0.14-next.2",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "10.4.9",
"@testing-library/react-hooks": "8.0.1",
Expand All @@ -70,27 +70,27 @@
"cozy-flags": "^3.2.2",
"cozy-intent": "^2.19.2",
"cozy-interapp": "^0.9.0",
"cozy-keys-lib": "^6.0.0",
"cozy-keys-lib": "6.0.0",
"cozy-realtime": "^5.0.0",
"cozy-tsconfig": "^1.2.0",
"cozy-ui": "^103.2.0",
"cozy-ui": "103.2.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"form-data": "4.0.0",
"identity-obj-proxy": "3.0.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-fetch": "2.2.1",
"jest": "26.6.3",
"jest-environment-jsdom-sixteen": "1.0.3",
"jest-resolve-cached": "1.0.0",
"jsdom": "16.5.0",
"leaflet": "1.8.0",
"mockdate": "^3.0.5",
"mockdate": "3.0.5",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.13.0",
"react-router": "3.2.6",
"react-swipeable-views": "0.13.9",
"storybook": "^7.0.23"
"storybook": "7.6.0"
},
"peerDependencies": {
"@babel/runtime": ">=7.12.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-mespapiers-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "8.0.1",
"babel-preset-cozy-app": "2.0.1",
"cozy-bar": "^7.26.0",
"cozy-bar": "7.26.0",
"cozy-client": "^45.14.0",
"cozy-device-helper": "^3.0.0",
"cozy-doctypes": "^1.89.4",
Expand All @@ -30,7 +30,7 @@
"cozy-minilog": "^3.3.1",
"cozy-realtime": "^5.0.0",
"cozy-sharing": "^10.4.0",
"cozy-ui": "^103.8.0",
"cozy-ui": "103.8.0",
"jest-environment-jsdom-sixteen": "2.0.0",
"lodash": "4.17.21",
"mockdate": "3.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-minilog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"microee": "0.0.6"
},
"devDependencies": {
"gluejs": "2.x",
"mocha": "*"
"gluejs": "2.4.0",
"mocha": "10.2.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@babel/cli": "7.16.8",
"@babel/core": "7.16.12",
"@cozy/minilog": ">=1.0.0",
"@cozy/minilog": "1.0.0",
"@testing-library/react": "10.4.9",
"babel-jest": "26.6.3",
"babel-preset-cozy-app": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-sharing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"babel-plugin-css-modules-transform": "1.6.2",
"babel-plugin-inline-react-svg": "1.1.2",
"cozy-client": "^45.14.0",
"cozy-ui": "^103.8.2",
"cozy-ui": "103.8.2",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "3.6.2",
"jest": "26.6.3",
"react": "16.12.0",
"react-dom": "16.13.0",
"react-router": "^5.0.1"
"react-router": "5.3.3"
},
"peerDependencies": {
"cozy-client": ">=45.14.0",
Expand Down
Loading

0 comments on commit a7857cd

Please sign in to comment.