Skip to content

Commit 8c6fefb

Browse files
Update material-ui monorepo
1 parent eff8fa2 commit 8c6fefb

File tree

2 files changed

+104
-57
lines changed

2 files changed

+104
-57
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@dnd-kit/sortable": "^10.0.0",
1919
"@emotion/react": "^11.11.3",
2020
"@emotion/styled": "^11.11.3",
21-
"@mui/icons-material": "^6.0.0",
21+
"@mui/icons-material": "^7.0.0",
2222
"@mui/lab": "^6.0.1-beta.36",
23-
"@mui/material": "^6.0.0",
24-
"@mui/x-date-pickers": "^7.22.0",
23+
"@mui/material": "^7.0.0",
24+
"@mui/x-date-pickers": "^8.0.0",
2525
"classnames": "^2.3.2",
2626
"geojson": "^0.5.0",
2727
"luxon": "^3.3.0",

yarn.lock

Lines changed: 101 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@
11041104
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
11051105
"@babel/plugin-transform-typescript" "^7.28.5"
11061106

1107-
"@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.25.7", "@babel/runtime@^7.26.0", "@babel/runtime@^7.28.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1107+
"@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.26.0", "@babel/runtime@^7.28.4", "@babel/runtime@^7.28.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
11081108
version "7.28.6"
11091109
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b"
11101110
integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==
@@ -2065,17 +2065,17 @@
20652065
clsx "^2.1.1"
20662066
prop-types "^15.8.1"
20672067

2068-
"@mui/core-downloads-tracker@^6.5.0":
2069-
version "6.5.0"
2070-
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-6.5.0.tgz#e9f7049d7e7bb1ee05839f7a0ce813755f137432"
2071-
integrity sha512-LGb8t8i6M2ZtS3Drn3GbTI1DVhDY6FJ9crEey2lZ0aN2EMZo8IZBZj9wRf4vqbZHaWjsYgtbOnJw5V8UWbmK2Q==
2068+
"@mui/core-downloads-tracker@^7.3.9":
2069+
version "7.3.9"
2070+
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-7.3.9.tgz#d944e385f8f7f5e680e5ba479b39ff8602bd4939"
2071+
integrity sha512-MOkOCTfbMJwLshlBCKJ59V2F/uaLYfmKnN76kksj6jlGUVdI25A9Hzs08m+zjBRdLv+sK7Rqdsefe8X7h/6PCw==
20722072

2073-
"@mui/icons-material@^6.0.0":
2074-
version "6.5.0"
2075-
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-6.5.0.tgz#26bfa7c8574cc4e57c2f2835bfd6b1efa7f310fa"
2076-
integrity sha512-VPuPqXqbBPlcVSA0BmnoE4knW4/xG6Thazo8vCLWkOKusko6DtwFV6B665MMWJ9j0KFohTIf3yx2zYtYacvG1g==
2073+
"@mui/icons-material@^7.0.0":
2074+
version "7.3.9"
2075+
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-7.3.9.tgz#4f6dc62bfe8954f3848b0eecb3650cff10f6a7ec"
2076+
integrity sha512-BT+zPJXss8Hg/oEMRmHl17Q97bPACG4ufFSfGEdhiE96jOyR5Dz1ty7ZWt1fVGR0y1p+sSgEwQT/MNZQmoWDCw==
20772077
dependencies:
2078-
"@babel/runtime" "^7.26.0"
2078+
"@babel/runtime" "^7.28.6"
20792079

20802080
"@mui/lab@^6.0.1-beta.36":
20812081
version "6.0.1-beta.36"
@@ -2090,22 +2090,22 @@
20902090
clsx "^2.1.1"
20912091
prop-types "^15.8.1"
20922092

