Skip to content

Commit

Permalink
build(deps): bump react-currency-input-field from 3.8.0 to 3.9.0 (#167)
Browse files Browse the repository at this point in the history
* build(deps): bump react-currency-input-field from 3.8.0 to 3.9.0

Bumps [react-currency-input-field](https://github.com/cchanxzy/react-currency-input-field) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/cchanxzy/react-currency-input-field/releases)
- [Changelog](https://github.com/cchanxzy/react-currency-input-field/blob/main/CHANGELOG.md)
- [Commits](cchanxzy/react-currency-input-field@v3.8.0...v3.9.0)

---
updated-dependencies:
- dependency-name: react-currency-input-field
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* refactor: intlconfig imports

Signed-off-by: rare-magma <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: rare-magma <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rare-magma <[email protected]>
  • Loading branch information
dependabot[bot] and rare-magma authored Jan 2, 2025
1 parent 38b0643 commit 7b554e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "18.2.0",
"react-bootstrap": "2.10.6",
"react-bootstrap-typeahead": "6.3.2",
"react-currency-input-field": "3.8.0",
"react-currency-input-field": "3.9.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "4.5.0",
"react-icons": "5.3.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/guitos/context/ConfigContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
useContext,
useState,
} from "react";
import type { IntlConfig } from "react-currency-input-field/dist/components/CurrencyInputProps";
import type { IntlConfig } from "react-currency-input-field";
import { UserOptions } from "../domain/userOptions";
import { localForageOptionsRepository } from "../infrastructure/localForageOptionsRepository";

Expand Down
2 changes: 1 addition & 1 deletion src/guitos/domain/userOptions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { IntlConfig } from "react-currency-input-field/dist/components/CurrencyInputProps";
import type { IntlConfig } from "react-currency-input-field";
import { currenciesList } from "../../lists/currenciesList";

export class UserOptions {
Expand Down

0 comments on commit 7b554e4

Please sign in to comment.