Skip to content

Commit

Permalink
Remove some unused frontend deps (#4651)
Browse files Browse the repository at this point in the history
  • Loading branch information
bduffany authored Aug 28, 2023
1 parent c488ae7 commit 5f19fb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 963 deletions.
16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"clean": "bazel clean && rm -rf node_modules"
},
"devDependencies": {
"@bazel/bazelisk": "^1.12.0",
"@bazel/buildifier": "^3.4.0",
"@bazel/esbuild": "^5.4.0",
"@bazel/ibazel": "^0.13.2",
"@bazel/jasmine": "^5.4.0",
"@bazel/typescript": "^5.4.0",
"@types/d3-scale": "^3.0.0",
Expand All @@ -25,31 +22,23 @@
"@types/react": "^16.8.17",
"@types/react-date-range": "^1.1.6",
"@types/react-dom": "^16.8.4",
"@types/react-lazylog": "^4.5.0",
"@types/react-modal": "^3.10.6",
"@types/react-slider": "^1.3.1",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/uuid": "^8.3.0",
"clang-format": "^1.4.0",
"concurrently": "^5.3.0",
"d3-scale": "^4.0.2",
"dagre-d3-react": "^0.2.4",
"date-fns": "^2.23.0",
"diff": "^5.0.0",
"diff-match-patch": "^1.0.5",
"events": "^3.2.0",
"google-protobuf": "^3.14.0",
"grpc-web": "^1.2.1",
"jasmine": "^4.1.0",
"libsodium-wrappers": "^0.7.10",
"lint-staged": "^10.2.13",
"long": "^4.0.0",
"lucide-react": "^0.241.0",
"memoize-one": "^6.0.0",
"moment": "^2.29.4",
"monaco-editor": "^0.25.2",
"oidc-client": "^1.10.1",
"path-browserify": "^1.0.1",
"prettier": "^2.1.1",
"protobufjs": "^7.2.4",
Expand All @@ -62,16 +51,13 @@
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.7",
"recharts": "^2.1.16",
"rollup-plugin-replace": "^2.2.0",
"rxjs": "^6.6.3",
"shlex": "^2.1.2",
"tslib": "^2.1.0",
"typescript": "^4.6.3",
"uuid": "^8.3.0"
},
"resolutions": {
"@types/react": "^16.8.17"
},
"dependencies": {
"shlex": "^2.1.2"
}
}
Loading

0 comments on commit 5f19fb9

Please sign in to comment.