Skip to content

Commit

Permalink
Merge pull request #154 from hackbg/perf/sinon-budge
Browse files Browse the repository at this point in the history
perf(npm): move sinon to devDependencies
  • Loading branch information
assafmo committed Sep 26, 2023
2 parents 03cd458 + 6218f7a commit 427ec9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"miscreant": "0.3.2",
"pako": "2.0.4",
"protobufjs": "6.11.4",
"secure-random": "1.1.2",
"sinon": "14.0.0"
"secure-random": "1.1.2"
},
"devDependencies": {
"@confio/relayer": "0.7.0",
Expand All @@ -59,6 +58,7 @@
"jest": "27.4.7",
"node-polyfill-webpack-plugin": "1.1.4",
"prettier": "2.5.1",
"sinon": "14.0.0",
"ts-jest": "27.1.3",
"ts-loader": "9.2.6",
"ts-node": "^10.7.0",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -869,12 +869,19 @@
dependencies:
type-detect "4.0.8"

"@sinonjs/commons@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.0.tgz#beb434fe875d965265e04722ccfc21df7f755d72"
integrity sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==
dependencies:
type-detect "4.0.8"

"@sinonjs/fake-timers@^10.0.2":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz#d10549ed1f423d80639c528b6c7f5a1017747d0c"
integrity sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==
version "10.3.0"
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66"
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
dependencies:
"@sinonjs/commons" "^2.0.0"
"@sinonjs/commons" "^3.0.0"

"@sinonjs/fake-timers@^8.0.1":
version "8.1.0"
Expand Down

0 comments on commit 427ec9b

Please sign in to comment.