Skip to content

Commit

Permalink
fix app deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed May 15, 2024
1 parent 3032a7b commit 2451464
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
1 change: 1 addition & 0 deletions examples/4337-passkeys-singleton-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"react-router": "^6.23.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-commonjs": "^0.10.1"
Expand Down
1 change: 1 addition & 0 deletions examples/4337-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"react-router": "^6.23.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-commonjs": "^0.10.1"
Expand Down
5 changes: 2 additions & 3 deletions modules/4337/certora/conf/TransactionExecutionMethods.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
],
"rule_sanity": "advanced",
"solc": "solc8.23",
"solc_allow_path": "../../node_modules",
"verify": "Safe4337Module:certora/specs/TransactionExecutionMethods.spec",
"packages": [
"@account-abstraction=../../node_modules/@account-abstraction",
"@safe-global=../../node_modules/@safe-global"
"@account-abstraction=../../node_modules/.pnpm/@account-abstraction+contracts@0.7.0/node_modules/@account-abstraction",
"@safe-global=../../node_modules/.pnpm/@safe-global+safe-contracts@1.4.1-build.0_ethers@6.12.1_bufferutil@4.0.8_utf-8-validate@5.0.10_/node_modules/@safe-global"
]
}
5 changes: 2 additions & 3 deletions modules/4337/certora/conf/ValidationDataLastBitOne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
],
"rule_sanity": "basic",
"solc": "solc8.23",
"solc_allow_path": "../../node_modules",
"verify": "Safe4337Module:certora/specs/ValidationDataLastBitOne.spec",
"packages": [
"@account-abstraction=../../node_modules/@account-abstraction",
"@safe-global=../../node_modules/@safe-global"
"@account-abstraction=../../node_modules/.pnpm/@account-abstraction+contracts@0.7.0/node_modules/@account-abstraction",
"@safe-global=../../node_modules/.pnpm/@safe-global+safe-contracts@1.4.1-build.0_ethers@6.12.1_bufferutil@4.0.8_utf-8-validate@5.0.10_/node_modules/@safe-global"
]
}
14 changes: 10 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 2451464

Please sign in to comment.