Skip to content

Commit

Permalink
Update sinon and jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed May 27, 2024
1 parent c01dcd1 commit fc4fc4e
Show file tree
Hide file tree
Showing 12 changed files with 77 additions and 53 deletions.
4 changes: 2 additions & 2 deletions packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"enzyme": "^3.11.0",
"format-util": "^1.0.5",
"fs-extra": "^11.2.0",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"lodash": "^4.17.21",
"mocha": "^10.4.0",
"playwright": "^1.44.0",
"prop-types": "^15.8.1",
"react-test-renderer": "^18.2.0",
"sinon": "^15.2.0"
"sinon": "^16.1.3"
},
"devDependencies": {
"@types/chai": "^4.3.16",
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": "^18.19.33",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"sinon": "^15.2.0",
"sinon": "^16.1.3",
"typescript": "^5.4.5"
}
}
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.4.1",
"sinon": "^15.2.0"
"sinon": "^16.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sinon": "^15.2.0"
"sinon": "^16.1.3"
},
"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": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sinon": "^15.2.0"
"sinon": "^16.1.3"
},
"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.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sinon": "^15.2.0"
"sinon": "^16.1.3"
},
"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 @@ -73,7 +73,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"sinon": "^15.2.0"
"sinon": "^16.1.3"
},
"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.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sinon": "^15.2.0"
"sinon": "^16.1.3"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.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 @@ -62,7 +62,7 @@
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"sinon": "^15.2.0",
"sinon": "^16.1.3",
"styled-components": "^6.1.11"
},
"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 @@ -57,7 +57,7 @@
"chai": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sinon": "^15.2.0"
"sinon": "^16.1.3"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
Expand Down
106 changes: 65 additions & 41 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.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.23.1",
"sinon": "^15.2.0",
"sinon": "^16.1.3",
"styled-components": "^6.1.11",
"stylis": "4.2.0",
"stylis-plugin-rtl": "^2.1.1",
Expand Down

0 comments on commit fc4fc4e

Please sign in to comment.