2093-
"@mui/material@^6.0.0":
2094-
version "6.5.0"
2095-
resolved "https://registry.yarnpkg.com/@mui/material/-/material-6.5.0.tgz#c7eccfe260030433c51b7aec17574bae4504cacc"
2096-
integrity sha512-yjvtXoFcrPLGtgKRxFaH6OQPtcLPhkloC0BML6rBG5UeldR0nPULR/2E2BfXdo5JNV7j7lOzrrLX2Qf/iSidow==
2093+
"@mui/material@^7.0.0":
2094+
version "7.3.9"
2095+
resolved "https://registry.yarnpkg.com/@mui/material/-/material-7.3.9.tgz#b3bf698b4b82ad630422df55f3d5f4e44a7bad11"
2096+
integrity sha512-I8yO3t4T0y7bvDiR1qhIN6iBWZOTBfVOnmLlM7K6h3dx5YX2a7rnkuXzc2UkZaqhxY9NgTnEbdPlokR1RxCNRQ==
20972097
dependencies:
2098-
"@babel/runtime" "^7.26.0"
2099-
"@mui/core-downloads-tracker" "^6.5.0"
2100-
"@mui/system" "^6.5.0"
2101-
"@mui/types" "~7.2.24"
2102-
"@mui/utils" "^6.4.9"
2098+
"@babel/runtime" "^7.28.6"
2099+
"@mui/core-downloads-tracker" "^7.3.9"
2100+
"@mui/system" "^7.3.9"
2101+
"@mui/types" "^7.4.12"
2102+
"@mui/utils" "^7.3.9"
21032103
"@popperjs/core" "^2.11.8"
21042104
"@types/react-transition-group" "^4.4.12"
21052105
clsx "^2.1.1"
2106-
csstype "^3.1.3"
2106+
csstype "^3.2.3"
21072107
prop-types "^15.8.1"
2108-
react-is "^19.0.0"
2108+
react-is "^19.2.3"
21092109
react-transition-group "^4.4.5"
21102110

21112111
"@mui/private-theming@^6.4.9":
@@ -2117,6 +2117,15 @@
21172117
"@mui/utils" "^6.4.9"
21182118
prop-types "^15.8.1"
21192119

2120+
"@mui/private-theming@^7.3.9":
2121+
version "7.3.9"
2122+
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-7.3.9.tgz#c785dc429b7ed62cf3952140be703cbe95704a13"
2123+
integrity sha512-ErIyRQvsiQEq7Yvcvfw9UDHngaqjMy9P3JDPnRAaKG5qhpl2C4tX/W1S4zJvpu+feihmZJStjIyvnv6KDbIrlw==
2124+
dependencies:
2125+
"@babel/runtime" "^7.28.6"
2126+
"@mui/utils" "^7.3.9"
2127+
prop-types "^15.8.1"
2128+
21202129
"@mui/styled-engine@^6.5.0":
21212130
version "6.5.0"
21222131
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-6.5.0.tgz#cf9b3e706517f5f2989df92d2aea0d2917a77c8a"
@@ -2129,6 +2138,18 @@
21292138
csstype "^3.1.3"
21302139
prop-types "^15.8.1"
21312140

2141+
"@mui/styled-engine@^7.3.9":
2142+
version "7.3.9"
2143+
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-7.3.9.tgz#e425ca7b5cb559bde01b8fa4a7a842e9b5916f53"
2144+
integrity sha512-JqujWt5bX4okjUPGpVof/7pvgClqh7HvIbsIBIOOlCh2u3wG/Bwp4+E1bc1dXSwkrkp9WUAoNdI5HEC+5HKvMw==
2145+
dependencies:
2146+
"@babel/runtime" "^7.28.6"
2147+
"@emotion/cache" "^11.14.0"
2148+
"@emotion/serialize" "^1.3.3"
2149+
"@emotion/sheet" "^1.4.0"
2150+
csstype "^3.2.3"
2151+
prop-types "^15.8.1"
2152+
21322153
"@mui/system@^6.5.0":
21332154
version "6.5.0"
21342155
resolved "https://registry.yarnpkg.com/@mui/system/-/system-6.5.0.tgz#52751ac4e3a546f53bc34fd2ef2731c28a824b92"
@@ -2143,30 +2164,32 @@
21432164
csstype "^3.1.3"
21442165
prop-types "^15.8.1"
21452166

