diff --git a/package.json b/package.json index 6d58ea5e..7f985567 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "npx playwright test" }, "dependencies": { - "alem": "1.1.1" + "alem": "1.1.2" }, "devDependencies": { "@playwright/test": "^1.38.1", diff --git a/src/pages/Projects/Projects.tsx b/src/pages/Projects/Projects.tsx index 9b394b2a..e45800e3 100644 --- a/src/pages/Projects/Projects.tsx +++ b/src/pages/Projects/Projects.tsx @@ -3,10 +3,6 @@ import AllProjects from "./components/AllProjects/AllProjects"; import FeaturedProjects from "./components/FeaturedProjects/FeaturedProjects"; const ProjectsPage = () => { - // TODO: Além -> Gerar o erro - // 1 - Comenta a linha 39 e inicia o projeto - // 2 - Descomenta a linha 39, vai gerar o erro - return ( <> diff --git a/src/pages/Projects/components/AllProjects/AllProjects.tsx b/src/pages/Projects/components/AllProjects/AllProjects.tsx index 3bd7c236..20c4a003 100644 --- a/src/pages/Projects/components/AllProjects/AllProjects.tsx +++ b/src/pages/Projects/components/AllProjects/AllProjects.tsx @@ -155,14 +155,8 @@ const AllProjects = () => { {filteredProjects.length ? ( - // TODO: Isso quebra (incluindo o "shouldShuffle") - // } - // /> } /> diff --git a/yarn.lock b/yarn.lock index c3344217..7d7fe774 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1229,10 +1229,10 @@ accepts@~1.3.4, accepts@~1.3.8: mime-types "~2.1.34" negotiator "0.6.3" -alem@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/alem/-/alem-1.1.1.tgz#57a224f74120a4b15ed085b1d76b8cbefa2821e6" - integrity sha512-mDQQ2LUAgr90sPfpCAGaRAKrKi9kc4wJDA0yqf7CUV9x7E4N2xOHhQVk07tsrdHr/D0mSOTqfKK2aKU+JFStng== +alem@1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/alem/-/alem-1.1.2.tgz#40c79e983f2c262b1095a46138e1e1a9ba0b957b" + integrity sha512-D2Mg9vUQQPgDEcZKErNRuKUfZg8yiFr8HzLiVotMTO+qvGNpD7hbOiP8gJ29WE8+46JLFwLVzPT4/lnm5N1xzQ== dependencies: "@babel/core" "^7.24.3" "@babel/plugin-syntax-jsx" "^7.24.1" @@ -2811,16 +2811,7 @@ string-argv@0.3.2: resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6" integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q== -"string-width-cjs@npm:string-width@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^4.1.0: +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -2838,14 +2829,7 @@ string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2: emoji-regex "^9.2.2" strip-ansi "^7.0.1" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==