Skip to content

Commit 4f50dc3

Browse files
committed
Update gnosis pakcage.json
1 parent dc91af0 commit 4f50dc3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

packages/gnosis/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
"license": "MIT",
5555
"devDependencies": {
5656
"@types/node": "17.0.19",
57-
"typescript": "^5.4.5"
57+
"typescript": "^5.4.5",
58+
"@safe-global/safe-apps-provider": "^0.18.2",
59+
"@safe-global/safe-apps-sdk": "^8.0.0"
5860
},
5961
"dependencies": {
6062
"@web3-onboard/common": "^2.4.0-viem.4"
@@ -63,4 +65,4 @@
6365
"@safe-global/safe-apps-provider": "^0.18.2",
6466
"@safe-global/safe-apps-sdk": "^8.0.0"
6567
}
66-
}
68+
}

packages/gnosis/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*"],
4-
4+
55
"compilerOptions": {
66
"outDir": "dist",
77
"rootDir": "src",
@@ -10,5 +10,6 @@
1010
"*": ["./src/*", "./node_modules/*"]
1111
},
1212
"typeRoots": ["node_modules/@types"],
13+
"moduleResolution": "node"
1314
}
1415
}

0 commit comments

Comments
 (0)