Skip to content

Commit

Permalink
clean extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Sep 4, 2024
1 parent 0ac3531 commit eb34a6c
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 1,116 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,23 @@
"author": "DappNode Association",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.2",
"@types/node": "^22.5.3",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"chai": "^5.1.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"rimraf": "^4.1.1",
"tsx": "^4.19.0"
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"scripts": {
"build": "yarn workspaces foreach --all -pt run build",
Expand Down
13 changes: 1 addition & 12 deletions packages/brain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,16 @@
"ajv": "^8.12.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.0",
"express": "^4.18.2",
"lowdb": "^5.0.5",
"socket.io": "^4.5.4"
},
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@types/chai": "^4.3.4",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.15",
"@types/lowdb": "^1.0.11",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.13",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"rimraf": "^4.1.1",
"sinon": "^15.0.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4"
"sinon": "^15.0.1"
}
}
13 changes: 1 addition & 12 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,8 @@
"test": "yarn run test:unit",
"test:unit": "mocha -r dotenv/config --exit --recursive 'test/**/*.unit.test.ts'"
},
"dependencies": {
"typescript-json-schema": "^0.55.0"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.13",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"rimraf": "^4.1.1",
"sinon": "^15.0.1",
"typescript": "^4.9.4",
"typescript-json-schema": "^0.55.0"
"sinon": "^15.0.1"
}
}
6 changes: 0 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"react-dropzone": "^11.4.2",
"react-router-dom": "^6.26.1",
"socket.io-client": "^4.5.4",
"typescript": "^4.1.2",
"vite-tsconfig-paths": "^5.0.1"
},
"scripts": {
Expand Down Expand Up @@ -50,15 +49,10 @@
"devDependencies": {
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@types/chai": "^4.3.3",
"@types/lodash-es": "^4.17.6",
"@types/mocha": "^10.0.7",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^4.3.1",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"vite": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"outDir": "dist",
"target": "ESNext",
"lib": ["dom", "dom.iterable", "esnext"],
"types": ["vite/client"],
"types": ["vite/client", "node"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand Down
Loading

0 comments on commit eb34a6c

Please sign in to comment.