chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:14 -08:00
parent b6a776e5d7
commit 25c96e210a
316 changed files with 29779 additions and 677 deletions

View File

@@ -23,11 +23,21 @@
"lint:eslint": "eslint . --cache",
"lint:fix": "pnpm run lint:eslint --fix && pnpm run lint:misc --write",
"lint:misc": "prettier '**/*.json' '**/*.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
"publish:snap": "bash scripts/publish-snap-to-npm.sh",
"start": "pnpm -r --parallel run start",
"test": "pnpm --filter chain138-snap run build && pnpm --filter chain138-snap run test",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"publish:snap": "bash scripts/publish-snap-to-npm.sh"
"test:e2e:ui": "playwright test --ui"
},
"resolutions": {
"@sigmacomputing/babel-plugin-lodash>glob": "^7.2.0",
"cookie": "^0.7.1",
"gatsby>glob": "^7.2.0",
"glob": "^10.5.0",
"path-to-regexp@0.1.10": "^0.1.12",
"sharp": "^0.34.5",
"socket.io": "^4.8.1",
"ws": "^8.17.1"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.4.2",
@@ -57,31 +67,34 @@
"node": ">=18.6.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"gatsby",
"sharp"
],
"peerDependencyRules": {
"allowedVersions": {
"eslint": "9",
"react": "18",
"@metamask/providers": "22",
"@metamask/snaps-controllers": "17",
"@typescript-eslint/eslint-plugin": "5",
"@typescript-eslint/parser": "5",
"eslint-plugin-jest": "28"
"eslint": "9",
"eslint-plugin-jest": "28",
"react": "18"
}
},
"onlyBuiltDependencies": [
"gatsby",
"sharp"
],
"overrides": {
"@sigmacomputing/babel-plugin-lodash>glob": "^7.2.0",
"cookie": "^0.7.1",
"eslint-import-resolver-typescript": "^3.6.3",
"path-to-regexp@0.1.10": "^0.1.12",
"sharp": "^0.33.5",
"socket.io": "^4.8.1",
"ws": "^8.17.1",
"gatsby>eslint": "^7.32.0",
"eslint-config-react-app>eslint": "^7.32.0",
"eslint-plugin-flowtype>eslint": "^7.32.0"
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-flowtype>eslint": "^7.32.0",
"gatsby>eslint": "^7.32.0",
"gatsby>glob": "^7.2.0",
"glob": "^10.5.0",
"path-to-regexp@0.1.10": "^0.1.12",
"sharp": "^0.34.5",
"socket.io": "^4.8.1",
"ws": "^8.17.1"
}
},
"lavamoat": {