|
3111 | 3111 | fs-extra "^11.1.1"
|
3112 | 3112 | tslib "^2.6.0"
|
3113 | 3113 |
|
| 3114 | + |
| 3115 | + version "3.7.0" |
| 3116 | + resolved "https://registry.yarnpkg.com/@docusaurus/babel/-/babel-3.7.0.tgz#770dd5da525a9d6a2fee7d3212ec62040327f776" |
| 3117 | + integrity sha512-0H5uoJLm14S/oKV3Keihxvh8RV+vrid+6Gv+2qhuzbqHanawga8tYnsdpjEyt36ucJjqlby2/Md2ObWjA02UXQ== |
| 3118 | + dependencies: |
| 3119 | + "@babel/core" "^7.25.9" |
| 3120 | + "@babel/generator" "^7.25.9" |
| 3121 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 3122 | + "@babel/plugin-transform-runtime" "^7.25.9" |
| 3123 | + "@babel/preset-env" "^7.25.9" |
| 3124 | + "@babel/preset-react" "^7.25.9" |
| 3125 | + "@babel/preset-typescript" "^7.25.9" |
| 3126 | + "@babel/runtime" "^7.25.9" |
| 3127 | + "@babel/runtime-corejs3" "^7.25.9" |
| 3128 | + "@babel/traverse" "^7.25.9" |
| 3129 | + "@docusaurus/logger" "3.7.0" |
| 3130 | + "@docusaurus/utils" "3.7.0" |
| 3131 | + babel-plugin-dynamic-import-node "^2.3.3" |
| 3132 | + fs-extra "^11.1.1" |
| 3133 | + tslib "^2.6.0" |
| 3134 | + |
3114 | 3135 |
|
3115 | 3136 | version "3.6.3"
|
3116 | 3137 | resolved "https://registry.yarnpkg.com/@docusaurus/bundler/-/bundler-3.6.3.tgz#f09c2e29613f988b874a4be2247708e121b7fc5c"
|
|
3142 | 3163 | webpack "^5.95.0"
|
3143 | 3164 | webpackbar "^6.0.1"
|
3144 | 3165 |
|
| 3166 | + |
| 3167 | + version "3.7.0" |
| 3168 | + resolved "https://registry.yarnpkg.com/@docusaurus/bundler/-/bundler-3.7.0.tgz#d8e7867b3b2c43a1e320ed429f8dfe873c38506d" |
| 3169 | + integrity sha512-CUUT9VlSGukrCU5ctZucykvgCISivct+cby28wJwCC/fkQFgAHRp/GKv2tx38ZmXb7nacrKzFTcp++f9txUYGg== |
| 3170 | + dependencies: |
| 3171 | + "@babel/core" "^7.25.9" |
| 3172 | + "@docusaurus/babel" "3.7.0" |
| 3173 | + "@docusaurus/cssnano-preset" "3.7.0" |
| 3174 | + "@docusaurus/logger" "3.7.0" |
| 3175 | + "@docusaurus/types" "3.7.0" |
| 3176 | + "@docusaurus/utils" "3.7.0" |
| 3177 | + babel-loader "^9.2.1" |
| 3178 | + clean-css "^5.3.2" |
| 3179 | + copy-webpack-plugin "^11.0.0" |
| 3180 | + css-loader "^6.8.1" |
| 3181 | + css-minimizer-webpack-plugin "^5.0.1" |
| 3182 | + cssnano "^6.1.2" |
| 3183 | + file-loader "^6.2.0" |
| 3184 | + html-minifier-terser "^7.2.0" |
| 3185 | + mini-css-extract-plugin "^2.9.1" |
| 3186 | + null-loader "^4.0.1" |
| 3187 | + postcss "^8.4.26" |
| 3188 | + postcss-loader "^7.3.3" |
| 3189 | + postcss-preset-env "^10.1.0" |
| 3190 | + react-dev-utils "^12.0.1" |
| 3191 | + terser-webpack-plugin "^5.3.9" |
| 3192 | + tslib "^2.6.0" |
| 3193 | + url-loader "^4.1.1" |
| 3194 | + webpack "^5.95.0" |
| 3195 | + webpackbar "^6.0.1" |
| 3196 | + |
3145 | 3197 |
|
3146 | 3198 | version "3.6.3"
|
3147 | 3199 | resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.6.3.tgz#6bf968ee26a36d71387bab293f27ccffc0e428b6"
|
|
3191 | 3243 | webpack-dev-server "^4.15.2"
|
3192 | 3244 | webpack-merge "^6.0.1"
|
3193 | 3245 |
|
| 3246 | + |
| 3247 | + version "3.7.0" |
| 3248 | + resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.7.0.tgz#e871586d099093723dfe6de81c1ce610aeb20292" |
| 3249 | + integrity sha512-b0fUmaL+JbzDIQaamzpAFpTviiaU4cX3Qz8cuo14+HGBCwa0evEK0UYCBFY3n4cLzL8Op1BueeroUD2LYAIHbQ== |
| 3250 | + dependencies: |
| 3251 | + "@docusaurus/babel" "3.7.0" |
| 3252 | + "@docusaurus/bundler" "3.7.0" |
| 3253 | + "@docusaurus/logger" "3.7.0" |
| 3254 | + "@docusaurus/mdx-loader" "3.7.0" |
| 3255 | + "@docusaurus/utils" "3.7.0" |
| 3256 | + "@docusaurus/utils-common" "3.7.0" |
| 3257 | + "@docusaurus/utils-validation" "3.7.0" |
| 3258 | + boxen "^6.2.1" |
| 3259 | + chalk "^4.1.2" |
| 3260 | + chokidar "^3.5.3" |
| 3261 | + cli-table3 "^0.6.3" |
| 3262 | + combine-promises "^1.1.0" |
| 3263 | + commander "^5.1.0" |
| 3264 | + core-js "^3.31.1" |
| 3265 | + del "^6.1.1" |
| 3266 | + detect-port "^1.5.1" |
| 3267 | + escape-html "^1.0.3" |
| 3268 | + eta "^2.2.0" |
| 3269 | + eval "^0.1.8" |
| 3270 | + fs-extra "^11.1.1" |
| 3271 | + html-tags "^3.3.1" |
| 3272 | + html-webpack-plugin "^5.6.0" |
| 3273 | + leven "^3.1.0" |
| 3274 | + lodash "^4.17.21" |
| 3275 | + p-map "^4.0.0" |
| 3276 | + prompts "^2.4.2" |
| 3277 | + react-dev-utils "^12.0.1" |
| 3278 | + react-helmet-async "npm:@slorber/ [email protected]" |
| 3279 | + react-loadable "npm:@docusaurus/ [email protected]" |
| 3280 | + react-loadable-ssr-addon-v5-slorber "^1.0.1" |
| 3281 | + react-router "^5.3.4" |
| 3282 | + react-router-config "^5.1.1" |
| 3283 | + react-router-dom "^5.3.4" |
| 3284 | + semver "^7.5.4" |
| 3285 | + serve-handler "^6.1.6" |
| 3286 | + shelljs "^0.8.5" |
| 3287 | + tslib "^2.6.0" |
| 3288 | + update-notifier "^6.0.2" |
| 3289 | + webpack "^5.95.0" |
| 3290 | + webpack-bundle-analyzer "^4.10.2" |
| 3291 | + webpack-dev-server "^4.15.2" |
| 3292 | + webpack-merge "^6.0.1" |
| 3293 | + |
3194 | 3294 |
|
3195 | 3295 | version "3.6.3"
|
3196 | 3296 | resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.6.3.tgz#ea19b307183ec20dea4927efc4ddf249150b8c6a"
|
|
3201 | 3301 | postcss-sort-media-queries "^5.2.0"
|
3202 | 3302 | tslib "^2.6.0"
|
3203 | 3303 |
|
| 3304 | + |
| 3305 | + version "3.7.0" |
| 3306 | + resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.7.0.tgz#8fe8f2c3acbd32384b69e14983b9a63c98cae34e" |
| 3307 | + integrity sha512-X9GYgruZBSOozg4w4dzv9uOz8oK/EpPVQXkp0MM6Tsgp/nRIU9hJzJ0Pxg1aRa3xCeEQTOimZHcocQFlLwYajQ== |
| 3308 | + dependencies: |
| 3309 | + cssnano-preset-advanced "^6.1.2" |
| 3310 | + postcss "^8.4.38" |
| 3311 | + postcss-sort-media-queries "^5.2.0" |
| 3312 | + tslib "^2.6.0" |
| 3313 | + |
3204 | 3314 |
|
3205 | 3315 | version "3.6.3"
|
3206 | 3316 | resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.6.3.tgz#c6e514c9429487ef38be2f2129b2b842740d92fd"
|
|
3209 | 3319 | chalk "^4.1.2"
|
3210 | 3320 | tslib "^2.6.0"
|
3211 | 3321 |
|
| 3322 | + |
| 3323 | + version "3.7.0" |
| 3324 | + resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.7.0.tgz#07ecc2f460c4d2382df4991f9ce4e348e90af04c" |
| 3325 | + integrity sha512-z7g62X7bYxCYmeNNuO9jmzxLQG95q9QxINCwpboVcNff3SJiHJbGrarxxOVMVmAh1MsrSfxWkVGv4P41ktnFsA== |
| 3326 | + dependencies: |
| 3327 | + chalk "^4.1.2" |
| 3328 | + tslib "^2.6.0" |
| 3329 | + |
3212 | 3330 |
|
3213 | 3331 | version "3.6.3"
|
3214 | 3332 | resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.6.3.tgz#127babc7cdb26d37c723bc3ae518bda17ce40160"
|
|
3239 | 3357 | vfile "^6.0.1"
|
3240 | 3358 | webpack "^5.88.1"
|
3241 | 3359 |
|
| 3360 | + |
| 3361 | + version "3.7.0" |
| 3362 | + resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.7.0.tgz#5890c6e7a5b68cb1d066264ac5290cdcd59d4ecc" |
| 3363 | + integrity sha512-OFBG6oMjZzc78/U3WNPSHs2W9ZJ723ewAcvVJaqS0VgyeUfmzUV8f1sv+iUHA0DtwiR5T5FjOxj6nzEE8LY6VA== |
| 3364 | + dependencies: |
| 3365 | + "@docusaurus/logger" "3.7.0" |
| 3366 | + "@docusaurus/utils" "3.7.0" |
| 3367 | + "@docusaurus/utils-validation" "3.7.0" |
| 3368 | + "@mdx-js/mdx" "^3.0.0" |
| 3369 | + "@slorber/remark-comment" "^1.0.0" |
| 3370 | + escape-html "^1.0.3" |
| 3371 | + estree-util-value-to-estree "^3.0.1" |
| 3372 | + file-loader "^6.2.0" |
| 3373 | + fs-extra "^11.1.1" |
| 3374 | + image-size "^1.0.2" |
| 3375 | + mdast-util-mdx "^3.0.0" |
| 3376 | + mdast-util-to-string "^4.0.0" |
| 3377 | + rehype-raw "^7.0.0" |
| 3378 | + remark-directive "^3.0.0" |
| 3379 | + remark-emoji "^4.0.0" |
| 3380 | + remark-frontmatter "^5.0.0" |
| 3381 | + remark-gfm "^4.0.0" |
| 3382 | + stringify-object "^3.3.0" |
| 3383 | + tslib "^2.6.0" |
| 3384 | + unified "^11.0.3" |
| 3385 | + unist-util-visit "^5.0.0" |
| 3386 | + url-loader "^4.1.1" |
| 3387 | + vfile "^6.0.1" |
| 3388 | + webpack "^5.88.1" |
| 3389 | + |
3242 | 3390 |
|
3243 | 3391 | version "3.6.3"
|
3244 | 3392 | resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.6.3.tgz#1f7030b1cf1f658cf664d41b6eadba93bbe51d87"
|
|
3510 | 3658 | webpack "^5.95.0"
|
3511 | 3659 | webpack-merge "^5.9.0"
|
3512 | 3660 |
|
| 3661 | + |
| 3662 | + version "3.7.0" |
| 3663 | + resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.7.0.tgz#3f5a68a60f80ecdcb085666da1d68f019afda943" |
| 3664 | + integrity sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ== |
| 3665 | + dependencies: |
| 3666 | + "@mdx-js/mdx" "^3.0.0" |
| 3667 | + "@types/history" "^4.7.11" |
| 3668 | + "@types/react" "*" |
| 3669 | + commander "^5.1.0" |
| 3670 | + joi "^17.9.2" |
| 3671 | + react-helmet-async "npm:@slorber/ [email protected]" |
| 3672 | + utility-types "^3.10.0" |
| 3673 | + webpack "^5.95.0" |
| 3674 | + webpack-merge "^5.9.0" |
| 3675 | + |
3513 | 3676 |
|
3514 | 3677 | version "3.6.3"
|
3515 | 3678 | resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.6.3.tgz#57f840bd6f0928cf10060198cb421f1b9212c8f5"
|
|
3518 | 3681 | "@docusaurus/types" "3.6.3"
|
3519 | 3682 | tslib "^2.6.0"
|
3520 | 3683 |
|
| 3684 | + |
| 3685 | + version "3.7.0" |
| 3686 | + resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.7.0.tgz#1bef52837d321db5dd2361fc07f3416193b5d029" |
| 3687 | + integrity sha512-IZeyIfCfXy0Mevj6bWNg7DG7B8G+S6o6JVpddikZtWyxJguiQ7JYr0SIZ0qWd8pGNuMyVwriWmbWqMnK7Y5PwA== |
| 3688 | + dependencies: |
| 3689 | + "@docusaurus/types" "3.7.0" |
| 3690 | + tslib "^2.6.0" |
| 3691 | + |
3521 | 3692 |
|
3522 | 3693 | version "3.6.3"
|
3523 | 3694 | resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.6.3.tgz#3eca7125235eb90983ff660b97a71f331e331f57"
|
|
3532 | 3703 | lodash "^4.17.21"
|
3533 | 3704 | tslib "^2.6.0"
|
3534 | 3705 |
|
| 3706 | + |
| 3707 | + version "3.7.0" |
| 3708 | + resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.7.0.tgz#dc0786fb633ae5cef8e93337bf21c2a826c7ecbd" |
| 3709 | + integrity sha512-w8eiKk8mRdN+bNfeZqC4nyFoxNyI1/VExMKAzD9tqpJfLLbsa46Wfn5wcKH761g9WkKh36RtFV49iL9lh1DYBA== |
| 3710 | + dependencies: |
| 3711 | + "@docusaurus/logger" "3.7.0" |
| 3712 | + "@docusaurus/utils" "3.7.0" |
| 3713 | + "@docusaurus/utils-common" "3.7.0" |
| 3714 | + fs-extra "^11.2.0" |
| 3715 | + joi "^17.9.2" |
| 3716 | + js-yaml "^4.1.0" |
| 3717 | + lodash "^4.17.21" |
| 3718 | + tslib "^2.6.0" |
| 3719 | + |
3535 | 3720 |
|
3536 | 3721 | version "3.6.3"
|
3537 | 3722 | resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.6.3.tgz#8dcb1969e4011a84dfb0a031da806dadddebf0ea"
|
|
3559 | 3744 | utility-types "^3.10.0"
|
3560 | 3745 | webpack "^5.88.1"
|
3561 | 3746 |
|
| 3747 | + |
| 3748 | + version "3.7.0" |
| 3749 | + resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.7.0.tgz#dfdebd63524c52b498f36b2907a3b2261930b9bb" |
| 3750 | + integrity sha512-e7zcB6TPnVzyUaHMJyLSArKa2AG3h9+4CfvKXKKWNx6hRs+p0a+u7HHTJBgo6KW2m+vqDnuIHK4X+bhmoghAFA== |
| 3751 | + dependencies: |
| 3752 | + "@docusaurus/logger" "3.7.0" |
| 3753 | + "@docusaurus/types" "3.7.0" |
| 3754 | + "@docusaurus/utils-common" "3.7.0" |
| 3755 | + escape-string-regexp "^4.0.0" |
| 3756 | + file-loader "^6.2.0" |
| 3757 | + fs-extra "^11.1.1" |
| 3758 | + github-slugger "^1.5.0" |
| 3759 | + globby "^11.1.0" |
| 3760 | + gray-matter "^4.0.3" |
| 3761 | + jiti "^1.20.0" |
| 3762 | + js-yaml "^4.1.0" |
| 3763 | + lodash "^4.17.21" |
| 3764 | + micromatch "^4.0.5" |
| 3765 | + prompts "^2.4.2" |
| 3766 | + resolve-pathname "^3.0.0" |
| 3767 | + shelljs "^0.8.5" |
| 3768 | + tslib "^2.6.0" |
| 3769 | + url-loader "^4.1.1" |
| 3770 | + utility-types "^3.10.0" |
| 3771 | + webpack "^5.88.1" |
| 3772 | + |
3562 | 3773 | "@hapi/hoek@^9.0.0":
|
3563 | 3774 | version "9.3.0"
|
3564 | 3775 | resolved "https://registry.npmmirror.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
|
@@ -9764,10 +9975,10 @@ react-helmet-async@*:
|
9764 | 9975 | react-fast-compare "^3.2.2"
|
9765 | 9976 | shallowequal "^1.1.0"
|
9766 | 9977 |
|
9767 |
| -react-helmet-async@^1.3.0: |
| 9978 | +react-helmet-async@^1.3.0 , "react-helmet-async@npm:@slorber/[email protected]": |
9768 | 9979 | version "1.3.0"
|
9769 |
| - resolved "https://registry.npmmirror.com/react-helmet-async/-/react-helmet-async-1.3.0.tgz#7bd5bf8c5c69ea9f02f6083f14ce33ef545c222e" |
9770 |
| - integrity sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg== |
| 9980 | + resolved "https://registry.yarnpkg.com/@slorber/react-helmet-async/-/react-helmet-async-1.3.0.tgz#11fbc6094605cf60aa04a28c17e0aab894b4ecff" |
| 9981 | + integrity sha512-e9/OK8VhwUSc67diWI8Rb3I0YgI9/SBQtnhe9aEuK6MhZm7ntZZimXgwXnd8W96YTmSOb9M4d8LwhRZyhWr/1A== |
9771 | 9982 | dependencies:
|
9772 | 9983 | "@babel/runtime" "^7.12.5"
|
9773 | 9984 | invariant "^2.2.4"
|
|
0 commit comments