Skip to content

Commit

Permalink
fix: Remove Feast UI TypeScript dependencies from peerDependencies
Browse files Browse the repository at this point in the history
…and `dependencies` (#4554)
  • Loading branch information
peruukki authored Sep 22, 2024
1 parent 351a2d0 commit e781e16
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^55.0.1",
"@emotion/react": "^11.7.1",
"@types/d3": "^7.1.0",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"d3": "^7.3.0",
"inter-ui": "^3.19.3",
"moment": "^2.29.1",
Expand All @@ -25,19 +22,13 @@
"react-query": "^3.34.12",
"react-router-dom": "6",
"react-scripts": "^5.0.0",
"typescript": "^4.4.2",
"use-query-params": "^1.2.3",
"zod": "^3.11.6"
},
"dependencies": {
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^55.0.1",
"@emotion/react": "^11.7.1",
"@types/d3": "^7.1.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"d3": "^7.3.0",
"inter-ui": "^3.19.3",
"moment": "^2.29.1",
Expand Down Expand Up @@ -96,6 +87,11 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/d3": "^7.1.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"msw": "^0.36.8",
"protobufjs-cli": "^1.0.2",
"react": "^17.0.2",
Expand Down

0 comments on commit e781e16

Please sign in to comment.