Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock file maintenance #137

Merged
merged 4 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,41 @@
# `npx browserslist --mobile-to-desktop "> 0.5%, last 2 versions, Firefox ESR, not dead"` when the last major is released.
# On update, sync references where "#stable-snapshot" is mentioned in the codebase.
[stable]
and_chr 122
and_chr 121
and_chr 120
and_ff 123
and_ff 122
and_ff 121
and_qq 13.1
and_qq 14.9
and_uc 15.5
android 122
android 121
android 120
chrome 122
chrome 121
chrome 120
chrome 119
chrome 109
edge 122
edge 121
edge 120
firefox 123
firefox 122
firefox 121
firefox 115
ios_saf 17.4
ios_saf 17.3
ios_saf 17.2
ios_saf 17.1
ios_saf 16.6-16.7
ios_saf 16.3
ios_saf 16.1
ios_saf 15.6-15.8
kaios 3.0-3.1
kaios 2.5
op_mini all
op_mob 73
op_mob 80
opera 108
opera 107
opera 106
opera 105
safari 17.4
safari 17.3
safari 17.2
safari 17.1
safari 16.6
samsung 23
samsung 22

Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/base": "workspace:*",
"@mui/docs": "^5.15.11",
"@mui/docs": "5.15.11",
"@mui/icons-material": "5.15.10",
"@mui/internal-markdown": "^1.0.0",
"@mui/internal-scripts": "^1.0.2",
"@mui/joy": "5.0.0-beta.28",
"@mui/material": "^5.15.10",
"@mui/material-nextjs": "^5.15.9",
"@mui/material": "5.15.10",
"@mui/material-nextjs": "5.15.9",
"@mui/monorepo": "github:mui/material-ui#ad3a9364756881fef41bf01723a886ea1a823b0d",
"@mui/styles": "^5.15.9",
"@mui/system": "^5.15.9",
"@mui/types": "^7.2.13",
"@mui/styles": "5.15.9",
"@mui/system": "5.15.9",
"@mui/types": "7.2.13",
"@mui/utils": "5.15.11",
"@popperjs/core": "^2.11.8",
"@react-spring/web": "^9.7.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"@mui/internal-markdown": "^1.0.0",
"@mui/internal-scripts": "^1.0.2",
"@mui/internal-test-utils": "https://pkg.csb.dev/mui/material-ui/commit/fb183624/@mui/internal-test-utils",
"@mui/material": "^5.15.10",
"@mui/material": "5.15.10",
"@mui/monorepo": "github:mui/material-ui#ad3a9364756881fef41bf01723a886ea1a823b0d",
"@mui/utils": "^5.15.11",
"@mui/utils": "5.15.11",
"@next/eslint-plugin-next": "^14.1.3",
"@octokit/rest": "^20.0.2",
"@playwright/test": "1.42.1",
Expand Down Expand Up @@ -142,7 +142,7 @@
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"karma-webpack": "5.0.0",
"lerna": "^8.1.2",
"lodash": "^4.17.21",
"markdownlint-cli2": "^0.12.1",
Expand Down
Loading
Loading