version fixture for webpack to prevent updated version installation.

Signed-Off-By: Piyush Vijay <piyushvijay.1997@gmail.com>
This commit is contained in:
Piyush Vijay 2018-10-10 08:37:05 +05:30
parent fd4e5f0c54
commit 673e82e6a6
No known key found for this signature in database
GPG Key ID: FC77A75558658D35

View File

@ -17,13 +17,13 @@
"jquery": "3.3.1",
"jquery-migrate": "3.0.0",
"jquery-mousewheel": "3.1.13",
"jquery-ui": "^1.12.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"jquery-ui": "1.12.1",
"jquery-ui-bundle": "1.12.1-migrate",
"jquery-ui-timepicker-addon": "1.6.3",
"jquery-validation": "1.17.0",
"jquery.event.drag": "2.2.2",
"js-cookie": "2.2.0",
"sprintf-js": "^1.1.1",
"sprintf-js": "1.1.1",
"tracekit": "0.4.5",
"updated-jqplot": "1.0.9-2",
"zxcvbn": "4.4.2"
@ -39,9 +39,9 @@
"eslint": "^4.9.0",
"jsdoc": "^3.5.5",
"minami": "^1.2.3",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
"webpack": "4.8.3",
"webpack-bundle-analyzer": "2.13.1",
"webpack-cli": "2.1.3",
"webpack-dev-server": "3.1.4"
}
}