|
1387 | 1387 | "@docsearch/css" "3.3.0"
|
1388 | 1388 | algoliasearch "^4.0.0"
|
1389 | 1389 |
|
1390 |
| -"@docusaurus/[email protected]", "@docusaurus/core@^2.0.0-beta.17": |
| 1390 | + |
1391 | 1391 | version "2.3.1"
|
1392 | 1392 | resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.3.1.tgz#32849f2ffd2f086a4e55739af8c4195c5eb386f2"
|
1393 | 1393 | integrity sha512-0Jd4jtizqnRAr7svWaBbbrCCN8mzBNd2xFLoT/IM7bGfFie5y58oz97KzXliwiLY3zWjqMXjQcuP1a5VgCv2JA==
|
|
1464 | 1464 | webpack-merge "^5.8.0"
|
1465 | 1465 | webpackbar "^5.0.2"
|
1466 | 1466 |
|
| 1467 | +"@docusaurus/[email protected]", "@docusaurus/core@^2.0.0-beta.17": |
| 1468 | + version "2.4.0" |
| 1469 | + resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.4.0.tgz#a12c175cb2e5a7e4582e65876a50813f6168913d" |
| 1470 | + integrity sha512-J55/WEoIpRcLf3afO5POHPguVZosKmJEQWKBL+K7TAnfuE7i+Y0NPLlkKtnWCehagGsgTqClfQEexH/UT4kELA== |
| 1471 | + dependencies: |
| 1472 | + "@babel/core" "^7.18.6" |
| 1473 | + "@babel/generator" "^7.18.7" |
| 1474 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 1475 | + "@babel/plugin-transform-runtime" "^7.18.6" |
| 1476 | + "@babel/preset-env" "^7.18.6" |
| 1477 | + "@babel/preset-react" "^7.18.6" |
| 1478 | + "@babel/preset-typescript" "^7.18.6" |
| 1479 | + "@babel/runtime" "^7.18.6" |
| 1480 | + "@babel/runtime-corejs3" "^7.18.6" |
| 1481 | + "@babel/traverse" "^7.18.8" |
| 1482 | + "@docusaurus/cssnano-preset" "2.4.0" |
| 1483 | + "@docusaurus/logger" "2.4.0" |
| 1484 | + "@docusaurus/mdx-loader" "2.4.0" |
| 1485 | + "@docusaurus/react-loadable" "5.5.2" |
| 1486 | + "@docusaurus/utils" "2.4.0" |
| 1487 | + "@docusaurus/utils-common" "2.4.0" |
| 1488 | + "@docusaurus/utils-validation" "2.4.0" |
| 1489 | + "@slorber/static-site-generator-webpack-plugin" "^4.0.7" |
| 1490 | + "@svgr/webpack" "^6.2.1" |
| 1491 | + autoprefixer "^10.4.7" |
| 1492 | + babel-loader "^8.2.5" |
| 1493 | + babel-plugin-dynamic-import-node "^2.3.3" |
| 1494 | + boxen "^6.2.1" |
| 1495 | + chalk "^4.1.2" |
| 1496 | + chokidar "^3.5.3" |
| 1497 | + clean-css "^5.3.0" |
| 1498 | + cli-table3 "^0.6.2" |
| 1499 | + combine-promises "^1.1.0" |
| 1500 | + commander "^5.1.0" |
| 1501 | + copy-webpack-plugin "^11.0.0" |
| 1502 | + core-js "^3.23.3" |
| 1503 | + css-loader "^6.7.1" |
| 1504 | + css-minimizer-webpack-plugin "^4.0.0" |
| 1505 | + cssnano "^5.1.12" |
| 1506 | + del "^6.1.1" |
| 1507 | + detect-port "^1.3.0" |
| 1508 | + escape-html "^1.0.3" |
| 1509 | + eta "^2.0.0" |
| 1510 | + file-loader "^6.2.0" |
| 1511 | + fs-extra "^10.1.0" |
| 1512 | + html-minifier-terser "^6.1.0" |
| 1513 | + html-tags "^3.2.0" |
| 1514 | + html-webpack-plugin "^5.5.0" |
| 1515 | + import-fresh "^3.3.0" |
| 1516 | + leven "^3.1.0" |
| 1517 | + lodash "^4.17.21" |
| 1518 | + mini-css-extract-plugin "^2.6.1" |
| 1519 | + postcss "^8.4.14" |
| 1520 | + postcss-loader "^7.0.0" |
| 1521 | + prompts "^2.4.2" |
| 1522 | + react-dev-utils "^12.0.1" |
| 1523 | + react-helmet-async "^1.3.0" |
| 1524 | + react-loadable "npm:@docusaurus/[email protected]" |
| 1525 | + react-loadable-ssr-addon-v5-slorber "^1.0.1" |
| 1526 | + react-router "^5.3.3" |
| 1527 | + react-router-config "^5.1.1" |
| 1528 | + react-router-dom "^5.3.3" |
| 1529 | + rtl-detect "^1.0.4" |
| 1530 | + semver "^7.3.7" |
| 1531 | + serve-handler "^6.1.3" |
| 1532 | + shelljs "^0.8.5" |
| 1533 | + terser-webpack-plugin "^5.3.3" |
| 1534 | + tslib "^2.4.0" |
| 1535 | + update-notifier "^5.1.0" |
| 1536 | + url-loader "^4.1.1" |
| 1537 | + wait-on "^6.0.1" |
| 1538 | + webpack "^5.73.0" |
| 1539 | + webpack-bundle-analyzer "^4.5.0" |
| 1540 | + webpack-dev-server "^4.9.3" |
| 1541 | + webpack-merge "^5.8.0" |
| 1542 | + webpackbar "^5.0.2" |
| 1543 | + |
1467 | 1544 |
|
1468 | 1545 | version "2.3.1"
|
1469 | 1546 | resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-2.3.1.tgz#e042487655e3e062417855e12edb3f6eee8f5ecb"
|
|
1474 | 1551 | postcss-sort-media-queries "^4.2.1"
|
1475 | 1552 | tslib "^2.4.0"
|
1476 | 1553 |
|
| 1554 | + |
| 1555 | + version "2.4.0" |
| 1556 | + resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-2.4.0.tgz#9213586358e0cce517f614af041eb7d184f8add6" |
| 1557 | + integrity sha512-RmdiA3IpsLgZGXRzqnmTbGv43W4OD44PCo+6Q/aYjEM2V57vKCVqNzuafE94jv0z/PjHoXUrjr69SaRymBKYYw== |
| 1558 | + dependencies: |
| 1559 | + cssnano-preset-advanced "^5.3.8" |
| 1560 | + postcss "^8.4.14" |
| 1561 | + postcss-sort-media-queries "^4.2.1" |
| 1562 | + tslib "^2.4.0" |
| 1563 | + |
1477 | 1564 |
|
1478 | 1565 | version "2.3.1"
|
1479 | 1566 | resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.3.1.tgz#d76aefb452e3734b4e0e645efc6cbfc0aae52869"
|
|
1482 | 1569 | chalk "^4.1.2"
|
1483 | 1570 | tslib "^2.4.0"
|
1484 | 1571 |
|
| 1572 | + |
| 1573 | + version "2.4.0" |
| 1574 | + resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.4.0.tgz#393d91ad9ecdb9a8f80167dd6a34d4b45219b835" |
| 1575 | + integrity sha512-T8+qR4APN+MjcC9yL2Es+xPJ2923S9hpzDmMtdsOcUGLqpCGBbU1vp3AAqDwXtVgFkq+NsEk7sHdVsfLWR/AXw== |
| 1576 | + dependencies: |
| 1577 | + chalk "^4.1.2" |
| 1578 | + tslib "^2.4.0" |
| 1579 | + |
1485 | 1580 |
|
1486 | 1581 | version "2.3.1"
|
1487 | 1582 | resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.3.1.tgz#7ec6acee5eff0a280e1b399ea4dd690b15a793f7"
|
|
1505 | 1600 | url-loader "^4.1.1"
|
1506 | 1601 | webpack "^5.73.0"
|
1507 | 1602 |
|
| 1603 | + |
| 1604 | + version "2.4.0" |
| 1605 | + resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.4.0.tgz#c6310342904af2f203e7df86a9df623f86840f2d" |
| 1606 | + integrity sha512-GWoH4izZKOmFoC+gbI2/y8deH/xKLvzz/T5BsEexBye8EHQlwsA7FMrVa48N063bJBH4FUOiRRXxk5rq9cC36g== |
| 1607 | + dependencies: |
| 1608 | + "@babel/parser" "^7.18.8" |
| 1609 | + "@babel/traverse" "^7.18.8" |
| 1610 | + "@docusaurus/logger" "2.4.0" |
| 1611 | + "@docusaurus/utils" "2.4.0" |
| 1612 | + "@mdx-js/mdx" "^1.6.22" |
| 1613 | + escape-html "^1.0.3" |
| 1614 | + file-loader "^6.2.0" |
| 1615 | + fs-extra "^10.1.0" |
| 1616 | + image-size "^1.0.1" |
| 1617 | + mdast-util-to-string "^2.0.0" |
| 1618 | + remark-emoji "^2.2.0" |
| 1619 | + stringify-object "^3.3.0" |
| 1620 | + tslib "^2.4.0" |
| 1621 | + unified "^9.2.2" |
| 1622 | + unist-util-visit "^2.0.3" |
| 1623 | + url-loader "^4.1.1" |
| 1624 | + webpack "^5.73.0" |
| 1625 | + |
1508 | 1626 | "@docusaurus/[email protected]", "@docusaurus/module-type-aliases@^2.3.1":
|
1509 | 1627 | version "2.3.1"
|
1510 | 1628 | resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-2.3.1.tgz#986186200818fed999be2e18d6c698eaf4683a33"
|
|
1519 | 1637 | react-helmet-async "*"
|
1520 | 1638 | react-loadable "npm:@docusaurus/[email protected]"
|
1521 | 1639 |
|
1522 |
| -"@docusaurus/plugin-client-redirects@^2.3.1": |
1523 |
| - version "2.3.1" |
1524 |
| - resolved "https://registry.yarnpkg.com/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-2.3.1.tgz#e75f373ef19032b0d059c0298f86d6cb18575ef6" |
1525 |
| - integrity sha512-Ye0z36/L8685ni0DIxHqPPaHIXFXiSF90QYiYfpODBX6NxvvveUTyylsDBU1GQhPXPn1bd39QgaOuZ+j9gfaog== |
1526 |
| - dependencies: |
1527 |
| - "@docusaurus/core" "2.3.1" |
1528 |
| - "@docusaurus/logger" "2.3.1" |
1529 |
| - "@docusaurus/utils" "2.3.1" |
1530 |
| - "@docusaurus/utils-common" "2.3.1" |
1531 |
| - "@docusaurus/utils-validation" "2.3.1" |
| 1640 | +"@docusaurus/plugin-client-redirects@^2.4.0": |
| 1641 | + version "2.4.0" |
| 1642 | + resolved "https://registry.yarnpkg.com/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-2.4.0.tgz#53117d112ac9cc191deda053af4335e0381b4125" |
| 1643 | + integrity sha512-HsS+Dc2ZLWhfpjYJ5LIrOB/XfXZcElcC7o1iA4yIVtiFz+LHhwP863fhqbwSJ1c6tNDOYBH3HwbskHrc/PIn7Q== |
| 1644 | + dependencies: |
| 1645 | + "@docusaurus/core" "2.4.0" |
| 1646 | + "@docusaurus/logger" "2.4.0" |
| 1647 | + "@docusaurus/utils" "2.4.0" |
| 1648 | + "@docusaurus/utils-common" "2.4.0" |
| 1649 | + "@docusaurus/utils-validation" "2.4.0" |
1532 | 1650 | eta "^2.0.0"
|
1533 | 1651 | fs-extra "^10.1.0"
|
1534 | 1652 | lodash "^4.17.21"
|
|
1779 | 1897 | dependencies:
|
1780 | 1898 | tslib "^2.4.0"
|
1781 | 1899 |
|
| 1900 | + |
| 1901 | + version "2.4.0" |
| 1902 | + resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-2.4.0.tgz#eb2913871860ed32e73858b4c7787dd820c5558d" |
| 1903 | + integrity sha512-zIMf10xuKxddYfLg5cS19x44zud/E9I7lj3+0bv8UIs0aahpErfNrGhijEfJpAfikhQ8tL3m35nH3hJ3sOG82A== |
| 1904 | + dependencies: |
| 1905 | + tslib "^2.4.0" |
| 1906 | + |
1782 | 1907 |
|
1783 | 1908 | version "2.3.1"
|
1784 | 1909 | resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.3.1.tgz#b65c718ba9b84b7a891bccf5ac6d19b57ee7d887"
|
|
1790 | 1915 | js-yaml "^4.1.0"
|
1791 | 1916 | tslib "^2.4.0"
|
1792 | 1917 |
|
| 1918 | + |
| 1919 | + version "2.4.0" |
| 1920 | + resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.4.0.tgz#1ed92bfab5da321c4a4d99cad28a15627091aa90" |
| 1921 | + integrity sha512-IrBsBbbAp6y7mZdJx4S4pIA7dUyWSA0GNosPk6ZJ0fX3uYIEQgcQSGIgTeSC+8xPEx3c16o03en1jSDpgQgz/w== |
| 1922 | + dependencies: |
| 1923 | + "@docusaurus/logger" "2.4.0" |
| 1924 | + "@docusaurus/utils" "2.4.0" |
| 1925 | + joi "^17.6.0" |
| 1926 | + js-yaml "^4.1.0" |
| 1927 | + tslib "^2.4.0" |
| 1928 | + |
1793 | 1929 |
|
1794 | 1930 | version "2.3.1"
|
1795 | 1931 | resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.3.1.tgz#24b9cae3a23b1e6dc88f95c45722c7e82727b032"
|
|
1812 | 1948 | url-loader "^4.1.1"
|
1813 | 1949 | webpack "^5.73.0"
|
1814 | 1950 |
|
| 1951 | + |
| 1952 | + version "2.4.0" |
| 1953 | + resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.4.0.tgz#fdf0c3545819e48bb57eafc5057495fd4d50e900" |
| 1954 | + integrity sha512-89hLYkvtRX92j+C+ERYTuSUK6nF9bGM32QThcHPg2EDDHVw6FzYQXmX6/p+pU5SDyyx5nBlE4qXR92RxCAOqfg== |
| 1955 | + dependencies: |
| 1956 | + "@docusaurus/logger" "2.4.0" |
| 1957 | + "@svgr/webpack" "^6.2.1" |
| 1958 | + escape-string-regexp "^4.0.0" |
| 1959 | + file-loader "^6.2.0" |
| 1960 | + fs-extra "^10.1.0" |
| 1961 | + github-slugger "^1.4.0" |
| 1962 | + globby "^11.1.0" |
| 1963 | + gray-matter "^4.0.3" |
| 1964 | + js-yaml "^4.1.0" |
| 1965 | + lodash "^4.17.21" |
| 1966 | + micromatch "^4.0.5" |
| 1967 | + resolve-pathname "^3.0.0" |
| 1968 | + shelljs "^0.8.5" |
| 1969 | + tslib "^2.4.0" |
| 1970 | + url-loader "^4.1.1" |
| 1971 | + webpack "^5.73.0" |
| 1972 | + |
1815 | 1973 | "@emotion/babel-plugin@^11.10.5":
|
1816 | 1974 | version "11.10.5"
|
1817 | 1975 | resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz#65fa6e1790ddc9e23cc22658a4c5dea423c55c3c"
|
|
0 commit comments