|
1234 | 1234 | "@docsearch/css" "3.3.0"
|
1235 | 1235 | algoliasearch "^4.0.0"
|
1236 | 1236 |
|
1237 |
| -"@docusaurus/[email protected]", "@docusaurus/core@^2.0.0-beta.17": |
| 1237 | + |
1238 | 1238 | version "2.3.1"
|
1239 | 1239 | resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.3.1.tgz#32849f2ffd2f086a4e55739af8c4195c5eb386f2"
|
1240 | 1240 | integrity sha512-0Jd4jtizqnRAr7svWaBbbrCCN8mzBNd2xFLoT/IM7bGfFie5y58oz97KzXliwiLY3zWjqMXjQcuP1a5VgCv2JA==
|
|
1311 | 1311 | webpack-merge "^5.8.0"
|
1312 | 1312 | webpackbar "^5.0.2"
|
1313 | 1313 |
|
| 1314 | +"@docusaurus/[email protected]", "@docusaurus/core@^2.0.0-beta.17": |
| 1315 | + version "2.4.0" |
| 1316 | + resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.4.0.tgz#a12c175cb2e5a7e4582e65876a50813f6168913d" |
| 1317 | + integrity sha512-J55/WEoIpRcLf3afO5POHPguVZosKmJEQWKBL+K7TAnfuE7i+Y0NPLlkKtnWCehagGsgTqClfQEexH/UT4kELA== |
| 1318 | + dependencies: |
| 1319 | + "@babel/core" "^7.18.6" |
| 1320 | + "@babel/generator" "^7.18.7" |
| 1321 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 1322 | + "@babel/plugin-transform-runtime" "^7.18.6" |
| 1323 | + "@babel/preset-env" "^7.18.6" |
| 1324 | + "@babel/preset-react" "^7.18.6" |
| 1325 | + "@babel/preset-typescript" "^7.18.6" |
| 1326 | + "@babel/runtime" "^7.18.6" |
| 1327 | + "@babel/runtime-corejs3" "^7.18.6" |
| 1328 | + "@babel/traverse" "^7.18.8" |
| 1329 | + "@docusaurus/cssnano-preset" "2.4.0" |
| 1330 | + "@docusaurus/logger" "2.4.0" |
| 1331 | + "@docusaurus/mdx-loader" "2.4.0" |
| 1332 | + "@docusaurus/react-loadable" "5.5.2" |
| 1333 | + "@docusaurus/utils" "2.4.0" |
| 1334 | + "@docusaurus/utils-common" "2.4.0" |
| 1335 | + "@docusaurus/utils-validation" "2.4.0" |
| 1336 | + "@slorber/static-site-generator-webpack-plugin" "^4.0.7" |
| 1337 | + "@svgr/webpack" "^6.2.1" |
| 1338 | + autoprefixer "^10.4.7" |
| 1339 | + babel-loader "^8.2.5" |
| 1340 | + babel-plugin-dynamic-import-node "^2.3.3" |
| 1341 | + boxen "^6.2.1" |
| 1342 | + chalk "^4.1.2" |
| 1343 | + chokidar "^3.5.3" |
| 1344 | + clean-css "^5.3.0" |
| 1345 | + cli-table3 "^0.6.2" |
| 1346 | + combine-promises "^1.1.0" |
| 1347 | + commander "^5.1.0" |
| 1348 | + copy-webpack-plugin "^11.0.0" |
| 1349 | + core-js "^3.23.3" |
| 1350 | + css-loader "^6.7.1" |
| 1351 | + css-minimizer-webpack-plugin "^4.0.0" |
| 1352 | + cssnano "^5.1.12" |
| 1353 | + del "^6.1.1" |
| 1354 | + detect-port "^1.3.0" |
| 1355 | + escape-html "^1.0.3" |
| 1356 | + eta "^2.0.0" |
| 1357 | + file-loader "^6.2.0" |
| 1358 | + fs-extra "^10.1.0" |
| 1359 | + html-minifier-terser "^6.1.0" |
| 1360 | + html-tags "^3.2.0" |
| 1361 | + html-webpack-plugin "^5.5.0" |
| 1362 | + import-fresh "^3.3.0" |
| 1363 | + leven "^3.1.0" |
| 1364 | + lodash "^4.17.21" |
| 1365 | + mini-css-extract-plugin "^2.6.1" |
| 1366 | + postcss "^8.4.14" |
| 1367 | + postcss-loader "^7.0.0" |
| 1368 | + prompts "^2.4.2" |
| 1369 | + react-dev-utils "^12.0.1" |
| 1370 | + react-helmet-async "^1.3.0" |
| 1371 | + react-loadable "npm:@docusaurus/[email protected]" |
| 1372 | + react-loadable-ssr-addon-v5-slorber "^1.0.1" |
| 1373 | + react-router "^5.3.3" |
| 1374 | + react-router-config "^5.1.1" |
| 1375 | + react-router-dom "^5.3.3" |
| 1376 | + rtl-detect "^1.0.4" |
| 1377 | + semver "^7.3.7" |
| 1378 | + serve-handler "^6.1.3" |
| 1379 | + shelljs "^0.8.5" |
| 1380 | + terser-webpack-plugin "^5.3.3" |
| 1381 | + tslib "^2.4.0" |
| 1382 | + update-notifier "^5.1.0" |
| 1383 | + url-loader "^4.1.1" |
| 1384 | + wait-on "^6.0.1" |
| 1385 | + webpack "^5.73.0" |
| 1386 | + webpack-bundle-analyzer "^4.5.0" |
| 1387 | + webpack-dev-server "^4.9.3" |
| 1388 | + webpack-merge "^5.8.0" |
| 1389 | + webpackbar "^5.0.2" |
| 1390 | + |
1314 | 1391 |
|
1315 | 1392 | version "2.3.1"
|
1316 | 1393 | resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-2.3.1.tgz#e042487655e3e062417855e12edb3f6eee8f5ecb"
|
|
1321 | 1398 | postcss-sort-media-queries "^4.2.1"
|
1322 | 1399 | tslib "^2.4.0"
|
1323 | 1400 |
|
| 1401 | + |
| 1402 | + version "2.4.0" |
| 1403 | + resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-2.4.0.tgz#9213586358e0cce517f614af041eb7d184f8add6" |
| 1404 | + integrity sha512-RmdiA3IpsLgZGXRzqnmTbGv43W4OD44PCo+6Q/aYjEM2V57vKCVqNzuafE94jv0z/PjHoXUrjr69SaRymBKYYw== |
| 1405 | + dependencies: |
| 1406 | + cssnano-preset-advanced "^5.3.8" |
| 1407 | + postcss "^8.4.14" |
| 1408 | + postcss-sort-media-queries "^4.2.1" |
| 1409 | + tslib "^2.4.0" |
| 1410 | + |
1324 | 1411 |
|
1325 | 1412 | version "2.3.1"
|
1326 | 1413 | resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.3.1.tgz#d76aefb452e3734b4e0e645efc6cbfc0aae52869"
|
|
1329 | 1416 | chalk "^4.1.2"
|
1330 | 1417 | tslib "^2.4.0"
|
1331 | 1418 |
|
| 1419 | + |
| 1420 | + version "2.4.0" |
| 1421 | + resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.4.0.tgz#393d91ad9ecdb9a8f80167dd6a34d4b45219b835" |
| 1422 | + integrity sha512-T8+qR4APN+MjcC9yL2Es+xPJ2923S9hpzDmMtdsOcUGLqpCGBbU1vp3AAqDwXtVgFkq+NsEk7sHdVsfLWR/AXw== |
| 1423 | + dependencies: |
| 1424 | + chalk "^4.1.2" |
| 1425 | + tslib "^2.4.0" |
| 1426 | + |
1332 | 1427 |
|
1333 | 1428 | version "2.3.1"
|
1334 | 1429 | resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.3.1.tgz#7ec6acee5eff0a280e1b399ea4dd690b15a793f7"
|
|
1352 | 1447 | url-loader "^4.1.1"
|
1353 | 1448 | webpack "^5.73.0"
|
1354 | 1449 |
|
| 1450 | + |
| 1451 | + version "2.4.0" |
| 1452 | + resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.4.0.tgz#c6310342904af2f203e7df86a9df623f86840f2d" |
| 1453 | + integrity sha512-GWoH4izZKOmFoC+gbI2/y8deH/xKLvzz/T5BsEexBye8EHQlwsA7FMrVa48N063bJBH4FUOiRRXxk5rq9cC36g== |
| 1454 | + dependencies: |
| 1455 | + "@babel/parser" "^7.18.8" |
| 1456 | + "@babel/traverse" "^7.18.8" |
| 1457 | + "@docusaurus/logger" "2.4.0" |
| 1458 | + "@docusaurus/utils" "2.4.0" |
| 1459 | + "@mdx-js/mdx" "^1.6.22" |
| 1460 | + escape-html "^1.0.3" |
| 1461 | + file-loader "^6.2.0" |
| 1462 | + fs-extra "^10.1.0" |
| 1463 | + image-size "^1.0.1" |
| 1464 | + mdast-util-to-string "^2.0.0" |
| 1465 | + remark-emoji "^2.2.0" |
| 1466 | + stringify-object "^3.3.0" |
| 1467 | + tslib "^2.4.0" |
| 1468 | + unified "^9.2.2" |
| 1469 | + unist-util-visit "^2.0.3" |
| 1470 | + url-loader "^4.1.1" |
| 1471 | + webpack "^5.73.0" |
| 1472 | + |
1355 | 1473 | "@docusaurus/[email protected]", "@docusaurus/module-type-aliases@^2.3.1":
|
1356 | 1474 | version "2.3.1"
|
1357 | 1475 | resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-2.3.1.tgz#986186200818fed999be2e18d6c698eaf4683a33"
|
|
1366 | 1484 | react-helmet-async "*"
|
1367 | 1485 | react-loadable "npm:@docusaurus/[email protected]"
|
1368 | 1486 |
|
1369 |
| -"@docusaurus/plugin-client-redirects@^2.3.1": |
1370 |
| - version "2.3.1" |
1371 |
| - resolved "https://registry.yarnpkg.com/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-2.3.1.tgz#e75f373ef19032b0d059c0298f86d6cb18575ef6" |
1372 |
| - integrity sha512-Ye0z36/L8685ni0DIxHqPPaHIXFXiSF90QYiYfpODBX6NxvvveUTyylsDBU1GQhPXPn1bd39QgaOuZ+j9gfaog== |
1373 |
| - dependencies: |
1374 |
| - "@docusaurus/core" "2.3.1" |
1375 |
| - "@docusaurus/logger" "2.3.1" |
1376 |
| - "@docusaurus/utils" "2.3.1" |
1377 |
| - "@docusaurus/utils-common" "2.3.1" |
1378 |
| - "@docusaurus/utils-validation" "2.3.1" |
| 1487 | +"@docusaurus/plugin-client-redirects@^2.4.0": |
| 1488 | + version "2.4.0" |
| 1489 | + resolved "https://registry.yarnpkg.com/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-2.4.0.tgz#53117d112ac9cc191deda053af4335e0381b4125" |
| 1490 | + integrity sha512-HsS+Dc2ZLWhfpjYJ5LIrOB/XfXZcElcC7o1iA4yIVtiFz+LHhwP863fhqbwSJ1c6tNDOYBH3HwbskHrc/PIn7Q== |
| 1491 | + dependencies: |
| 1492 | + "@docusaurus/core" "2.4.0" |
| 1493 | + "@docusaurus/logger" "2.4.0" |
| 1494 | + "@docusaurus/utils" "2.4.0" |
| 1495 | + "@docusaurus/utils-common" "2.4.0" |
| 1496 | + "@docusaurus/utils-validation" "2.4.0" |
1379 | 1497 | eta "^2.0.0"
|
1380 | 1498 | fs-extra "^10.1.0"
|
1381 | 1499 | lodash "^4.17.21"
|
|
1626 | 1744 | dependencies:
|
1627 | 1745 | tslib "^2.4.0"
|
1628 | 1746 |
|
| 1747 | + |
| 1748 | + version "2.4.0" |
| 1749 | + resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-2.4.0.tgz#eb2913871860ed32e73858b4c7787dd820c5558d" |
| 1750 | + integrity sha512-zIMf10xuKxddYfLg5cS19x44zud/E9I7lj3+0bv8UIs0aahpErfNrGhijEfJpAfikhQ8tL3m35nH3hJ3sOG82A== |
| 1751 | + dependencies: |
| 1752 | + tslib "^2.4.0" |
| 1753 | + |
1629 | 1754 |
|
1630 | 1755 | version "2.3.1"
|
1631 | 1756 | resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.3.1.tgz#b65c718ba9b84b7a891bccf5ac6d19b57ee7d887"
|
|
1637 | 1762 | js-yaml "^4.1.0"
|
1638 | 1763 | tslib "^2.4.0"
|
1639 | 1764 |
|
| 1765 | + |
| 1766 | + version "2.4.0" |
| 1767 | + resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.4.0.tgz#1ed92bfab5da321c4a4d99cad28a15627091aa90" |
| 1768 | + integrity sha512-IrBsBbbAp6y7mZdJx4S4pIA7dUyWSA0GNosPk6ZJ0fX3uYIEQgcQSGIgTeSC+8xPEx3c16o03en1jSDpgQgz/w== |
| 1769 | + dependencies: |
| 1770 | + "@docusaurus/logger" "2.4.0" |
| 1771 | + "@docusaurus/utils" "2.4.0" |
| 1772 | + joi "^17.6.0" |
| 1773 | + js-yaml "^4.1.0" |
| 1774 | + tslib "^2.4.0" |
| 1775 | + |
1640 | 1776 |
|
1641 | 1777 | version "2.3.1"
|
1642 | 1778 | resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.3.1.tgz#24b9cae3a23b1e6dc88f95c45722c7e82727b032"
|
|
1659 | 1795 | url-loader "^4.1.1"
|
1660 | 1796 | webpack "^5.73.0"
|
1661 | 1797 |
|
| 1798 | + |
| 1799 | + version "2.4.0" |
| 1800 | + resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.4.0.tgz#fdf0c3545819e48bb57eafc5057495fd4d50e900" |
| 1801 | + integrity sha512-89hLYkvtRX92j+C+ERYTuSUK6nF9bGM32QThcHPg2EDDHVw6FzYQXmX6/p+pU5SDyyx5nBlE4qXR92RxCAOqfg== |
| 1802 | + dependencies: |
| 1803 | + "@docusaurus/logger" "2.4.0" |
| 1804 | + "@svgr/webpack" "^6.2.1" |
| 1805 | + escape-string-regexp "^4.0.0" |
| 1806 | + file-loader "^6.2.0" |
| 1807 | + fs-extra "^10.1.0" |
| 1808 | + github-slugger "^1.4.0" |
| 1809 | + globby "^11.1.0" |
| 1810 | + gray-matter "^4.0.3" |
| 1811 | + js-yaml "^4.1.0" |
| 1812 | + lodash "^4.17.21" |
| 1813 | + micromatch "^4.0.5" |
| 1814 | + resolve-pathname "^3.0.0" |
| 1815 | + shelljs "^0.8.5" |
| 1816 | + tslib "^2.4.0" |
| 1817 | + url-loader "^4.1.1" |
| 1818 | + webpack "^5.73.0" |
| 1819 | + |
1662 | 1820 | "@emotion/babel-plugin@^11.10.5":
|
1663 | 1821 | version "11.10.5"
|
1664 | 1822 | resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz#65fa6e1790ddc9e23cc22658a4c5dea423c55c3c"
|
|
0 commit comments