Skip to content

Commit

Permalink
Bump sinon to ^17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent a5bf753 commit c66b3fb
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 35 deletions.
4 changes: 2 additions & 2 deletions packages/api-docs-builder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@types/mdast": "4.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.15",
"@types/sinon": "^10.0.20",
"@types/sinon": "^17.0.3",
"ast-types": "^0.14.2",
"chai": "^4.4.1",
"sinon": "^15.2.0",
"sinon": "^17.0.1",
"typescript": "^5.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"@types/prop-types": "^15.7.11",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/sinon": "^10.0.20",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sinon": "^15.2.0"
"sinon": "^17.0.1"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
Expand Down
70 changes: 41 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/chai": "^4.3.12",
"@types/react": "^18.2.55",
"@types/react-is": "^18.2.4",
"@types/sinon": "^10.0.20",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"docs": "workspace:^",
"fast-glob": "^3.3.2",
Expand All @@ -35,7 +35,7 @@
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.21.3",
"sinon": "^15.2.0",
"sinon": "^17.0.1",
"styled-components": "^6.1.8",
"stylis": "4.2.0",
"stylis-plugin-rtl": "^2.1.1",
Expand Down

0 comments on commit c66b3fb

Please sign in to comment.