1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-27 04:22:10 +02:00

Merge pull request #674 from koalyptus/webpack-dev-server-secutity-update

Webpack dev server secutity update
This commit is contained in:
koalyptus 2019-01-06 20:51:20 +11:00 committed by GitHub
commit bfa440b265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 729 additions and 543 deletions

4
dist/starter.html vendored
View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>tablefilter v0.6.75 - Starter</title>
<title>tablefilter v0.6.76 - Starter</title>
</head>
<body>
<h1>tablefilter v0.6.75</h1>
<h1>tablefilter v0.6.76</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

1256
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.75",
"version": "0.6.76",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
@ -69,7 +69,7 @@
"uglifyjs-webpack-plugin": "2.1.1",
"webpack": "^4.0.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.0.0"
"webpack-dev-server": "^3.1.11"
},
"dependencies": {},
"bugs": {