Skip to content

Commit

Permalink
'dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Mar 11, 2024
1 parent da64662 commit 82b669d
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 57 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.5.134 / 2024-03-11

### :tada: Enhancements
- Updated dependencies: @google-cloud/storage, @types/node, typedoc, typescript

# 1.5.133 / 2024-03-06

### :tada: Enhancements
Expand Down
106 changes: 53 additions & 53 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
],
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/storage": "^7.7.0",
"@google-cloud/storage": "^7.8.0",
"@sergdudko/objectstream": "^3.1.17",
"firebase-admin": "^12.0.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
Expand All @@ -69,7 +69,7 @@
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"tslint": "^6.1.3",
"typedoc": "^0.25.10",
"typescript": "^5.3.3"
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
}
}

0 comments on commit 82b669d

Please sign in to comment.