Skip to content

Commit

Permalink
[IOPLT-326] Change reference on io-react-native-zendesk to load from …
Browse files Browse the repository at this point in the history
…zendesk
  • Loading branch information
CrisTofani committed Jan 31, 2024
1 parent a5480d7 commit 0687d0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"@pagopa/io-pagopa-commons": "^3.1.0",
"@pagopa/io-react-native-crypto": "^0.2.1",
"@pagopa/io-react-native-login-utils": "^0.2.2",
"@pagopa/io-react-native-zendesk": "^0.3.28",
"@pagopa/react-native-cie": "1.2.0",
"@pagopa/ts-commons": "^10.15.0",
"@react-native-async-storage/async-storage": "^1.17.10",
Expand Down Expand Up @@ -146,7 +147,6 @@
"front-matter": "^4.0.2",
"hastscript": "^7.0.2",
"hoist-non-react-statics": "^3.0.1",
"io-react-native-zendesk": "https://github.com/pagopa/io-react-native-zendesk.git#0.3.25",
"io-ts": "^2.2.16",
"jail-monkey": "^2.3.2",
"jwk-thumbprint": "^0.1.4",
Expand Down
2 changes: 1 addition & 1 deletion ts/utils/supportAssistance.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ZendDesk from "io-react-native-zendesk";
import ZendDesk from "@pagopa/io-react-native-zendesk";
import * as O from "fp-ts/lib/Option";
import { pipe } from "fp-ts/lib/function";
import { ToolEnum } from "../../definitions/content/AssistanceToolConfig";
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3089,6 +3089,11 @@
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-login-utils/-/io-react-native-login-utils-0.2.2.tgz#9b37787f98d94fac645e70bda926638b14e59d0d"
integrity sha512-rOChvrMsJ5QvfLvcsttGP6M5LZkOWhOD2YVRL4+bMCVqNRMsSDmteBNoMWzWlRcXrKyd2ZORgDEa1zPmMRMhTw==

"@pagopa/io-react-native-zendesk@^0.3.28":
version "0.3.28"
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-zendesk/-/io-react-native-zendesk-0.3.28.tgz#eaef19df577bee000b615f6813d52546a1f2513f"
integrity sha512-U6avcojN+lbQgus1aYiggJ19wsqoHcVCm1EN4Dc7E+f32aCCfvsclFSisKd5FpubGsUdEd/x3De/+5At5c+K9w==

"@pagopa/openapi-codegen-ts@^12.2.1":
version "12.2.1"
resolved "https://registry.yarnpkg.com/@pagopa/openapi-codegen-ts/-/openapi-codegen-ts-12.2.1.tgz#e2cc9cedcbb23077b4f3f80e970ebd9c55e71afe"
Expand Down Expand Up @@ -9745,10 +9750,6 @@ invariant@*, [email protected], invariant@^2.2.2, invariant@^2.2.4:
dependencies:
loose-envify "^1.0.0"

"io-react-native-zendesk@https://github.com/pagopa/io-react-native-zendesk.git#0.3.25":
version "0.3.23"
resolved "https://github.com/pagopa/io-react-native-zendesk.git#66492028f52d3c64392ac4174d80d6fbf65d0e92"

[email protected]:
version "2.2.20"
resolved "https://registry.yarnpkg.com/io-ts/-/io-ts-2.2.20.tgz#be42b75f6668a2c44f706f72ee6e4c906777c7f5"
Expand Down

0 comments on commit 0687d0a

Please sign in to comment.