2146-
"@mui/types@^7.4.10":
2147-
version "7.4.10"
2148-
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.4.10.tgz#c80ed5850a1da7802a01c1d0153d8603ce41be10"
2149-
integrity sha512-0+4mSjknSu218GW3isRqoxKRTOrTLd/vHi/7UC4+wZcUrOAqD9kRk7UQRL1mcrzqRoe7s3UT6rsRpbLkW5mHpQ==
2167+
"@mui/system@^7.3.9":
2168+
version "7.3.9"
2169+
resolved "https://registry.yarnpkg.com/@mui/system/-/system-7.3.9.tgz#d8181dd9ad8c5e9afdf50eb7009062c506976ab1"
2170+
integrity sha512-aL1q9am8XpRrSabv9qWf5RHhJICJql34wnrc1nz0MuOglPRYF/liN+c8VqZdTvUn9qg+ZjRVbKf4sJVFfIDtmg==
21502171
dependencies:
2151-
"@babel/runtime" "^7.28.4"
2172+
"@babel/runtime" "^7.28.6"
2173+
"@mui/private-theming" "^7.3.9"
2174+
"@mui/styled-engine" "^7.3.9"
2175+
"@mui/types" "^7.4.12"
2176+
"@mui/utils" "^7.3.9"
2177+
clsx "^2.1.1"
2178+
csstype "^3.2.3"
2179+
prop-types "^15.8.1"
2180+
2181+
"@mui/types@^7.4.12":
2182+
version "7.4.12"
2183+
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.4.12.tgz#e4eba37a7506419ea5c5e0604322ba82b271bf46"
2184+
integrity sha512-iKNAF2u9PzSIj40CjvKJWxFXJo122jXVdrmdh0hMYd+FR+NuJMkr/L88XwWLCRiJ5P1j+uyac25+Kp6YC4hu6w==
2185+
dependencies:
2186+
"@babel/runtime" "^7.28.6"
21522187

21532188
"@mui/types@~7.2.24":
21542189
version "7.2.24"
21552190
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.24.tgz#5eff63129d9c29d80bbf2d2e561bd0690314dec2"
21562191
integrity sha512-3c8tRt/CbWZ+pEg7QpSwbdxOk36EfmhbKf6AGZsD1EcLDLTSZoxxJ86FVtcjxvjuhdyBiWKSTGZFaXCnidO2kw==
21572192

2158-
"@mui/utils@^5.16.6 || ^6.0.0 || ^7.0.0":
2159-
version "7.3.7"
2160-
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-7.3.7.tgz#71443559a7fbd993b5b90fcb843fa26a60046f99"
2161-
integrity sha512-+YjnjMRnyeTkWnspzoxRdiSOgkrcpTikhNPoxOZW0APXx+urHtUoXJ9lbtCZRCA5a4dg5gSbd19alL1DvRs5fg==
2162-
dependencies:
2163-
"@babel/runtime" "^7.28.4"
2164-
"@mui/types" "^7.4.10"
2165-
"@types/prop-types" "^15.7.15"
2166-
clsx "^2.1.1"
2167-
prop-types "^15.8.1"
2168-
react-is "^19.2.3"
2169-
21702193
"@mui/utils@^6.4.8", "@mui/utils@^6.4.9":
21712194
version "6.4.9"
21722195
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.4.9.tgz#b0df01daa254c7c32a1a30b30a5179e19ef071a7"
@@ -2179,26 +2202,40 @@
21792202
prop-types "^15.8.1"
21802203
react-is "^19.0.0"
21812204

2182-
"@mui/x-date-pickers@^7.22.0":
2183-
version "7.29.4"
2184-
resolved "https://registry.yarnpkg.com/@mui/x-date-pickers/-/x-date-pickers-7.29.4.tgz#b8808cb8e28c1d4e528b37b336effc8074e65faf"
2185-
integrity sha512-wJ3tsqk/y6dp+mXGtT9czciAMEO5Zr3IIAHg9x6IL0Eqanqy0N3chbmQQZv3iq0m2qUpQDLvZ4utZBUTJdjNzw==
2205+
"@mui/utils@^7.3.5", "@mui/utils@^7.3.9":
2206+
version "7.3.9"
2207+
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-7.3.9.tgz#8af5093fc93c2e582fa3d047f561c7b690509bc2"
2208+
integrity sha512-U6SdZaGbfb65fqTsH3V5oJdFj9uYwyLE2WVuNvmbggTSDBb8QHrFsqY8BN3taK9t3yJ8/BPHD/kNvLNyjwM7Yw==
21862209
dependencies:
2187-
"@babel/runtime" "^7.25.7"
2188-
"@mui/utils" "^5.16.6 || ^6.0.0 || ^7.0.0"
2189-
"@mui/x-internals" "7.29.0"
2190-
"@types/react-transition-group" "^4.4.11"
2210+
"@babel/runtime" "^7.28.6"
2211+
"@mui/types" "^7.4.12"
2212+
"@types/prop-types" "^15.7.15"
2213+
clsx "^2.1.1"
2214+
prop-types "^15.8.1"
2215+
react-is "^19.2.3"
2216+
2217+
"@mui/x-date-pickers@^8.0.0":
2218+
version "8.27.2"
2219+
resolved "https://registry.yarnpkg.com/@mui/x-date-pickers/-/x-date-pickers-8.27.2.tgz#5ada1fb3adffff3e0fd0fee7702fba7f770dca68"
2220+
integrity sha512-06LFkHFRXJ2O9DMXtWAA3kY0jpbL7XH8iqa8L5cBlN+8bRx/UVLKlZYlhGv06C88jF9kuZWY1bUgrv/EoY/2Ww==
2221+
dependencies:
2222+
"@babel/runtime" "^7.28.4"
2223+
"@mui/utils" "^7.3.5"
2224+
"@mui/x-internals" "8.26.0"
2225+
"@types/react-transition-group" "^4.4.12"
21912226
clsx "^2.1.1"
21922227
prop-types "^15.8.1"
21932228
react-transition-group "^4.4.5"
21942229

