Skip to content

Commit

Permalink
single-pool-js: remove unnecessary deps (#5801)
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe authored Nov 12, 2023
1 parent f542e00 commit b1ba649
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
15 changes: 0 additions & 15 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion single-pool/js/packages/classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"solana-bankrun": "^0.2.0",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.2.2"
},
Expand Down
12 changes: 0 additions & 12 deletions single-pool/js/packages/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,13 @@
},
"devDependencies": {
"@types/node": "^20.9.0",
"@ava/typescript": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"ava": "^5.3.1",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.2.2"
},
"dependencies": {
"@solana/web3.js": "=2.0.0-experimental.21e994f"
},
"ava": {
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--import=tsx"
]
}
}
2 changes: 1 addition & 1 deletion single-pool/js/tsconfig-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"skipLibCheck": true,
"strict": true,
"traceResolution": false,
"types": ["node", "ava"]
"types": ["node"]
},
"compileOnSave": false,
"exclude": ["node_modules", "dist"],
Expand Down

0 comments on commit b1ba649

Please sign in to comment.