Skip to content

Commit

Permalink
Remove @types/uuid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Jan 15, 2024
1 parent 8ed78e6 commit c2082e4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@types/node": "18",
"@types/sinon": "^10.0.6",
"@types/temp": "^0.9.1",
"@types/uuid": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
Expand Down
1 change: 0 additions & 1 deletion packages/filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"@types/multer": "^1.4.7",
"@types/rimraf": "^2.0.2",
"@types/tar-fs": "^1.16.1",
"@types/uuid": "^7.0.3",
"async-mutex": "^0.3.1",
"body-parser": "^1.18.3",
"http-status-codes": "^1.3.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/typehierarchy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Theia - Type Hierarchy Extension",
"dependencies": {
"@theia/core": "1.45.0",
"@theia/editor": "1.45.0",
"@types/uuid": "^7.0.3"
"@theia/editor": "1.45.0"
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2272,11 +2272,6 @@
dependencies:
"@types/node" "*"

"@types/uuid@^7.0.3":
version "7.0.6"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.6.tgz#455e838428ae709f82c85c677dcf5115f2061ac1"
integrity sha512-U/wu4HTp6T2dUmKqDtOUKS9cYhawuf8txqKF3Jp1iMDG8fP5HtjSldcN0g4m+/h7XHU1to1/HDCT0qeeUiu0EA==

"@types/vscode-notebook-renderer@^1.72.0":
version "1.72.1"
resolved "https://registry.yarnpkg.com/@types/vscode-notebook-renderer/-/vscode-notebook-renderer-1.72.1.tgz#5605079fa6f0fa1dddc57ce11315eec0d1a8d869"
Expand Down

0 comments on commit c2082e4

Please sign in to comment.