Skip to content
Merged
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 .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
{"name":"with-tempo","dir":"with-tempo","pm":"pnpm","build":"build","node":"22"},
{"name":"with-privy","dir":"with-privy","pm":"pnpm","build":"build","node":"22"},
{"name":"with-reown","dir":"with-reown","pm":"pnpm","build":"build","node":"22"},
{"name":"with-thirdweb","dir":"with-thirdweb","pm":"pnpm","build":"build","node":"22"},
{"name":"with-thirdweb","dir":"with-thirdweb","pm":"pnpm","build":"build","node":"22","audit":"critical"},
{"name":"with-web3-onboard","dir":"with-web3-onboard","pm":"pnpm","build":"build","node":"22"},
{"name":"with-react-native","dir":"with-react-native","pm":"pnpm","build":"typecheck","node":"22","audit":"critical"},
{"name":"with-solana","dir":"with-solana","pm":"pnpm","build":"build","node":"22"},
Expand Down
2 changes: 1 addition & 1 deletion with-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@formo/analytics": "^1.30.1",
"@formo/analytics": "^1.32.0",
"buffer": "^6.0.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down
10 changes: 5 additions & 5 deletions with-angular/pnpm-lock.yaml

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

4 changes: 4 additions & 0 deletions with-angular/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# pnpm 11 reads pnpm-specific settings from here (no longer from .npmrc).
minimumReleaseAge: 10080
# Formo publishes its own SDK; don't hold it back behind the release-age gate.
# tldts/tldts-core publish metadata without per-version timestamps, which
# trips the release-age gate; exclude since they're a TLD parser data lib.
minimumReleaseAgeExclude:
- "@formo/analytics"
- "tldts"
- "tldts-core"
# Block git/http/file-protocol subdependencies (pnpm 11 default; set explicitly).
blockExoticSubdeps: true

Expand Down
2 changes: 1 addition & 1 deletion with-crossmint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@crossmint/client-sdk-react-ui": "4.2.0",
"@formo/analytics": "^1.30.0",
"@formo/analytics": "^1.32.0",
"clsx": "^2.1.1",
"next": "^15.5.18",
"react": "^19.2.3",
Expand Down
74 changes: 54 additions & 20 deletions with-crossmint/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 with-crossmint/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ minimumReleaseAgeExclude:
minimumReleaseAge: 10080
overrides:
'valibot@>=0.31.0 <1.2.0': 1.2.0
'axios@>=1.0.0 <1.15.2': 1.15.2
'axios@>=1.0.0 <1.16.1': 1.16.1
'@react-native-community/cli@>=1.0.0 <17.0.1': 17.0.1
'@react-native-community/cli-server-api@>=1.0.0 <17.0.1': 17.0.1
# Block git/http/file-protocol subdependencies (pnpm 11 default; set explicitly).
Expand Down
4 changes: 2 additions & 2 deletions with-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@dynamic-labs/ethereum": "^4.53.1",
"@dynamic-labs/sdk-react-core": "^4.53.1",
"@dynamic-labs/wagmi-connector": "^4.53.1",
"@formo/analytics": "^1.30.0",
"@formo/analytics": "^1.32.0",
"@tanstack/react-query": "^5.62.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -38,6 +38,6 @@
"vite": "^6.0.1"
},
"overrides": {
"axios": "^1.15.1"
"axios": "^1.16.1"
}
}
Loading
Loading