mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 12:57:44 +00:00
chore: remove inert polyfill
Browsers seem to support it well enough outside of IE11
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -14,8 +14,7 @@
|
|||||||
"medium-zoom": "^1.0.8",
|
"medium-zoom": "^1.0.8",
|
||||||
"preact": "^10.17.0",
|
"preact": "^10.17.0",
|
||||||
"react-aria": "^3.27.0",
|
"react-aria": "^3.27.0",
|
||||||
"react-stately": "^3.25.0",
|
"react-stately": "^3.25.0"
|
||||||
"wicg-inert": "^3.1.2"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/image": "^0.17.3",
|
"@astrojs/image": "^0.17.3",
|
||||||
@@ -28085,11 +28084,6 @@
|
|||||||
"url": "https://github.com/sponsors/ljharb"
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/wicg-inert": {
|
|
||||||
"version": "3.1.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/wicg-inert/-/wicg-inert-3.1.2.tgz",
|
|
||||||
"integrity": "sha512-Ba9tGNYxXwaqKEi9sJJvPMKuo063umUPsHN0JJsjrs2j8KDSzkWLMZGZ+MH1Jf1Fq4OWZ5HsESJID6nRza2ang=="
|
|
||||||
},
|
|
||||||
"node_modules/wide-align": {
|
"node_modules/wide-align": {
|
||||||
"version": "1.1.5",
|
"version": "1.1.5",
|
||||||
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
|
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
|
||||||
|
|||||||
@@ -132,8 +132,7 @@
|
|||||||
"medium-zoom": "^1.0.8",
|
"medium-zoom": "^1.0.8",
|
||||||
"preact": "^10.17.0",
|
"preact": "^10.17.0",
|
||||||
"react-aria": "^3.27.0",
|
"react-aria": "^3.27.0",
|
||||||
"react-stately": "^3.25.0",
|
"react-stately": "^3.25.0"
|
||||||
"wicg-inert": "^3.1.2"
|
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"react": "npm:@preact/compat@latest",
|
"react": "npm:@preact/compat@latest",
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
import "wicg-inert";
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
useCallback,
|
useCallback,
|
||||||
useEffect,
|
useEffect,
|
||||||
|
|||||||
Reference in New Issue
Block a user