2195-
"@mui/x-internals@7.29.0":
2196-
version "7.29.0"
2197-
resolved "https://registry.yarnpkg.com/@mui/x-internals/-/x-internals-7.29.0.tgz#1f353b697ed1bf5594ac549556ade2e6841f4bf5"
2198-
integrity sha512-+Gk6VTZIFD70XreWvdXBwKd8GZ2FlSCuecQFzm6znwqXg1ZsndavrhG9tkxpxo2fM1Zf7Tk8+HcOO0hCbhTQFA==
2230+
"@mui/x-internals@8.26.0":
2231+
version "8.26.0"
2232+
resolved "https://registry.yarnpkg.com/@mui/x-internals/-/x-internals-8.26.0.tgz#49caacac954c29a1b10425c67418310ceb9c8cfa"
2233+
integrity sha512-B9OZau5IQUvIxwpJZhoFJKqRpmWf5r0yMmSXjQuqb5WuqM755EuzWJOenY48denGoENzMLT8hQpA0hRTeU2IPA==
21992234
dependencies:
2200-
"@babel/runtime" "^7.25.7"
2201-
"@mui/utils" "^5.16.6 || ^6.0.0 || ^7.0.0"
2235+
"@babel/runtime" "^7.28.4"
2236+
"@mui/utils" "^7.3.5"
2237+
reselect "^5.1.1"
2238+
use-sync-external-store "^1.6.0"
22022239

22032240
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3":
22042241
version "2.1.8-no-fsevents.3"
@@ -3680,7 +3717,7 @@
36803717
"@types/react" "*"
36813718
"@types/viewport-mercator-project" "*"
36823719

3683-
"@types/react-transition-group@^4.4.11", "@types/react-transition-group@^4.4.12":
3720+
"@types/react-transition-group@^4.4.12":
36843721
version "4.4.12"
36853722
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.12.tgz#b5d76568485b02a307238270bfe96cb51ee2a044"
36863723
integrity sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==
@@ -5845,7 +5882,7 @@ cssstyle@^2.3.0:
58455882
dependencies:
58465883
cssom "~0.3.6"
58475884

5848-
csstype@^3.0.2, csstype@^3.1.3, csstype@^3.2.2:
5885+
csstype@^3.0.2, csstype@^3.1.3, csstype@^3.2.2, csstype@^3.2.3:
58495886
version "3.2.3"
58505887
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
58515888
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
@@ -12441,6 +12478,11 @@ requires-port@^1.0.0:
1244112478
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
1244212479
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
1244312480

12481+
reselect@^5.1.1:
12482+
version "5.1.1"
12483+
resolved "https://registry.yarnpkg.com/reselect/-/reselect-5.1.1.tgz#c766b1eb5d558291e5e550298adb0becc24bb72e"
12484+
integrity sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==
12485+
1244412486
resolve-alpn@^1.2.0:
1244512487
version "1.2.1"
1244612488
resolved "https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz#b7adbdac3546aaaec20b45e7d8265927072726f9"
@@ -14254,6 +14296,11 @@ url@^0.11.0:
1425414296
punycode "^1.4.1"
1425514297
qs "^6.12.3"
1425614298

14299+
use-sync-external-store@^1.6.0:
14300+
version "1.6.0"
14301+
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz#b174bfa65cb2b526732d9f2ac0a408027876f32d"
14302+
integrity sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==
14303+
1425714304
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
1425814305
version "1.0.2"
1425914306
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)