Skip to content

Commit

Permalink
Bump luxon and @types/luxon (#182)
Browse files Browse the repository at this point in the history
* Bump luxon and @types/luxon

Bumps [luxon](https://github.com/moment/luxon) and [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon). These dependencies needed to be updated together.

Updates `luxon` from 3.4.3 to 3.4.4
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.4.3...3.4.4)

Updates `@types/luxon` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/luxon"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Changeset

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Anderson <[email protected]>
  • Loading branch information
dependabot[bot] and ericanderson authored Apr 23, 2024
1 parent 624a1df commit 3c51797
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-carrots-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@osdk/legacy-client": minor
---

Upgrade luxon to 3.4.4
4 changes: 2 additions & 2 deletions packages/legacy-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@osdk/gateway": "workspace:*",
"@osdk/shared.net": "workspace:*",
"fetch-retry": "^5.0.6",
"luxon": "^3.4.3",
"luxon": "^3.4.4",
"ngeohash": "^0.6.3",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@osdk/generator": "workspace:*",
"@osdk/shared.test": "workspace:*",
"@types/luxon": "^3.3.3",
"@types/luxon": "^3.4.2",
"@types/ngeohash": "^0.6.4",
"ts-expect": "^1.3.0",
"typescript": "^5.4.2"
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 3c51797

Please sign in to comment.