Apply automatic changes
This commit is contained in:
parent
2b94afb360
commit
9a111ac3da
3 changed files with 9 additions and 3 deletions
|
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.1.5] - 2023-04-10
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/217))
|
||||||
|
|
||||||
## [0.1.4] - 2023-04-05
|
## [0.1.4] - 2023-04-05
|
||||||
|
|
||||||
### Workflow
|
### Workflow
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "devscard",
|
"name": "devscard",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "devscard",
|
"name": "devscard",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@floating-ui/dom": "1.2.5",
|
"@floating-ui/dom": "1.2.5",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "devscard",
|
"name": "devscard",
|
||||||
"description": "Template for creating a comprehensive virtual CV for developers.",
|
"description": "Template for creating a comprehensive virtual CV for developers.",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14",
|
"node": ">=14",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue