Skip to content

Commit

Permalink
Remove unused dependencies (#5102)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Jan 3, 2024
1 parent e1e3430 commit abf56b9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 41 deletions.
9 changes: 2 additions & 7 deletions frontend/openchat-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"js-sha3": "^0.8.0",
"md5": "^2.3.0",
"uuid": "^9.0.0",
"openchat-shared": "*",
"core-js": "^3.32.0"
"openchat-shared": "*"
},
"devDependencies": {
"@babel/core": "^7.22.10",
Expand All @@ -45,11 +44,7 @@
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"process": "^0.11.10",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"wait-on": "^7.0.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
"wait-on": "^7.0.1"
}
}
3 changes: 0 additions & 3 deletions frontend/openchat-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@dfinity/candid": "^0.20.2",
"@dfinity/identity": "^0.20.2",
"@dfinity/principal": "^0.20.2",
"@fingerprintjs/botd": "^1.6.2",
"drange": "^2.0.1",
"identicon.js": "^2.3.3",
"md5": "^2.3.0",
Expand All @@ -47,10 +46,8 @@
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"process": "^0.11.10",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6",
"url": "^0.11.1",
"wait-on": "^7.0.1"
}
}
2 changes: 0 additions & 2 deletions frontend/openchat-service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"@typescript-eslint/parser": "^6.4.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"process": "^0.11.10",
"ts-loader": "^9.4.4",
"wait-on": "^7.0.1"
}
}
9 changes: 1 addition & 8 deletions frontend/openchat-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,18 @@
"author": "[email protected]",
"dependencies": {
"@dfinity/agent": "^0.20.2",
"@dfinity/auth-client": "^0.20.2",
"@dfinity/candid": "^0.20.2",
"@dfinity/identity": "^0.20.2",
"@dfinity/principal": "^0.20.2",
"drange": "^2.0.1",
"idb": "^7.1.1",
"identicon.js": "^2.3.3",
"md5": "^2.3.0",
"uuid": "^9.0.0"
"rollbar": "^2.26.2"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@testing-library/jest-dom": "^6.0.0",
"@types/identicon.js": "^2.3.1",
"@types/jest": "^29.5.3",
"@types/md5": "^2.3.2",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"babel-jest": "^29.6.2",
Expand All @@ -42,7 +36,6 @@
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"process": "^0.11.10",
"ts-jest": "^29.1.1",
"wait-on": "^7.0.1"
}
Expand Down
1 change: 0 additions & 1 deletion frontend/openchat-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@typescript-eslint/parser": "^6.4.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"process": "^0.11.10",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"wait-on": "^7.0.1"
Expand Down
21 changes: 1 addition & 20 deletions frontend/package-lock.json

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

0 comments on commit abf56b9

Please sign in to comment.