Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cozy-jobs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"commander": "7.2.0",
"cozy-client": "45.14.1",
"cozy-device-helper": "^2.1.0",
"cozy-flags": "^2.8.7",
"cozy-flags": "^4.0.0",
"cozy-konnector-libs": "^5.13.0",
"cozy-logger": "1.9.0",
"node-fetch": "2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-konnector-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cozy-client-js": "^0.21.0",
"cozy-device-helper": "^2.1.0",
"cozy-doctypes": "^1.83.8",
"cozy-flags": "^2.8.7",
"cozy-flags": "^4.0.0",
"cozy-logger": "^1.8.0",
"date-fns": "^2.22.1",
"file-type": "^16.5.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6291,17 +6291,17 @@ __metadata:
languageName: node
linkType: hard

"cozy-flags@npm:^2.8.7":
version: 2.12.0
resolution: "cozy-flags@npm:2.12.0"
"cozy-flags@npm:^4.0.0":
version: 4.9.1
resolution: "cozy-flags@npm:4.9.1"
dependencies:
microee: "npm:^0.0.6"
peerDependencies:
cozy-client: ">=20.0.0"
react: ^16.12.0
react: ">=16.12.0"
bin:
cozy-flags: bin/cozy-flags
checksum: 10c0/f7c581f8c56f16db89348c94869d6973993991568bd3bd1bb44c6d2baafc56a3e7cbba7f8ea7245321cea72f07be751b536118d12185fc53a556158ad525d8a3
cozy-flags: ./bin/cozy-flags
checksum: 10c0/98ff0438107e07c254cc1c45c9584d7283328059be634d11a98727d08098c16864e1be35b6c4faea563dfb2e1643a18ac994e1c4ba880ce009997f91b00e044b
languageName: node
linkType: hard

Expand All @@ -6320,7 +6320,7 @@ __metadata:
commander: "npm:7.2.0"
cozy-client: "npm:45.14.1"
cozy-device-helper: "npm:^2.1.0"
cozy-flags: "npm:^2.8.7"
cozy-flags: "npm:^4.0.0"
cozy-konnector-libs: "npm:^5.13.0"
cozy-logger: "npm:1.9.0"
eslint-config-cozy-app: "npm:6.1.0"
Expand Down Expand Up @@ -6392,7 +6392,7 @@ __metadata:
cozy-client-js: "npm:^0.21.0"
cozy-device-helper: "npm:^2.1.0"
cozy-doctypes: "npm:^1.83.8"
cozy-flags: "npm:^2.8.7"
cozy-flags: "npm:^4.0.0"
cozy-logger: "npm:^1.8.0"
cross-env: "npm:7.0.3"
csv-writer: "npm:1.6.0"
Expand Down
Loading