Skip to content

Commit

Permalink
mediawiki: Update browserslist-config-wikimedia for compat/compat rule (
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s committed Apr 14, 2023
1 parent 173dc3a commit d2fdb84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion mediawiki.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const commonRules = require( './common' );
const browsers = require( 'browserslist-config-wikimedia/modern-es6-only' );
const browsers = require( 'browserslist-config-wikimedia/modern' );

/* eslint-disable quote-props, quotes */
const config = {
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
"license": "MIT",
"dependencies": {
"browserslist-config-wikimedia": "^0.4.0",
"browserslist-config-wikimedia": "^0.5.0",
"eslint": "^8.31.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-es-x": "^5.2.1",
Expand Down

0 comments on commit d2fdb84

Please sign in to comment.