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

Commit 0922164

Browse files
authored
fix: temporarily pin sinon at 10.0.0 (#1252)
* fix: temporarily pin sinon at 10.0.0 until this is fixed: sinonjs/sinon#2352 * chore: let npm rearrange the imports for some devDependencies
1 parent 9697ab2 commit 0922164

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 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",
@@ -92,15 +94,13 @@
9294
"null-loader": "^4.0.0",
9395
"protobufjs": "^6.10.1",
9496
"proxyquire": "^2.0.0",
95-
"sinon": "^10.0.0",
97+
"sinon": "10.0.0",
9698
"tmp": "^0.2.0",
9799
"ts-loader": "^8.0.0",
98100
"typescript": "^3.8.3",
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)