Skip to content

Commit 35d4766

Browse files
chore: Remove unused deps (#5756)
1 parent 53c456a commit 35d4766

File tree

2 files changed

+5
-191
lines changed

2 files changed

+5
-191
lines changed

site/package.json

-7
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@xstate/inspect": "0.6.5",
4242
"@xstate/react": "3.0.1",
4343
"axios": "0.26.1",
44-
"can-ndjson-stream": "1.0.2",
4544
"chart.js": "3.9.1",
4645
"chartjs-adapter-date-fns": "3.0.0",
4746
"color-convert": "2.0.1",
@@ -77,8 +76,6 @@
7776
"xterm": "4.19.0",
7877
"xterm-addon-fit": "0.5.0",
7978
"xterm-addon-web-links": "0.6.0",
80-
"xterm-addon-webgl": "0.11.4",
81-
"xterm-for-react": "1.0.4",
8279
"yup": "0.32.11"
8380
},
8481
"devDependencies": {
@@ -90,15 +87,13 @@
9087
"@testing-library/jest-dom": "5.16.4",
9188
"@testing-library/react": "13.4.0",
9289
"@testing-library/user-event": "14.4.3",
93-
"@types/express": "4.17.13",
9490
"@types/jest": "27.4.1",
9591
"@types/node": "14.18.22",
9692
"@types/react": "18.0.15",
9793
"@types/react-dom": "18.0.6",
9894
"@types/react-helmet": "6.1.5",
9995
"@types/react-syntax-highlighter": "15.5.5",
10096
"@types/semver": "7.3.12",
101-
"@types/superagent": "4.1.15",
10297
"@types/ua-parser-js": "0.7.36",
10398
"@types/uuid": "8.3.4",
10499
"@typescript-eslint/eslint-plugin": "5.38.1",
@@ -108,7 +103,6 @@
108103
"chromatic": "6.11.4",
109104
"eslint": "8.29.0",
110105
"eslint-config-prettier": "8.5.0",
111-
"eslint-import-resolver-alias": "1.1.2",
112106
"eslint-import-resolver-typescript": "3.5.0",
113107
"eslint-plugin-compat": "4.0.2",
114108
"eslint-plugin-eslint-comments": "3.2.0",
@@ -128,7 +122,6 @@
128122
"resize-observer": "1.0.4",
129123
"semver": "7.3.7",
130124
"ts-jest": "27.1.4",
131-
"ts-node": "10.9.1",
132125
"typescript": "4.8.2"
133126
},
134127
"browserslist": [

0 commit comments

Comments
 (0)