Skip to content

Commit

Permalink
chore: sideEffects patches
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Aug 8, 2023
1 parent b18a2c4 commit 66fa931
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 7 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
},
"patchedDependencies": {
"@coinbase/wallet-sdk@3.8.0-beta.0": "patches/@coinbase__wallet-sdk@3.8.0-beta.0.patch",
"@ledgerhq/connect-kit-loader@1.1.1": "patches/@ledgerhq__connect-kit-loader@1.1.1.patch",
"@safe-global/safe-apps-provider@0.17.1": "patches/@safe-global__safe-apps-provider@0.17.1.patch",
"@safe-global/safe-apps-sdk@8.0.0": "patches/@safe-global__safe-apps-sdk@8.0.0.patch",
"vitepress@1.0.0-beta.6": "patches/vitepress@1.0.0-beta.6.patch"
},
"peerDependencyRules": {
Expand Down
12 changes: 12 additions & 0 deletions patches/@ledgerhq__connect-kit-loader@1.1.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/package.json b/package.json
index 82be6feaa4684e21b28c3b152311e60537a26055..5d78b06c2cda044ad8a504e96d3a53ebb6501acd 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,7 @@
"files": [
"dist"
],
+ "sideEffects": false,
"type": "module",
"types": "index",
"homepage": "https://ledger.com",
12 changes: 12 additions & 0 deletions patches/@safe-global__safe-apps-provider@0.17.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/package.json b/package.json
index e5a62bac8d5514a10797eb4aa6f53a0dd26b8c75..096886e61ce667e91c4eb69f61a4fe0b801a9c9e 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "A provider wrapper of Safe Apps SDK",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
+ "sideEffects": false,
"files": [
"dist/**/*",
"src/**/*",
12 changes: 12 additions & 0 deletions patches/@safe-global__safe-apps-sdk@8.0.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/package.json b/package.json
index eb34a0a8bf5fc63ad6ed88e7e7445b9d519dc774..297ac8b3f34f8852f2742b084d1852aeb2fd5dfe 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "SDK developed to integrate third-party apps with Safe app.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
+ "sideEffects": false,
"files": [
"dist/**/*",
"src/**/*",
26 changes: 19 additions & 7 deletions pnpm-lock.yaml

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

1 comment on commit 66fa931

@vercel
Copy link

@vercel vercel bot commented on 66fa931 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wagmi-v2 – ./docs

wagmi-v2-git-alpha-wagmi-dev.vercel.app
alpha.wagmi.sh
wagmi-v2.vercel.app
wagmi-v2-wagmi-dev.vercel.app

Please sign in to comment.