Skip to content

Commit

Permalink
Bump sinon to ^19.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 37f3238 commit a55f905
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 57 deletions.
2 changes: 1 addition & 1 deletion packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mocha": "^10.7.3",
"playwright": "^1.48.2",
"prop-types": "^15.8.1",
"sinon": "^18.0.1"
"sinon": "^19.0.2"
},
"devDependencies": {
"@types/chai": "^4.3.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^20.17.1",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"sinon": "^18.0.1",
"sinon": "^19.0.2",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@types/react-docgen": "workspace:*",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"sinon": "^18.0.1"
"sinon": "^19.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^18.0.1"
"sinon": "^19.0.2"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"next": "^14.2.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^18.0.1"
"sinon": "^19.0.2"
},
"peerDependencies": {
"@emotion/react": "^11.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"chai": "^4.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^18.0.1"
"sinon": "^19.0.2"
},
"peerDependencies": {
"@emotion/react": "^11.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"sinon": "^18.0.1"
"sinon": "^19.0.2"
},
"peerDependencies": {
"@emotion/react": "^11.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"chai": "^4.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^18.0.1"
"sinon": "^19.0.2"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "^18.3.1",
"sinon": "^18.0.1",
"sinon": "^19.0.2",
"styled-components": "^6.1.13"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"chai": "^4.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^18.0.1"
"sinon": "^19.0.2"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
84 changes: 38 additions & 46 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react-router-dom": "^6.27.0",
"sinon": "^18.0.1",
"sinon": "^19.0.2",
"styled-components": "^6.1.13",
"stylis": "4.2.0",
"stylis-plugin-rtl": "^2.1.1",
Expand Down

0 comments on commit a55f905

Please sign in to comment.