Unverified Commit 599e25e5 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #1828 from hypothesis/remove-autofill-event

Remove autofill-event dependency
parents 8aec28d6 75eae19c
......@@ -16,7 +16,6 @@
"angular-mocks": "^1.7.5",
"angular-route": "^1.7.5",
"angular-toastr": "^2.1.1",
"autofill-event": "0.0.1",
"autoprefixer": "^9.4.7",
"aws-sdk": "^2.345.0",
"axe-core": "^3.4.1",
......
......@@ -33,10 +33,6 @@ import angular from 'angular';
import angularRoute from 'angular-route';
import angularToastr from 'angular-toastr';
// autofill-event relies on the existence of window.angular so
// it must be require'd after angular is first require'd
import 'autofill-event';
// Load polyfill for :focus-visible pseudo-class.
import 'focus-visible';
......
......@@ -1466,11 +1466,6 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
autofill-event@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/autofill-event/-/autofill-event-0.0.1.tgz#c382cf989b21b61ff4a12b3597e1943471d3cf7a"
integrity sha1-w4LPmJshth/0oSs1l+GUNHHTz3o=
autoprefixer@^9.4.7:
version "9.7.4"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.4.tgz#f8bf3e06707d047f0641d87aee8cfb174b2a5378"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment