mirror of
https://dev.azure.com/tstanciu94/Packages/_git/standard-cv
synced 2025-08-10 18:32:25 +03:00
**1.0.4** - @flare/react-hooks upgrade.
This commit is contained in:
parent
f7d803963c
commit
29aac33728
@ -26,3 +26,4 @@ import { StandardCV } from "@react-bricks/standard-cv";
|
||||
**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.4** - @flare/react-hooks upgrade.
|
||||
|
18
package-lock.json
generated
18
package-lock.json
generated
@ -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": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user