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

Merge pull request #661 from koalyptus/greenkeeper/clean-webpack-plugin-1.0.0

Update clean-webpack-plugin to the latest version 🚀
This commit is contained in:
koalyptus 2018-11-14 14:01:05 +11:00 committed by GitHub
commit 3f74756d58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.67",
"version": "0.6.68",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -3812,12 +3812,12 @@
}
},
"clean-webpack-plugin": {
"version": "0.1.18",
"resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-0.1.18.tgz",
"integrity": "sha1-LiFziXx2ZGAxv/BHwUucIsgNjEo=",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-1.0.0.tgz",
"integrity": "sha512-+f96f52UIET4tOFBbCqezx7KH+w7lz/p4fA1FEjf0hC6ugxqwZedBtENzekN2FnmoTF/bn1LrlkvebOsDZuXKw==",
"dev": true,
"requires": {
"rimraf": "2.6.2"
"rimraf": "^2.6.1"
}
},
"cli-cursor": {

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.67",
"version": "0.6.68",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
@ -45,7 +45,7 @@
"babel-eslint": "10.0.0",
"babel-loader": "^8.0.2",
"babel-preset-env": "1.7.0",
"clean-webpack-plugin": "^0.1.16",
"clean-webpack-plugin": "^1.0.0",
"codecov": "3.1.0",
"diacritics": "1.3.0",
"esdoc": "1.1.0",