|
193 | 193 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
194 | 194 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
195 | 195 |
|
196 |
| -"@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.23.9", "@babel/core@^7.7.5": |
| 196 | +"@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.23.7", "@babel/core@^7.7.5": |
| 197 | + version "7.23.7" |
| 198 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7.tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f" |
| 199 | + integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw== |
| 200 | + dependencies: |
| 201 | + "@ampproject/remapping" "^2.2.0" |
| 202 | + "@babel/code-frame" "^7.23.5" |
| 203 | + "@babel/generator" "^7.23.6" |
| 204 | + "@babel/helper-compilation-targets" "^7.23.6" |
| 205 | + "@babel/helper-module-transforms" "^7.23.3" |
| 206 | + "@babel/helpers" "^7.23.7" |
| 207 | + "@babel/parser" "^7.23.6" |
| 208 | + "@babel/template" "^7.22.15" |
| 209 | + "@babel/traverse" "^7.23.7" |
| 210 | + "@babel/types" "^7.23.6" |
| 211 | + convert-source-map "^2.0.0" |
| 212 | + debug "^4.1.0" |
| 213 | + gensync "^1.0.0-beta.2" |
| 214 | + json5 "^2.2.3" |
| 215 | + semver "^6.3.1" |
| 216 | + |
| 217 | +"@babel/core@^7.23.9": |
197 | 218 | version "7.23.9"
|
198 | 219 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
|
199 | 220 | integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
|
|
404 | 425 | "@babel/template" "^7.22.15"
|
405 | 426 | "@babel/types" "^7.22.19"
|
406 | 427 |
|
407 |
| -"@babel/helpers@^7.23.9": |
| 428 | +"@babel/helpers@^7.23.7", "@babel/helpers@^7.23.9": |
408 | 429 | version "7.23.9"
|
409 | 430 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
|
410 | 431 | integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
|
|
434 | 455 | regenerator-runtime "^0.14.0"
|
435 | 456 | v8flags "^3.1.1"
|
436 | 457 |
|
437 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9": |
| 458 | +"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.6", "@babel/parser@^7.23.9": |
438 | 459 | version "7.23.9"
|
439 | 460 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
|
440 | 461 | integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
|
|
529 | 550 | dependencies:
|
530 | 551 | "@babel/helper-plugin-utils" "^7.8.0"
|
531 | 552 |
|
532 |
| -"@babel/plugin-syntax-class-properties@^7.10.4", "@babel/plugin-syntax-class-properties@^7.12.13": |
| 553 | +"@babel/plugin-syntax-class-properties@^7.12.13": |
533 | 554 | version "7.12.13"
|
534 | 555 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10"
|
535 | 556 | integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
|
|
592 | 613 | dependencies:
|
593 | 614 | "@babel/helper-plugin-utils" "^7.8.0"
|
594 | 615 |
|
595 |
| -"@babel/plugin-syntax-jsx@^7.10.4", "@babel/plugin-syntax-jsx@^7.23.3": |
| 616 | +"@babel/plugin-syntax-jsx@^7.23.3": |
596 | 617 | version "7.23.3"
|
597 | 618 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz#8f2e4f8a9b5f9aa16067e142c1ac9cd9f810f473"
|
598 | 619 | integrity sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==
|
|
1302 | 1323 | "@babel/parser" "^7.23.9"
|
1303 | 1324 | "@babel/types" "^7.23.9"
|
1304 | 1325 |
|
1305 |
| -"@babel/traverse@^7.1.6", "@babel/traverse@^7.23.9", "@babel/traverse@^7.4.5": |
| 1326 | +"@babel/traverse@^7.1.6", "@babel/traverse@^7.23.7", "@babel/traverse@^7.23.9", "@babel/traverse@^7.4.5": |
1306 | 1327 | version "7.23.9"
|
1307 | 1328 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
|
1308 | 1329 | integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
|
|
1318 | 1339 | debug "^4.3.1"
|
1319 | 1340 | globals "^11.1.0"
|
1320 | 1341 |
|
1321 |
| -"@babel/types@^7.0.0", "@babel/types@^7.11.0", "@babel/types@^7.2.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4", "@babel/types@^7.6.1": |
| 1342 | +"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.4.4", "@babel/types@^7.6.1": |
| 1343 | + version "7.23.6" |
| 1344 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd" |
| 1345 | + integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg== |
| 1346 | + dependencies: |
| 1347 | + "@babel/helper-string-parser" "^7.23.4" |
| 1348 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1349 | + to-fast-properties "^2.0.0" |
| 1350 | + |
| 1351 | +"@babel/types@^7.23.9": |
1322 | 1352 | version "7.23.9"
|
1323 | 1353 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
|
1324 | 1354 | integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
|
|
1796 | 1826 | react-test-renderer "^18.0.0"
|
1797 | 1827 | semver "^5.7.0"
|
1798 | 1828 |
|
| 1829 | +"@mui-internal/docs-utils@https://pkg.csb.dev/mui/material-ui/commit/a7883c38/@mui-internal/docs-utils": |
| 1830 | + version "1.0.0" |
| 1831 | + resolved "https://pkg.csb.dev/mui/material-ui/commit/a7883c38/@mui-internal/docs-utils#6e910a5684160395518813f694d3992fecd7de6c" |
| 1832 | + dependencies: |
| 1833 | + rimraf "^5.0.5" |
| 1834 | + typescript "^5.1.6" |
| 1835 | + |
| 1836 | +"@mui-internal/typescript-to-proptypes@https://pkg.csb.dev/mui/material-ui/commit/a7883c38/@mui-internal/typescript-to-proptypes": |
| 1837 | + version "1.0.0" |
| 1838 | + resolved "https://pkg.csb.dev/mui/material-ui/commit/a7883c38/@mui-internal/typescript-to-proptypes#529869b83fe7225e6473427e82db66363b9c5649" |
| 1839 | + dependencies: |
| 1840 | + "@babel/core" "^7.23.7" |
| 1841 | + "@babel/plugin-syntax-class-properties" "^7.12.13" |
| 1842 | + "@babel/plugin-syntax-jsx" "^7.23.3" |
| 1843 | + "@babel/plugin-syntax-typescript" "^7.23.3" |
| 1844 | + "@babel/types" "^7.23.6" |
| 1845 | + "@mui-internal/docs-utils" "https://pkg.csb.dev/mui/material-ui/commit/a7883c38/@mui-internal/docs-utils" |
| 1846 | + doctrine "^3.0.0" |
| 1847 | + lodash "^4.17.21" |
| 1848 | + typescript "^5.3.3" |
| 1849 | + uuid "^9.0.1" |
| 1850 | + |
1799 | 1851 | "@mui/ [email protected]", "@mui/base@^5.0.0-beta.34":
|
1800 | 1852 | version "5.0.0-beta.34"
|
1801 | 1853 | resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.34.tgz#44b0f203250a6e3b2d810f37c9720d114182abd0"
|
|
1866 | 1918 | react-is "^18.2.0"
|
1867 | 1919 | react-transition-group "^4.4.5"
|
1868 | 1920 |
|
1869 |
| -"@mui/monorepo@https://github.com/mui/material-ui.git#master": |
| 1921 | +"@mui/monorepo@https://github.com/michaldudak/material-ui.git#npm-publishing/typescript-to-proptypes": |
1870 | 1922 | version "5.15.7"
|
1871 |
| - resolved "https://github.com/mui/material-ui.git#19ff6ada02dafa827531653801a3b657d58047ba" |
| 1923 | + resolved "https://github.com/michaldudak/material-ui.git#f9dffaa39d8a9a1a3be66e09a848106bc4d4335e" |
1872 | 1924 | dependencies:
|
1873 | 1925 | "@googleapis/sheets" "^5.0.5"
|
1874 | 1926 | "@slack/bolt" "^3.17.1"
|
@@ -7952,9 +8004,9 @@ gm@^1.25.0:
|
7952 | 8004 | debug "^3.1.0"
|
7953 | 8005 |
|
7954 | 8006 | google-auth-library@^9.0.0, google-auth-library@^9.5.0:
|
7955 |
| - version "9.6.0" |
7956 |
| - resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.6.0.tgz#47a20aad0a358e9798c2adc489a89f1938e9c3ff" |
7957 |
| - integrity sha512-bM/buCwCeYZjmnzGstwREu3BsnbmnuI064ZGur0NmHyXUxubWMJTCO9kxsyy4T6jdzacHJY3XQWHxX4D4Mc+EA== |
| 8007 | + version "9.5.0" |
| 8008 | + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.5.0.tgz#fd97b78bc1512025b9c9ad3998c60e2d75b6137e" |
| 8009 | + integrity sha512-OUbP509lWVlZxuMY+Cgomw49VzZFP9myIcVeYEpeBlbXJbPC4R+K4BmO9hd3ciYM5QIwm5W1PODcKjqxtkye9Q== |
7958 | 8010 | dependencies:
|
7959 | 8011 | base64-js "^1.3.0"
|
7960 | 8012 | ecdsa-sig-formatter "^1.0.11"
|
|
10035 | 10087 | resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
|
10036 | 10088 | integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
10037 | 10089 |
|
10038 |
| -lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21: |
| 10090 | +lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21: |
10039 | 10091 | version "4.17.21"
|
10040 | 10092 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
10041 | 10093 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
|
14246 | 14298 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
|
14247 | 14299 | integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
|
14248 | 14300 |
|
14249 |
| -tslib@^1.13.0, tslib@^1.8.1: |
| 14301 | +tslib@^1.8.1: |
14250 | 14302 | version "1.14.1"
|
14251 | 14303 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
14252 | 14304 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
@@ -14406,27 +14458,7 @@ typedarray@^0.0.6:
|
14406 | 14458 | resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
14407 | 14459 | integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
|
14408 | 14460 |
|
14409 |
| -typescript-to-proptypes@^2.2.1: |
14410 |
| - version "2.2.1" |
14411 |
| - resolved "https://registry.yarnpkg.com/typescript-to-proptypes/-/typescript-to-proptypes-2.2.1.tgz#45fd201f6526bc45da3c5c0faa3b00cc23707613" |
14412 |
| - integrity sha512-FxVo0Rcf/c6dmHxA1DlAmpxct+1SuuDyX3Rl8MkfQt//yvZCMhWOuWZvJ3aP0/5eZTYIb+DpPt7htTL6A1xK9A== |
14413 |
| - dependencies: |
14414 |
| - "@babel/core" "^7.11.1" |
14415 |
| - "@babel/plugin-syntax-class-properties" "^7.10.4" |
14416 |
| - "@babel/plugin-syntax-jsx" "^7.10.4" |
14417 |
| - "@babel/types" "^7.11.0" |
14418 |
| - doctrine "^3.0.0" |
14419 |
| - lodash "^4.17.14" |
14420 |
| - tslib "^1.13.0" |
14421 |
| - typescript "3.8.3" |
14422 |
| - uuid "^8.1.0" |
14423 |
| - |
14424 |
| - |
14425 |
| - version "3.8.3" |
14426 |
| - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061" |
14427 |
| - integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w== |
14428 |
| - |
14429 |
| -"typescript@>=3 < 6", typescript@^5.3.3: |
| 14461 | +"typescript@>=3 < 6", typescript@^5.1.6, typescript@^5.3.3: |
14430 | 14462 | version "5.3.3"
|
14431 | 14463 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
14432 | 14464 | integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
14685 | 14717 | resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
|
14686 | 14718 | integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
|
14687 | 14719 |
|
14688 |
| -uuid@^8.1.0, uuid@^8.3.0, uuid@^8.3.2: |
| 14720 | +uuid@^8.3.0, uuid@^8.3.2: |
14689 | 14721 | version "8.3.2"
|
14690 | 14722 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
|
14691 | 14723 | integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
|
14692 | 14724 |
|
14693 |
| -uuid@^9.0.0: |
| 14725 | +uuid@^9.0.0, uuid@^9.0.1: |
14694 | 14726 | version "9.0.1"
|
14695 | 14727 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
|
14696 | 14728 | integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
|
|
0 commit comments