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

This commit is contained in:
Tudor Stanciu 2023-11-05 23:50:01 +02:00
parent f7d803963c
commit 29aac33728
3 changed files with 13 additions and 12 deletions

View File

@ -25,4 +25,5 @@ import { StandardCV } from "@react-bricks/standard-cv";
**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.2** - Packages update.
**1.0.3** - @flare/react-hooks upgrade.
**1.0.3** - @flare/react-hooks upgrade.
**1.0.4** - @flare/react-hooks upgrade.

18
package-lock.json generated
View File

@ -1,15 +1,15 @@
{
"name": "@react-bricks/standard-cv",
"version": "1.0.3",
"version": "1.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@react-bricks/standard-cv",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"dependencies": {
"@flare/react-hooks": "^1.1.0",
"@flare/react-hooks": "^1.1.1",
"@fortawesome/fontawesome-free": "^5.10.2",
"bootstrap": "^4.3.1",
"jquery": "^3.3.1",
@ -2435,9 +2435,9 @@
}
},
"node_modules/@flare/react-hooks": {
"version": "1.1.0",
"resolved": "https://lab.code-rove.com/public-node-registry/@flare/react-hooks/-/react-hooks-1.1.0.tgz",
"integrity": "sha512-vvwKuXAi+Qpmv5KsyY6K2LZgkoWNwDP+sWv6nBWRy+dmTxXXK7vjKov/Ghi5oCEKeSTITawh9dZQmYMmxc95GA==",
"version": "1.1.1",
"resolved": "https://lab.code-rove.com/public-node-registry/@flare/react-hooks/-/react-hooks-1.1.1.tgz",
"integrity": "sha512-tOP/Vx6l626DUun6ep7A7wkdR9QWNNwc0p3Z7x32PYtHAOldzyTojZ/pyS34RKhIsmMB4nLjuD8HcLzDSWDbBw==",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
@ -21192,9 +21192,9 @@
"peer": true
},
"@flare/react-hooks": {
"version": "1.1.0",
"resolved": "https://lab.code-rove.com/public-node-registry/@flare/react-hooks/-/react-hooks-1.1.0.tgz",
"integrity": "sha512-vvwKuXAi+Qpmv5KsyY6K2LZgkoWNwDP+sWv6nBWRy+dmTxXXK7vjKov/Ghi5oCEKeSTITawh9dZQmYMmxc95GA==",
"version": "1.1.1",
"resolved": "https://lab.code-rove.com/public-node-registry/@flare/react-hooks/-/react-hooks-1.1.1.tgz",
"integrity": "sha512-tOP/Vx6l626DUun6ep7A7wkdR9QWNNwc0p3Z7x32PYtHAOldzyTojZ/pyS34RKhIsmMB4nLjuD8HcLzDSWDbBw==",
"requires": {}
},
"@fortawesome/fontawesome-free": {

View File

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