Skip to content

Commit

Permalink
add url-search-params-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
jlev committed Sep 14, 2020
1 parent f5ea735 commit 4a9b69d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"react-tooltip": "^4.2.8",
"slugify": "^1.4.5",
"typeface-archivo": "^1.1.3",
"url-search-params-polyfill": "^8.1.0",
"us-state-codes": "^1.1.2",
"use-places-autocomplete": "^1.3.10"
},
Expand Down
1 change: 1 addition & 0 deletions src/components/form/form.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { useState, useEffect } from "react"
import { Router, useLocation, navigate } from "@reach/router"
import { window, exists } from "browser-monads"
import "url-search-params-polyfill"

import { GridContainer, Button, ButtonGroup } from "@trussworks/react-uswds"
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from "react"
import { Link } from "gatsby"
import { window, exists } from "browser-monads"
import "url-search-params-polyfill"

import { GridContainer, Grid } from "@trussworks/react-uswds"
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16585,6 +16585,11 @@ url-parse@^1.1.8, url-parse@^1.4.3, url-parse@^1.4.7:
querystringify "^2.1.1"
requires-port "^1.0.0"

url-search-params-polyfill@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/url-search-params-polyfill/-/url-search-params-polyfill-8.1.0.tgz#5c15b69687165bfd4f6c7d8a161d70d85385885b"
integrity sha512-MRG3vzXyG20BJ2fox50/9ZRoe+2h3RM7DIudVD2u/GY9MtayO1Dkrna76IUOak+uoUPVWbyR0pHCzxctP/eDYQ==

url-to-options@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"
Expand Down

0 comments on commit 4a9b69d

Please sign in to comment.