Skip to content

Commit 67ff2e9

Browse files
committed
chore: fix build
1 parent 84c2abc commit 67ff2e9

File tree

4 files changed

+15
-45
lines changed

4 files changed

+15
-45
lines changed

javascript/solana.js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@
166166
"@coral-xyz/borsh": "^0.28.0",
167167
"@solana/spl-token": "^0.3.8",
168168
"@solana/web3.js": "^1.78.0",
169-
"@switchboard-xyz/common": "latest",
169+
"@switchboard-xyz/common": "^2.2.5",
170170
"cron-validator": "^1.3.1",
171171
"dotenv": "^16.3.1",
172172
"lodash": "^4.17.21"
173173
},
174174
"devDependencies": {
175-
"@switchboard-xyz/eslint-config": "latest",
176-
"@switchboard-xyz/oracle": "latest",
175+
"@switchboard-xyz/eslint-config": "^0.1.9",
176+
"@switchboard-xyz/oracle": "^2.1.13",
177177
"@types/chai": "^4.3.5",
178178
"@types/lodash": "^4.14.195",
179179
"@types/mocha": "^10.0.1",

javascript/solana.js/tsconfig.base.json

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,6 @@
2828
"strictNullChecks": false,
2929
"strictFunctionTypes": true,
3030
"noImplicitReturns": true,
31-
"esModuleInterop": true,
32-
"paths": {
33-
"@switchboard-xyz/common": [
34-
"../common"
35-
],
36-
"@solana/spl-token": [
37-
"./node_modules/@solana/spl-token",
38-
"../node_modules/@solana/spl-token"
39-
]
40-
}
41-
},
42-
"references": [
43-
{
44-
"path": "../common"
45-
}
46-
]
47-
}
31+
"esModuleInterop": true
32+
}
33+
}

javascript/solana.js/tsconfig.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,8 @@
2828
"strictPropertyInitialization": false,
2929
"strict": true,
3030
"strictNullChecks": true,
31-
"allowJs": true,
32-
"paths": {
33-
"@switchboard-xyz/common": [
34-
"../common"
35-
],
36-
"@switchboard-xyz/oracle": [
37-
"../oracle"
38-
]
39-
}
31+
"allowJs": true
4032
},
41-
"references": [
42-
{
43-
"path": "../common"
44-
},
45-
{
46-
"path": "../oracle"
47-
}
48-
],
4933
"typedocOptions": {
5034
"entryPoints": [
5135
"src/index.ts",

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)