Skip to content

Commit

Permalink
Update to latest @cfpb/jumbo-mortgage
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Nov 2, 2023
1 parent 00e8fbb commit cb6ec76
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { getSelection } from './dom-values';
import { uniquePrimitives } from '../../../../js/modules/util/array-helpers';
import amortize from 'amortize';
import dropdown from '../dropdown-utils';
import jumbo from 'jumbo-mortgage';
import jumbo from '@cfpb/jumbo-mortgage';
import median from 'median';
import RateCheckerChart from './RateCheckerChart';
import Slider from './Slider';
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion cfgov/unprocessed/apps/owning-a-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"license": "SEE LICENSE IN TERMS.md",
"dependencies": {
"@cfpb/jumbo-mortgage": "4.0.0",
"amortize": "1.1.0",
"highcharts": "7.2.2",
"jquery": "3.6.0",
"jumbo-mortgage": "3.0.0",
"median": "0.0.2",
"rangeslider-js": "^3.0.2"
},
Expand Down
14 changes: 7 additions & 7 deletions cfgov/unprocessed/apps/owning-a-home/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
# yarn lockfile v1


"@cfpb/[email protected]":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@cfpb/jumbo-mortgage/-/jumbo-mortgage-4.0.0.tgz#492519d69063c250117309cfd4082dfcd190435e"
integrity sha512-i2cKzM7C7U34jcDYwZSYYPd7H4zq7mHfVp374MHYaPpoQorFtAkW1L8uzHt5ZGhUjzHH1sL7r5riiaZc4AIo+g==
dependencies:
format-usd "~0.1.0"

[email protected]:
version "1.1.0"
resolved "https://registry.yarnpkg.com/amortize/-/amortize-1.1.0.tgz#640e10fa960c6a073eacec92ebaee08398fe8249"
Expand Down Expand Up @@ -32,13 +39,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==

[email protected]:
version "3.0.0"
resolved "https://registry.yarnpkg.com/jumbo-mortgage/-/jumbo-mortgage-3.0.0.tgz#36333f126f4bc96a0945a9969b304a9093935d74"
integrity sha512-1xRmZmDzmCgJUimK0r82qoo5WZxRcLehMIPn+0mCoEYz9aKHCOpwqHGZzXHu30qj0pgLavWWUj6wBk7lw8ca9Q==
dependencies:
format-usd "~0.1.0"

[email protected]:
version "0.0.2"
resolved "https://registry.yarnpkg.com/median/-/median-0.0.2.tgz#1b7172bc221eb3e9bf4f479fadaadefc50c44787"
Expand Down

0 comments on commit cb6ec76

Please sign in to comment.