forked from cybrespace/mastodon
		
	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
This commit is contained in:
		
							parent
							
								
									be93318c05
								
							
						
					
					
						commit
						3cc9ff872f
					
				
					 3 changed files with 8 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,5 +1,6 @@
 | 
				
			||||||
import React from 'react';
 | 
					import React from 'react';
 | 
				
			||||||
import PropTypes from 'prop-types';
 | 
					import PropTypes from 'prop-types';
 | 
				
			||||||
 | 
					import 'wicg-inert';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default class ModalRoot extends React.PureComponent {
 | 
					export default class ModalRoot extends React.PureComponent {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -168,7 +168,8 @@
 | 
				
			||||||
    "webpack-bundle-analyzer": "^3.6.0",
 | 
					    "webpack-bundle-analyzer": "^3.6.0",
 | 
				
			||||||
    "webpack-cli": "^3.3.7",
 | 
					    "webpack-cli": "^3.3.7",
 | 
				
			||||||
    "webpack-merge": "^4.2.1",
 | 
					    "webpack-merge": "^4.2.1",
 | 
				
			||||||
    "websocket.js": "^0.1.12"
 | 
					    "websocket.js": "^0.1.12",
 | 
				
			||||||
 | 
					    "wicg-inert": "^3.0.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "babel-eslint": "^10.0.3",
 | 
					    "babel-eslint": "^10.0.3",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10931,6 +10931,11 @@ which@^2.0.1:
 | 
				
			||||||
  dependencies:
 | 
					  dependencies:
 | 
				
			||||||
    isexe "^2.0.0"
 | 
					    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:
 | 
					wide-align@^1.1.0:
 | 
				
			||||||
  version "1.1.3"
 | 
					  version "1.1.3"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
 | 
					  resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue