Skip to content

Commit 87d612c

Browse files
committed
fix: Update cozy-intent and device helper
json bug resolved
1 parent 8653ad1 commit 87d612c

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@
8989
"commitlint-config-cozy": "0.6.0",
9090
"copyfiles": "2.1.1",
9191
"cozy-client": "^27.5.1",
92-
"cozy-device-helper": "^1.16.0",
92+
"cozy-device-helper": "^1.16.1",
9393
"cozy-doctypes": "^1.69.0",
9494
"cozy-harvest-lib": "^6.7.3",
95-
"cozy-intent": "^1.4.0",
95+
"cozy-intent": "^1.6.0",
9696
"cozy-sharing": "^3.10.0",
9797
"css-loader": "0.28.11",
9898
"cssnano": "4.1.11",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5145,13 +5145,6 @@ cozy-device-helper@^1.12.0:
51455145
dependencies:
51465146
lodash "^4.17.19"
51475147

5148-
cozy-device-helper@^1.16.0:
5149-
version "1.16.0"
5150-
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.16.0.tgz#76f124724b340cac222d33789787e3c841f4b123"
5151-
integrity sha512-VcHkceUaYT79wu0wiYR8BrcTloVqY+GrLMGgJAFPdH1d8r3Vzcs3v/juor77TTOPcYEWuG702U93kx1u5rXpCg==
5152-
dependencies:
5153-
lodash "^4.17.19"
5154-
51555148
cozy-device-helper@^1.16.1:
51565149
version "1.16.1"
51575150
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.16.1.tgz#559b6c3f104541b53603590ccd6fc89296878f26"
@@ -5208,10 +5201,10 @@ cozy-harvest-lib@^6.7.3:
52085201
react-markdown "^4.2.2"
52095202
uuid "^3.3.2"
52105203

5211-
cozy-intent@^1.4.0:
5212-
version "1.4.0"
5213-
resolved "https://registry.yarnpkg.com/cozy-intent/-/cozy-intent-1.4.0.tgz#83f2111497624804886a3d6d39aef4bd0ef12d98"
5214-
integrity sha512-DF81Wz2tCo2rubf5/AMnU9cAkyzfmC8FVtD67Zs3vPNnImoJ+JeRrcsJJBTHrJmDENDpfiz9gA/HhMhWZJT9jw==
5204+
cozy-intent@^1.6.0:
5205+
version "1.6.0"
5206+
resolved "https://registry.yarnpkg.com/cozy-intent/-/cozy-intent-1.6.0.tgz#0fb0bd941219abc905121db8016a72f4f05aa258"
5207+
integrity sha512-HccShcWnG2jpoCnfbviUtImqLAkYHS9nB+rXyJ1rC+vkeQkY4Wo24EG98A8QIz0oXWCxOcYefbsR1l+7ogapOQ==
52155208
dependencies:
52165209
cozy-device-helper "^1.16.1"
52175210
post-me "0.4.5"

0 commit comments

Comments
 (0)