Skip to content

Commit

Permalink
chore: update mdoc library
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <berend@animo.id>
  • Loading branch information
berendsliedrecht committed Jan 24, 2025
1 parent 3f87247 commit fdf7af0
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/paradym/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"expo-system-ui": "~3.0.6",
"expo-updates": "~0.25.16",
"react": "catalog:",
"react-native": "^0.75.4",
"react-native": "catalog:",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.18.1",
"react-native-get-random-values": "~1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"expo-system-ui": "~3.0.6",
"react": "catalog:",
"react-device-frameset": "^1.3.4",
"react-native": "^0.75.4",
"react-native": "catalog:",
"react-native-gesture-handler": "~2.18.1",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "~3.15.5",
Expand Down
5 changes: 2 additions & 3 deletions packages/agent/src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,11 @@ export const initializeFullAgent = async ({
new KeyDidResolver(),
new JwkDidResolver(),
// new CheqdDidResolver(),
new IndyVdrSovDidResolver(),
new IndyVdrIndyDidResolver(),
],
}),
anoncreds: new AnonCredsModule({
registries: [new IndyVdrAnonCredsRegistry() /* new CheqdAnonCredsRegistry(), new DidWebAnonCredsRegistry() */],
// @ts-expect-error: will be fixed when cheqd is introduced
registries: [],
anoncreds,
}),

Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"expo-router": "~3.5.24",
"fast-text-encoding": "^1.0.6",
"react": "catalog:",
"react-native-reanimated": "~3.15.0",
"react-native-reanimated": "~3.15.5",
"react-native-safe-area-context": "4.10.5",
"solito": "^3.0.0"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/app/src/components/CredentialAttributes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export function CredentialAttributes({
{(!disableHeader || table.title) && (
<Heading
variant={headerStyle === 'small' ? 'sub2' : 'h3'}
pl={headerStyle === 'regular' && '$2'}
/* TODO(jan): what should be the value here? */
pl={headerStyle === 'regular' ? '$2' : '$1'}
// fontWeight={headerStyle === 'small' ? '$semiBold' : '$medium'}
secondary
>
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tamagui/themes": "1.122.6",
"@tamagui/toast": "1.122.6",
"react-native-heroicons": "^4.0.0",
"react-native-reanimated": "~3.15.0",
"react-native-reanimated": "~3.15.5",
"tamagui": "1.122.6"
}
}
21 changes: 10 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ catalog:
"@animo-id/oauth2": 0.1.4
"@animo-id/oauth2-utils": 0.1.4
"@animo-id/expo-secure-environment": 0.1.0-alpha.12
"@animo-id/expo-mdoc-data-transfer": ../../../expo-mdoc-data-transfer/animo-id-expo-mdoc-data-transfer-0.0.4.tgz
"@animo-id/expo-mdoc-data-transfer": 0.1.0
"@animo-id/mdoc": 0.2.39
"@unimodules/react-native-adapter": "./noop"
"@unimodules/core": "./noop"
Expand Down

0 comments on commit fdf7af0

Please sign in to comment.