Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Jan 15, 2024
1 parent 93e3706 commit 768a9a0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 28 deletions.
1 change: 1 addition & 0 deletions api/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v1.1.0
* update ESM compatibility
* add support for Proxmox 8
* update deps

## v1.0.2
* Merge PR 20
Expand Down
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"undici": "^5.28.2"
},
"devDependencies": {
"@types/node": "^20.10.7",
"@types/node": "^20.11.2",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
"typedoc": "^0.24.7",
"typedoc-plugin-rename-defaults": "^0.6.5",
"typedoc": "^0.25.7",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "^5.3.3"
},
"files": ["esm", "cjs", "src"]
Expand Down
56 changes: 31 additions & 25 deletions api/pnpm-lock.yaml

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

0 comments on commit 768a9a0

Please sign in to comment.