Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 2d6f82c

Browse files
committed
chore: let npm rearrange the imports for some devDependencies
1 parent be2aeb0 commit 2d6f82c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
},
6868
"devDependencies": {
6969
"@grpc/proto-loader": "^0.6.0",
70+
"@microsoft/api-documenter": "^7.8.10",
71+
"@microsoft/api-extractor": "^7.8.10",
7072
"@types/execa": "^0.9.0",
7173
"@types/extend": "^3.0.0",
7274
"@types/lodash.snakecase": "^4.1.6",
@@ -99,8 +101,6 @@
99101
"uuid": "^8.0.0",
100102
"webpack": "^5.0.0",
101103
"webpack-cli": "^4.0.0",
102-
"yargs": "^16.0.0",
103-
"@microsoft/api-documenter": "^7.8.10",
104-
"@microsoft/api-extractor": "^7.8.10"
104+
"yargs": "^16.0.0"
105105
}
106106
}

0 commit comments

Comments
 (0)