1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-15 12:57:03 +02:00

Merge pull request #692 from koalyptus/greenkeeper/eslint-5.15.2

Update eslint to the latest version 🚀
This commit is contained in:
koalyptus 2019-03-20 07:13:32 +11:00 committed by GitHub
commit 5e1fe901b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 584 additions and 595 deletions

4
dist/starter.html vendored
View file

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>tablefilter v0.6.79 - Starter</title> <title>tablefilter v0.6.84 - Starter</title>
</head> </head>
<body> <body>
<h1>tablefilter v0.6.79</h1> <h1>tablefilter v0.6.84</h1>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1167
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "tablefilter", "name": "tablefilter",
"version": "0.6.83", "version": "0.6.84",
"description": "A Javascript library making HTML tables filterable and a bit more", "description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT", "license": "MIT",
"author": { "author": {
@ -50,7 +50,7 @@
"diacritics": "1.3.0", "diacritics": "1.3.0",
"esdoc": "1.1.0", "esdoc": "1.1.0",
"esdoc-standard-plugin": "1.0.0", "esdoc-standard-plugin": "1.0.0",
"eslint": "5.15.0", "eslint": "5.15.2",
"format-number": "3.0.0", "format-number": "3.0.0",
"grunt": "^1.0.1", "grunt": "^1.0.1",
"grunt-cli": "1.3.2", "grunt-cli": "1.3.2",