Skip to content

Commit

Permalink
v10: Remove unneeded wicg-inert polyfill (#16915)
Browse files Browse the repository at this point in the history
* fix: remove unneeded wicg-inert polyfill

* fix: ran npx browserslist@latest --update-db
  • Loading branch information
guidari authored Jul 9, 2024
1 parent 8ce1d0e commit 7345a37
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 13 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"prop-types": "^15.7.2",
"react-is": "^17.0.2",
"use-resize-observer": "^6.0.0",
"wicg-inert": "^3.1.1",
"window-or-global": "^1.0.1"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/components/Dialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*/

import 'wicg-inert';
import PropTypes from 'prop-types';
import React, { useEffect, useRef } from 'react';
import { FocusScope } from '../FocusScope';
Expand Down
14 changes: 3 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11490,9 +11490,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001179, caniuse-lite@npm:^1.0.30001202, caniuse-lite@npm:^1.0.30001219, caniuse-lite@npm:^1.0.30001228, caniuse-lite@npm:^1.0.30001272, caniuse-lite@npm:^1.0.30001286, caniuse-lite@npm:^1.0.30001287":
version: 1.0.30001570
resolution: "caniuse-lite@npm:1.0.30001570"
checksum: 460be2c7a9b1c8a83b6aae4226661c276d9dada6c84209dee547699cf4b28030b9d1fc29ddd7626acee77412b6401993878ea0ef3eadbf3a63ded9034896ae20
version: 1.0.30001640
resolution: "caniuse-lite@npm:1.0.30001640"
checksum: ec492d8d1e11d1c55e0f5c0f218229369dc0a4bd1b5d0a579a6435865fe8f4c84bde7e816a844cce1b9cdd97f5a85b6dac5599639fabcdb0c4c5bd039e46cbfd
languageName: node
linkType: hard

Expand Down Expand Up @@ -11624,7 +11624,6 @@ __metadata:
webpack: ^5.65.0
webpack-dev-server: ^4.6.0
whatwg-fetch: ^3.6.2
wicg-inert: ^3.1.1
window-or-global: ^1.0.1
peerDependencies:
carbon-components: ^10.30.0
Expand Down Expand Up @@ -38282,13 +38281,6 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"wicg-inert@npm:^3.1.1":
version: 3.1.1
resolution: "wicg-inert@npm:3.1.1"
checksum: d4553ea762ad5808b2d20990f05695d3272cf5d24ee9b0008d0edb0c69466eb6a24824ed932070553a2dc8b25eee8fcde780e073de89d640882d9da99f874944
languageName: node
linkType: hard

"wide-align@npm:^1.1.0, wide-align@npm:^1.1.2":
version: 1.1.5
resolution: "wide-align@npm:1.1.5"
Expand Down

0 comments on commit 7345a37

Please sign in to comment.