Browse Source

Use inert polyfill (#12209)

* Inserting wicg-inert in project

* Import wicg-inert in moda_root component

* Update yarn.lock

* Solving code style problems

* Removing package-lock
master
Gabriel Rubens 4 years ago
committed by Eugen Rochko
parent
commit
3cc9ff872f
3 changed files with 8 additions and 1 deletions
  1. +1
    -0
      app/javascript/mastodon/components/modal_root.js
  2. +2
    -1
      package.json
  3. +5
    -0
      yarn.lock

+ 1
- 0
app/javascript/mastodon/components/modal_root.js View File

@ -1,5 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import 'wicg-inert';
export default class ModalRoot extends React.PureComponent {

+ 2
- 1
package.json View File

@ -168,7 +168,8 @@
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.7",
"webpack-merge": "^4.2.1",
"websocket.js": "^0.1.12"
"websocket.js": "^0.1.12",
"wicg-inert": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",

+ 5
- 0
yarn.lock View File

@ -10931,6 +10931,11 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"
wicg-inert@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/wicg-inert/-/wicg-inert-3.0.0.tgz#4f5797172fbf7ff01effd3839b52872e35d3cba2"
integrity sha512-sZsYZ8pk8y6CgDLkTxivfhLDBvZuDWTWBawU8OuDdO0Id6AOd1Gqjkvt9g9Ni7rgHIS7UbRvbLSv1z7MSJDYCA==
wide-align@^1.1.0:
version "1.1.3"
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

Loading…
Cancel
Save