Skip to content

Commit e13f86b

Browse files
Merge branch 'main' into feature/fet-1981-profile-address-dropdowndialog-on-mobile-not-functioning
2 parents 82eeeb5 + f80facd commit e13f86b

File tree

6 files changed

+116
-116
lines changed

6 files changed

+116
-116
lines changed

.claude/settings.local.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,25 @@
3232
"mcp__github__list_workflow_jobs",
3333
"mcp__github__get_job_logs",
3434
"mcp__github__get_pull_request_diff",
35-
"mcp__github__get_pull_request"
35+
"mcp__github__get_pull_request",
36+
"WebFetch(domain:registry.npmjs.org)",
37+
"WebFetch(domain:github.com)"
3638
],
37-
"deny": []
39+
"deny": [
40+
"Bash(pnpm i --no-frozen-lockfile:*)",
41+
"Bash(pnpm install --no-frozen-lockfile:*)",
42+
"Bash(npm i --no-frozen-lockfile:*)",
43+
"Bash(npm install --no-frozen-lockfile:*)"
44+
]
45+
},
46+
"sandbox": {
47+
"enabled": true,
48+
"autoAllowBashIfSandboxed": true,
49+
"allowUnsandboxedCommands": false,
50+
"network": {
51+
"allowUnixSockets": [],
52+
"allowLocalBinding": true
53+
},
54+
"excludedCommands": []
3855
}
39-
}
56+
}

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
node_modules
55
/.pnp
66
.pnp.js
7+
.pnpm-store
78

89
# testing
910
/coverage
@@ -76,5 +77,4 @@ tsconfig.vitest-temp.json
7677
certificates
7778

7879
# Claude
79-
.claude
80-
.playwright-mcp
80+
.playwright-mcp

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ strict-peer-dependencies=false
22
auto-install-peers=false
33
public-hoist-pattern[]=*eslint*
44
public-hoist-pattern[]=*prettier*
5-
public-hoist-pattern[]=*stylelint*
5+
public-hoist-pattern[]=*stylelint*

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"e2e:wallet": "playwright test --project=wallets",
4545
"e2e:wallet:debug": "playwright test --project=wallets --debug",
4646
"e2e:ci": "E2E=true CI=true STABLE_MODE=true SLOW_MODE=true pnpm tenv start --extra-time 11368000 --verbosity 1",
47-
"postinstall": "husky install",
4847
"wrangle": "wrangler pages dev ./out --local --log-level none",
4948
"wrangle:dev": "wrangler pages dev ./next",
5049
"wrangle:dev:https": "wrangler pages dev --local-protocol=https ./next",
@@ -167,7 +166,6 @@
167166
"hardhat": "^2.22.18",
168167
"hardhat-dependency-compiler": "^1.1.3",
169168
"hardhat-deploy": "^0.12.4",
170-
"husky": "^7.0.4",
171169
"jsdom": "^24.1.0",
172170
"knip": "^5.44.0",
173171
"msw": "^2.7.0",
@@ -195,8 +193,7 @@
195193
"pnpm": {
196194
"onlyBuiltDependencies": [
197195
"esbuild",
198-
"fsevents",
199-
"husky"
196+
"fsevents"
200197
],
201198
"overrides": {
202199
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13",

0 commit comments

Comments
 (0)