Skip to content

Commit

Permalink
Merge pull request #89 from PotLock/staging
Browse files Browse the repository at this point in the history
removed comments about found bugs, they were fixed on alem v1.1.2
  • Loading branch information
wpdas authored May 11, 2024
2 parents 88028be + dbbacc6 commit ea85933
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "npx playwright test"
},
"dependencies": {
"alem": "1.1.1"
"alem": "1.1.2"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
Expand Down
4 changes: 0 additions & 4 deletions src/pages/Projects/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<>
<NewHero />
Expand Down
8 changes: 1 addition & 7 deletions src/pages/Projects/components/AllProjects/AllProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,8 @@ const AllProjects = () => {
</Header>
<ProjectsContainer>
{filteredProjects.length ? (
// TODO: Isso quebra (incluindo o "shouldShuffle")
// <ListSection
// shouldShuffle
// items={filteredProjects}
// renderItem={(project: Project) => <Card projectId={project.registrant_id} />}
// />
<ListSection
shouldShuffle={true}
shouldShuffle
items={filteredProjects}
renderItem={(project: Project) => <Card projectId={project.registrant_id} />}
/>
Expand Down
28 changes: 6 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1229,10 +1229,10 @@ accepts@~1.3.4, accepts@~1.3.8:
mime-types "~2.1.34"
negotiator "0.6.3"

[email protected].1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/alem/-/alem-1.1.1.tgz#57a224f74120a4b15ed085b1d76b8cbefa2821e6"
integrity sha512-mDQQ2LUAgr90sPfpCAGaRAKrKi9kc4wJDA0yqf7CUV9x7E4N2xOHhQVk07tsrdHr/D0mSOTqfKK2aKU+JFStng==
[email protected].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"
Expand Down Expand Up @@ -2811,16 +2811,7 @@ [email protected]:
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==
Expand All @@ -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==
Expand Down

0 comments on commit ea85933

Please sign in to comment.