Skip to content

Commit

Permalink
web/ui: remove unused dependencies
Browse files Browse the repository at this point in the history
Closes #5653.
  • Loading branch information
rfratto committed Nov 15, 2023
1 parent bbd4509 commit 3742bf0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2,268 deletions.
10 changes: 0 additions & 10 deletions web/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,24 @@
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@grafana/ui": "^9.5.2",
"@tanstack/react-query": "^4.29.5",
"d3": "^7.8.4",
"d3-dag": "^0.11.5",
"d3-zoom": "^3.0.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.1",
"react-syntax-highlighter": "^15.5.0",
"react-table": "^7.8.0",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/d3-zoom": "^3.0.2",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/node": "^20.1.3",
"@types/prettier": "^2.7.2",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.14",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-table": "^7.7.14",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
Expand Down
Loading

0 comments on commit 3742bf0

Please sign in to comment.