1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-18 08:29:50 +01:00

fix unit tests

This commit is contained in:
koalyptus 2018-12-31 13:52:15 +11:00
commit 8b09b6feab
10 changed files with 1102 additions and 1078 deletions

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.69",
"version": "0.6.75",
"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.1.6",
"@babel/preset-env": "7.1.6",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"babel-eslint": "10.0.0",
"babel-loader": "^8.0.2",
"babel-preset-env": "1.7.0",
@ -59,14 +59,14 @@
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-qunit-istanbul": "1.0.0",
"grunt-shell": "2.1.0",
"grunt-shell": "3.0.0",
"grunt-string-replace": "^1.3.1",
"isparta-loader": "2.0.0",
"script-loader": "^0.7.0",
"string-replace-webpack-plugin": "^0.1.3",
"stylus": "^0.54.5",
"sugar-date": "2.0.6",
"uglifyjs-webpack-plugin": "2.0.1",
"uglifyjs-webpack-plugin": "2.1.1",
"webpack": "^4.0.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.0.0"