Skip to content

Commit

Permalink
move types to devdep and remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman committed Oct 16, 2024
1 parent fc7f51f commit 5c658ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
16 changes: 7 additions & 9 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 @@ -112,11 +113,13 @@
"@types/jest": "~29.5.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 +133,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 @@ -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 Down
16 changes: 0 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8986,7 +8986,6 @@ __metadata:
"@types/jest": "npm:~29.5.13"
"@types/jsdom": "npm:^16.2.15"
"@types/jsdom-global": "npm:^3.0.7"
"@types/jsrsasign": "npm:^10.5.14"
"@types/katex": "npm:^0.14.0"
"@types/later": "npm:^1.2.9"
"@types/ldapjs": "npm:^2.2.5"
Expand Down Expand Up @@ -9015,7 +9014,6 @@ __metadata:
"@types/psl": "npm:^1.1.3"
"@types/react": "npm:~17.0.80"
"@types/react-dom": "npm:~17.0.25"
"@types/rewire": "npm:^2.5.30"
"@types/sanitize-html": "npm:^2.9.3"
"@types/semver": "npm:^7.3.10"
"@types/sharp": "npm:^0.30.5"
Expand Down Expand Up @@ -12373,13 +12371,6 @@ __metadata:
languageName: node
linkType: hard

"@types/jsrsasign@npm:^10.5.14":
version: 10.5.14
resolution: "@types/jsrsasign@npm:10.5.14"
checksum: 10/afab955b4ca861c602ff327d0421272b382dbb13c55858038fef9bc7ac4e798a1655df9cf05de7de6674cccfa3437a3718102b95fc3283e2dfa28ae4f7f5f5f2
languageName: node
linkType: hard

"@types/katex@npm:^0.14.0":
version: 0.14.0
resolution: "@types/katex@npm:0.14.0"
Expand Down Expand Up @@ -12958,13 +12949,6 @@ __metadata:
languageName: node
linkType: hard

"@types/rewire@npm:^2.5.30":
version: 2.5.30
resolution: "@types/rewire@npm:2.5.30"
checksum: 10/75f756ee068ad7f8aac697dc80f0007afa8c837e7aa211fd95ba7eeea8905043b20439e9b1c8326be77643159580aeebc49a464e626b0837ee188bd8a05dfe84
languageName: node
linkType: hard

"@types/sanitize-html@npm:^2.9.3":
version: 2.9.3
resolution: "@types/sanitize-html@npm:2.9.3"
Expand Down

0 comments on commit 5c658ae

Please sign in to comment.