Skip to content

Commit

Permalink
feat: update patches
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8319 committed Feb 16, 2024
1 parent 43f61df commit 4d43dc9
Show file tree
Hide file tree
Showing 4 changed files with 1,534 additions and 33 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"css-vars": "npx -y tsx ./scripts/css-vars.ts > ./src/styles/vars.css && prettier -w src/styles/vars.css",
"generate-types": "typechain --target ethers-v6 --out-dir src/types/contracts ./node_modules/@safe-global/safe-deployments/dist/assets/**/*.json ./node_modules/@safe-global/safe-modules-deployments/dist/assets/**/*.json ./node_modules/@openzeppelin/contracts/build/contracts/ERC20.json ./node_modules/@openzeppelin/contracts/build/contracts/ERC721.json",
"after-install": "yarn generate-types",
"postinstall": "yarn after-install",
"postinstall": "yarn patch-package && yarn after-install",
"analyze": "cross-env ANALYZE=true yarn build",
"cypress:open": "cross-env TZ=UTC cypress open --e2e",
"cypress:canary": "cross-env TZ=UTC cypress open --e2e -b chrome:canary",
Expand Down Expand Up @@ -132,6 +132,7 @@
"fake-indexeddb": "^4.0.2",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"patch-package": "^8.0.0",
"prettier": "^2.7.0",
"ts-prune": "^0.10.3",
"typechain": "^8.3.2",
Expand Down
26 changes: 0 additions & 26 deletions patches/@safe-global+safe-modules-deployments+1.1.0.patch

This file was deleted.

Loading

0 comments on commit 4d43dc9

Please sign in to comment.