Skip to content

Commit

Permalink
Merge branch 'master' into use-scroll-trigger-nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Mar 3, 2025
2 parents de8d14d + 0f71435 commit 2c7418b
Show file tree
Hide file tree
Showing 26 changed files with 627 additions and 628 deletions.
6 changes: 3 additions & 3 deletions apps/bare-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "0.0.30",
"@types/node": "^20.17.19",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/node": "^20.17.22",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^8.57.1",
"typescript": "^5.7.3"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "0.0.30",
"@types/node": "^20.17.19",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/node": "^20.17.22",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^8.57.1",
"typescript": "^5.7.3"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@pigment-css/vite-plugin": "0.0.30",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.5.2",
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@mui/x-tree-view": "7.26.0",
"@popperjs/core": "^2.11.8",
"@react-spring/web": "^9.7.5",
"@toolpad/core": "^0.12.0",
"@toolpad/core": "^0.12.1",
"autoprefixer": "^10.4.20",
"autosuggest-highlight": "^3.3.4",
"babel-plugin-module-resolver": "^5.0.2",
Expand Down Expand Up @@ -124,10 +124,10 @@
"@types/css-mediaquery": "^0.1.4",
"@types/gtag.js": "^0.0.20",
"@types/json2mq": "^0.2.2",
"@types/node": "^20.17.19",
"@types/node": "^20.17.22",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-swipeable-views": "^0.13.6",
"@types/react-transition-group": "^4.4.12",
"@types/react-window": "^1.8.8",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"dependencies": {
"@googleapis/sheets": "^9.3.1",
"@netlify/functions": "^3.0.0",
"@slack/bolt": "^4.2.0",
"@slack/bolt": "^4.2.1",
"babel-plugin-transform-import-meta": "^2.3.2",
"execa": "^9.5.2",
"google-auth-library": "^9.15.1"
Expand Down Expand Up @@ -131,10 +131,10 @@
"@playwright/test": "1.50.1",
"@types/babel__core": "^7.20.5",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.15",
"@types/lodash": "^4.17.16",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.19",
"@types/react": "^19.0.8",
"@types/node": "^20.17.22",
"@types/react": "^19.0.10",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
Expand Down Expand Up @@ -166,7 +166,7 @@
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "0.0.0-experimental-75b9fd4-20240912",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks": "^5.2.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"globby": "^14.1.0",
Expand Down Expand Up @@ -214,10 +214,10 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.9",
"@definitelytyped/header-parser": "^0.2.16",
"@definitelytyped/typescript-versions": "^0.1.6",
"@definitelytyped/header-parser": "^0.2.17",
"@definitelytyped/typescript-versions": "^0.1.7",
"@definitelytyped/utils": "^0.1.8",
"@types/node": "^20.17.19",
"@types/node": "^20.17.22",
"cross-fetch": "^4.1.0",
"@pigment-css/react": "0.0.30",
"@pigment-css/unplugin": "0.0.30",
Expand Down
6 changes: 3 additions & 3 deletions packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@types/babel__core": "^7.20.5",
"@types/chai": "^4.3.20",
"@types/doctrine": "^0.0.9",
"@types/lodash": "^4.17.15",
"@types/node": "^20.17.19",
"@types/react": "^19.0.8",
"@types/lodash": "^4.17.16",
"@types/node": "^20.17.22",
"@types/react": "^19.0.10",
"@types/uuid": "^10.0.0",
"chai": "^4.5.0",
"fast-glob": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@types/chai-dom": "^1.11.3",
"@types/format-util": "^1.0.4",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/sinon": "^17.0.3",
"typescript": "^5.7.3"
},
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 @@ -17,7 +17,7 @@
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.19",
"@types/node": "^20.17.22",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"sinon": "^19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/doctrine": "^0.0.9",
"@types/mdast": "4.0.4",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.19",
"@types/node": "^20.17.22",
"@types/react-docgen": "workspace:*",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@testing-library/user-event": "^14.6.1",
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"fast-glob": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@mui/icons-material": "workspace:*",
"@mui/material": "workspace:*",
"@types/gtag.js": "^0.0.20",
"@types/node": "^20.17.19",
"@types/node": "^20.17.22",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.8",
"@types/react": "^19.0.10",
"next": "^15.1.7",
"react": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-envinfo/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.8"
"@types/react": "^19.0.10"
}
}
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@mui/internal-waterfall": "workspace:^",
"@mui/material": "workspace:*",
"@types/chai": "^4.3.20",
"@types/react": "^19.0.8",
"@types/react": "^19.0.10",
"chai": "^4.5.0",
"chalk": "^5.4.1",
"cross-fetch": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@mui/material": "workspace:^",
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"fast-glob": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@mui/material": "workspace:*",
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@emotion/cache": "^11.13.5",
"@emotion/react": "^11.13.5",
"@emotion/server": "^11.11.0",
"@types/react": "^19.0.8",
"@types/react": "^19.0.10",
"next": "^15.1.7",
"react": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@testing-library/user-event": "^14.6.1",
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"css-mediaquery": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/types": "workspace:^",
"@types/chai": "^4.3.20",
"@types/react": "^19.0.8",
"@types/react": "^19.0.10",
"chai": "^4.5.0",
"react": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@types/chai": "^4.3.20",
"@types/react": "^19.0.8",
"@types/react": "^19.0.10",
"chai": "^4.5.0",
"react": "^19.0.0",
"styled-components": "^6.1.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/styled-engine": "workspace:*",
"@types/chai": "^4.3.20",
"@types/react": "^19.0.8",
"@types/react": "^19.0.10",
"chai": "^4.5.0",
"react": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:*",
"@types/chai": "^4.3.20",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"react": "^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 @@ -55,7 +55,7 @@
"@mui/system": "workspace:*",
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.8",
"@types/react": "^19.0.10",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"fast-glob": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@mui/types": "workspace:*",
"@types/react": "^19.0.8"
"@types/react": "^19.0.10"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"@mui/types": "workspace:^",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.19",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/node": "^20.17.22",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-is": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
Expand Down
Loading

0 comments on commit 2c7418b

Please sign in to comment.