add jwk lib

This commit is contained in:
Hailey
2024-04-09 11:17:30 -07:00
parent e165d496c9
commit ec58082dbb
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@
"@lingui/react": "^4.5.0",
"@mattermost/react-native-paste-input": "^0.6.4",
"@miblanchard/react-native-slider": "^2.3.1",
"@pagopa/io-react-native-jwt": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-masked-view/masked-view": "0.3.0",
+8
View File
@@ -4478,6 +4478,14 @@
mkdirp "^1.0.4"
rimraf "^3.0.2"
"@pagopa/io-react-native-jwt@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-jwt/-/io-react-native-jwt-1.1.0.tgz#9a8e99672a683a32a27785eb01a7f108561ca8dd"
integrity sha512-R/Cgiu3Qb/7LnzQstUTGkNnsKfQ5lc/O3eSAkzZPGQqQb4hoSch4N/2JgqXRZPeTNfFA2vDmYbV6fSidMDL2xA==
dependencies:
abab "^2.0.6"
zod "^3.21.4"
"@pmmmwh/react-refresh-webpack-plugin@^0.5.11", "@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
version "0.5.11"
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz#7c2268cedaa0644d677e8c4f377bc8fb304f714a"