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

Merge pull request #697 from koalyptus/greenkeeper/monorepo.babel7-20190402222217

Update babel7 to the latest version 🚀
This commit is contained in:
koalyptus 2019-04-15 22:25:21 +10:00 committed by GitHub
commit fafa983dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 300 additions and 272 deletions

4
dist/starter.html vendored
View file

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

554
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.87",
"version": "0.6.88",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
@ -40,8 +40,8 @@
"tag": "next"
},
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/preset-env": "7.4.0",
"@babel/core": "7.4.3",
"@babel/preset-env": "7.4.3",
"babel-eslint": "10.0.0",
"babel-loader": "^8.0.2",
"babel-preset-env": "1.7.0",