**1.0.3** - @flare/react-hooks upgrade.

This commit is contained in:
Tudor Stanciu 2023-11-05 10:35:56 +02:00
parent 23a7deac78
commit f7d803963c
3 changed files with 31859 additions and 1262 deletions

View File

@ -24,4 +24,5 @@ import { StandardCV } from "@react-bricks/standard-cv";
**1.0.0** - This version includes the initial version of standard-cv react component. **1.0.0** - This version includes the initial version of standard-cv react component.
**1.0.1** - The user interface has been made more responsive based on the window size. **1.0.1** - The user interface has been made more responsive based on the window size.
**1.0.2** - Packages update **1.0.2** - Packages update.
**1.0.3** - @flare/react-hooks upgrade.

33122
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{ {
"name": "@react-bricks/standard-cv", "name": "@react-bricks/standard-cv",
"version": "1.0.2", "version": "1.0.3",
"description": "Standard curriculum vitae", "description": "standard-cv is an npm package that provides a standard, beautiful and responsive curriculum vitae.",
"author": { "author": {
"name": "Tudor Stanciu", "name": "Tudor Stanciu",
"email": "tudor.stanciu94@gmail.com", "email": "tudor.stanciu94@gmail.com",
@ -59,7 +59,7 @@
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.10.2", "@fortawesome/fontawesome-free": "^5.10.2",
"@flare/react-hooks": "^1.0.0", "@flare/react-hooks": "^1.1.0",
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"popper.js": "^1.14.7", "popper.js": "^1.14.7",