Skip to content

Commit

Permalink
chore!: Remove unused dependencies (#33593)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman authored and ggazzo committed Oct 17, 2024
1 parent 7dfc8cd commit b696246
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 320 deletions.
20 changes: 7 additions & 13 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"@types/chai-dom": "1.11.3",
"@types/chai-spies": "~1.0.6",
"@types/codemirror": "^5.60.15",
"@types/cookie": "^0.5.4",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/cssom": "^0.4.3",
Expand All @@ -113,10 +114,13 @@
"@types/jsdom": "^16.2.15",
"@types/jsdom-global": "^3.0.7",
"@types/jsrsasign": "^10.5.14",
"@types/katex": "^0.14.0",
"@types/later": "^1.2.9",
"@types/ldapjs": "^2.2.5",
"@types/less": "~3.0.6",
"@types/lodash": "^4.14.200",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.get": "^4.4.9",
"@types/mailparser": "^3.4.4",
"@types/marked": "^4.0.8",
Expand All @@ -130,17 +134,19 @@
"@types/node-rsa": "^1.1.4",
"@types/nodemailer": "^6.4.15",
"@types/oauth2-server": "^3.0.17",
"@types/object-path": "^0.11.4",
"@types/parseurl": "^1.3.3",
"@types/prometheus-gc-stats": "^0.6.4",
"@types/proxy-from-env": "^1.0.4",
"@types/proxyquire": "^1.3.31",
"@types/psl": "^1.1.3",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"@types/rewire": "^2.5.30",
"@types/sanitize-html": "^2.9.3",
"@types/semver": "^7.3.10",
"@types/sharp": "^0.30.5",
"@types/sinon": "^10.0.20",
"@types/speakeasy": "^2.0.10",
"@types/strict-uri-encode": "^2.0.2",
"@types/string-strip-html": "^5.0.1",
"@types/supertest": "^2.0.16",
Expand Down Expand Up @@ -197,7 +203,6 @@
"proxyquire": "^2.1.3",
"raw-loader": "~4.0.2",
"react-docgen-typescript-plugin": "^1.0.8",
"rewire": "^6.0.0",
"sinon": "^19.0.2",
"source-map": "^0.7.4",
"storybook": "^8.3.5",
Expand Down Expand Up @@ -287,13 +292,6 @@
"@slack/bolt": "^3.14.0",
"@slack/rtm-api": "^6.0.0",
"@tanstack/react-query": "^4.16.1",
"@types/cookie": "^0.5.4",
"@types/katex": "^0.14.0",
"@types/lodash": "^4.14.200",
"@types/lodash.debounce": "^4.0.9",
"@types/object-path": "^0.11.4",
"@types/proxy-from-env": "^1.0.4",
"@types/speakeasy": "^2.0.10",
"@xmldom/xmldom": "^0.8.10",
"adm-zip": "0.5.16",
"ajv": "^8.11.0",
Expand All @@ -302,7 +300,6 @@
"archiver": "^3.1.1",
"asterisk-manager": "^0.2.0",
"atlassian-crowd-patched": "^0.5.1",
"autolinker": "^3.15.0",
"aws-sdk": "^2.1363.0",
"bad-words": "^3.0.4",
"bcrypt": "^5.0.1",
Expand Down Expand Up @@ -384,7 +381,6 @@
"mongo-message-queue": "^1.0.0",
"mongodb": "^4.17.2",
"nats": "^2.6.1",
"node-abort-controller": "^3.1.1",
"node-dogstatsd": "^0.0.7",
"node-fetch": "2.7.0",
"node-gcm": "1.0.5",
Expand Down Expand Up @@ -413,7 +409,6 @@
"react-i18next": "~13.2.2",
"react-keyed-flatten-children": "^1.3.0",
"react-virtuoso": "^4.7.1",
"redis": "^4.0.6",
"sanitize-html": "^2.13.1",
"semver": "^7.6.3",
"sharp": "^0.32.6",
Expand All @@ -428,7 +423,6 @@
"swiper": "^9.4.1",
"textarea-caret": "^3.1.0",
"tinykeys": "^1.4.0",
"turndown": "^7.2.0",
"twilio": "^3.76.1",
"twit": "^2.2.11",
"typia": "~6.9.0",
Expand Down
Loading

0 comments on commit b696246

Please sign in to comment.