diff options
-rw-r--r-- | .github/CODEOWNERS | 4 | ||||
-rw-r--r-- | package.json | 4 | ||||
-rw-r--r-- | yarn.lock | 23 |
3 files changed, 18 insertions, 13 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2f0a50a..55cf527 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ -# Request joe for all PRs. -* @jb3 +# Request joe, HassanAbouelela for all PRs. +* @jb3 @HassanAbouelela # Request ks129 for CI and API related PRs. .github/workflows/** @ks129 @jb3 diff --git a/package.json b/package.json index 09cda33..13e5aa1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "axios": "0.21.1", "copy-webpack-plugin": "8.0.0", "fs-extra": "9.1.0", - "html-webpack-plugin": "5.2.0", + "html-webpack-plugin": "5.3.0", "identity-obj-proxy": "3.0.0", "react": "17.0.1", "react-app-polyfill": "2.0.0", @@ -61,7 +61,7 @@ "@testing-library/user-event": "12.8.1", "@types/jest": "26.0.20", "@types/node": "14.14.31", - "@types/react": "17.0.2", + "@types/react": "17.0.3", "@types/react-dom": "17.0.1", "@types/react-router-dom": "5.1.7", "@types/react-transition-group": "4.4.1", @@ -2136,12 +2136,13 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/[email protected]": - version "17.0.2" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.2.tgz#3de24c4efef902dd9795a49c75f760cbe4f7a5a8" - integrity sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA== +"@types/react@*", "@types/[email protected]": + version "17.0.3" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79" + integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg== dependencies: "@types/prop-types" "*" + "@types/scheduler" "*" csstype "^3.0.2" "@types/[email protected]": @@ -2151,6 +2152,11 @@ dependencies: "@types/node" "*" +"@types/scheduler@*": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275" + integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA== + "@types/[email protected]": version "0.3.1" resolved "https://registry.yarnpkg.com/@types/smoothscroll-polyfill/-/smoothscroll-polyfill-0.3.1.tgz#77fb3a6e116bdab4a5959122e3b8e201224dcd49" @@ -4868,14 +4874,13 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" - version "5.2.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.2.0.tgz#d675ad0027a89de6b3d9950e0b57656dcfd97fbf" - integrity sha512-0wkVlJKq7edCN793gdLgdAm5m196qI2vb5SGXy4AtGOFB/lYKyS10+3Vkhe6Bo0acddAW3QVw+0ysgWoko/IEQ== + version "5.3.0" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.3.0.tgz#9d93a547db34ac1f28b9f41fd8fe38a5d56770f3" + integrity sha512-BjtSQCy5J0e9EDV+NZ4i+w36N9avXfQDF4QoAV9YAECG50x6/2tfJkFb0ws9eTcszLdyg4vs6FI6hMgVzVoQqw== dependencies: "@types/html-minifier-terser" "^5.0.0" html-minifier-terser "^5.0.1" - loader-utils "^2.0.0" lodash "^4.17.20" pretty-error "^2.1.1" tapable "^2.0.0" |