Skip to content

Commit

Permalink
fix: temporarily pin sinon at 10.0.0 (#1252)
Browse files Browse the repository at this point in the history
* fix: temporarily pin sinon at 10.0.0 until this is fixed:

sinonjs/sinon#2352

* chore: let npm rearrange the imports for some devDependencies
  • Loading branch information
feywind committed Apr 9, 2021
1 parent 9697ab2 commit 0922164
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -67,6 +67,8 @@
},
"devDependencies": {
"@grpc/proto-loader": "^0.6.0",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"@types/execa": "^0.9.0",
"@types/extend": "^3.0.0",
"@types/lodash.snakecase": "^4.1.6",
Expand All @@ -92,15 +94,13 @@
"null-loader": "^4.0.0",
"protobufjs": "^6.10.1",
"proxyquire": "^2.0.0",
"sinon": "^10.0.0",
"sinon": "10.0.0",
"tmp": "^0.2.0",
"ts-loader": "^8.0.0",
"typescript": "^3.8.3",
"uuid": "^8.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"yargs": "^16.0.0",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"yargs": "^16.0.0"
}
}

0 comments on commit 0922164

Please sign in to comment.