Skip to content

Commit e781e16

Browse files
authored
fix: Remove Feast UI TypeScript dependencies from peerDependencies and dependencies (feast-dev#4554)
1 parent 351a2d0 commit e781e16

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

ui/package.json

+5-9
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"@elastic/datemath": "^5.0.3",
1313
"@elastic/eui": "^55.0.1",
1414
"@emotion/react": "^11.7.1",
15-
"@types/d3": "^7.1.0",
16-
"@types/react": "^17.0.20",
17-
"@types/react-dom": "^17.0.9",
1815
"d3": "^7.3.0",
1916
"inter-ui": "^3.19.3",
2017
"moment": "^2.29.1",
@@ -25,19 +22,13 @@
2522
"react-query": "^3.34.12",
2623
"react-router-dom": "6",
2724
"react-scripts": "^5.0.0",
28-
"typescript": "^4.4.2",
2925
"use-query-params": "^1.2.3",
3026
"zod": "^3.11.6"
3127
},
3228
"dependencies": {
3329
"@elastic/datemath": "^5.0.3",
3430
"@elastic/eui": "^55.0.1",
3531
"@emotion/react": "^11.7.1",
36-
"@types/d3": "^7.1.0",
37-
"@types/jest": "^27.0.1",
38-
"@types/node": "^16.7.13",
39-
"@types/react": "^17.0.20",
40-
"@types/react-dom": "^17.0.9",
4132
"d3": "^7.3.0",
4233
"inter-ui": "^3.19.3",
4334
"moment": "^2.29.1",
@@ -96,6 +87,11 @@
9687
"@testing-library/jest-dom": "^5.14.1",
9788
"@testing-library/react": "^12.0.0",
9889
"@testing-library/user-event": "^13.2.1",
90+
"@types/d3": "^7.1.0",
91+
"@types/jest": "^27.0.1",
92+
"@types/node": "^16.7.13",
93+
"@types/react": "^17.0.20",
94+
"@types/react-dom": "^17.0.9",
9995
"msw": "^0.36.8",
10096
"protobufjs-cli": "^1.0.2",
10197
"react": "^17.0.2",

0 commit comments

Comments
 (0)