Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade react-hook-form from 7.49.3 to 7.51.4 #18

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
104977a
Cambio de nombre de carpeta
IrvingYHM Jan 19, 2024
7a72741
Formulario de login
jul1oCesar0 Jan 19, 2024
fbf3269
Comente el error 404
jul1oCesar0 Jan 20, 2024
e226714
Registro
jul1oCesar0 Jan 20, 2024
628770e
Formulario de registro
jul1oCesar0 Jan 21, 2024
b5d8106
Cambio de logo
IrvingYHM Jan 21, 2024
8a388ff
Modificacion del logo
IrvingYHM Jan 24, 2024
8673992
Actualizacion del proyecto
IrvingYHM Jan 25, 2024
58aa157
Merge branch 'master' of https://github.com/IrvingYHM/Opticenter into…
IrvingYHM Jan 25, 2024
fc4053e
completar fusion
IrvingYHM Jan 25, 2024
f418dc5
Merge pull request #4 from IrvingYHM/branch_julio
IrvingYHM Jan 25, 2024
22ab507
actualizacion de proyecto
IrvingYHM Jan 25, 2024
a5e9452
Merge branch 'master' of https://github.com/IrvingYHM/Opticenter
IrvingYHM Jan 25, 2024
c669f98
correccion de errores
IrvingYHM Jan 25, 2024
de4f359
Validaciones de los formularios de registro
IrvingYHM Feb 26, 2024
ee774ff
Evento de scroll
IrvingYHM Mar 2, 2024
45d185f
Merge pull request #7 from IrvingYHM:irving
IrvingYHM Mar 2, 2024
eb52aa5
Implementacion de API al formulario de direccion
IrvingYHM Mar 28, 2024
1932678
Merge pull request #8 from IrvingYHM/irving
IrvingYHM Mar 28, 2024
488771a
fix: upgrade react-slick from 0.29.0 to 0.30.2
snyk-bot Apr 17, 2024
407a287
fix: upgrade react-icons from 4.11.0 to 4.12.0
snyk-bot Apr 17, 2024
17aeab9
fix: upgrade multiple dependencies with Snyk
snyk-bot Apr 24, 2024
041d5a3
Merge pull request #15 from IrvingYHM/snyk-upgrade-88c34a7e63f925fbcf…
IrvingYHM May 27, 2024
d7f4e2c
Merge pull request #14 from IrvingYHM/snyk-upgrade-c2f331e4d846d85aae…
IrvingYHM May 27, 2024
5165be8
Merge pull request #13 from IrvingYHM/snyk-upgrade-64851f473c525233b6…
IrvingYHM May 27, 2024
485f68c
fix: upgrade react-hook-form from 7.49.3 to 7.51.4
snyk-bot May 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 88 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-hook-form": "^7.51.4",
"react-icons": "^4.12.0",
"react-password-checklist": "^1.5.1",
"react-router-dom": "^6.17.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1"
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/react": "^18.2.15",
Expand Down
13 changes: 5 additions & 8 deletions public/final.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

Expand Down Expand Up @@ -223,17 +223,17 @@ select {
2. Remove default button styles.
*/

button,
/* button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
/* 1 */
background-color: transparent;
/* background-color: transparent; */
/* 2 */
background-image: none;
/* background-image: none;
/* 2 */
}
/* } */ */

/*
Use the modern Firefox focus style for all focusable elements.
Expand Down Expand Up @@ -1033,6 +1033,3 @@ video {
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
}



43 changes: 0 additions & 43 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,43 +0,0 @@
/* #root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}

.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
transition: filter 300ms;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
filter: drop-shadow(0 0 2em #61dafbaa);
}

@keyframes logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

@media (prefers-reduced-motion: no-preference) {
a:nth-of-type(2) .logo {
animation: logo-spin infinite 20s linear;
}
}

.card {
padding: 2em;
}

.read-the-docs {
color: #888;
}
*/
Loading