Skip to content

Commit c2082e4

Browse files
committed
Remove @types/uuid dependency
1 parent 8ed78e6 commit c2082e4

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@types/node": "18",
1818
"@types/sinon": "^10.0.6",
1919
"@types/temp": "^0.9.1",
20-
"@types/uuid": "^7.0.3",
2120
"@typescript-eslint/eslint-plugin": "^4.8.1",
2221
"@typescript-eslint/eslint-plugin-tslint": "^4.8.1",
2322
"@typescript-eslint/parser": "^4.8.1",

packages/filesystem/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"@types/multer": "^1.4.7",
99
"@types/rimraf": "^2.0.2",
1010
"@types/tar-fs": "^1.16.1",
11-
"@types/uuid": "^7.0.3",
1211
"async-mutex": "^0.3.1",
1312
"body-parser": "^1.18.3",
1413
"http-status-codes": "^1.3.0",

packages/typehierarchy/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Theia - Type Hierarchy Extension",
55
"dependencies": {
66
"@theia/core": "1.45.0",
7-
"@theia/editor": "1.45.0",
8-
"@types/uuid": "^7.0.3"
7+
"@theia/editor": "1.45.0"
98
},
109
"publishConfig": {
1110
"access": "public"

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,11 +2272,6 @@
22722272
dependencies:
22732273
"@types/node" "*"
22742274

2275-
"@types/uuid@^7.0.3":
2276-
version "7.0.6"
2277-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.6.tgz#455e838428ae709f82c85c677dcf5115f2061ac1"
2278-
integrity sha512-U/wu4HTp6T2dUmKqDtOUKS9cYhawuf8txqKF3Jp1iMDG8fP5HtjSldcN0g4m+/h7XHU1to1/HDCT0qeeUiu0EA==
2279-
22802275
"@types/vscode-notebook-renderer@^1.72.0":
22812276
version "1.72.1"
22822277
resolved "https://registry.yarnpkg.com/@types/vscode-notebook-renderer/-/vscode-notebook-renderer-1.72.1.tgz#5605079fa6f0fa1dddc57ce11315eec0d1a8d869"

0 commit comments

Comments
 (0)