Skip to content

Commit c16fd7c

Browse files
committed
Use exact versions
1 parent 1ea1f9e commit c16fd7c

File tree

3 files changed

+120
-121
lines changed

3 files changed

+120
-121
lines changed

.yarnrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--add.exact true

package.json

+60-62
Original file line numberDiff line numberDiff line change
@@ -2,72 +2,70 @@
22
"name": "engage-dnn-javascript-libraries",
33
"version": "0.10.0",
44
"private": true,
5-
"file": [
6-
"_InstallPackages"
7-
],
5+
"file": ["_InstallPackages"],
86
"scripts": {
97
"package": "gulp"
108
},
119
"dependencies": {
12-
"alpaca": "^1.5.23",
13-
"blob.js": "^1.0.1",
14-
"bluebird": "^3.5.1",
15-
"bootstrap": "^3.3.7",
16-
"bootstrap-accessibility-plugin": "^1.0.5",
17-
"bootstrap-datepicker": "^1.7.1",
18-
"chart.js": "^2.7.1",
19-
"chosen-js": "^1.8.2",
20-
"clipboard": "^1.7.1",
21-
"datatables.net-buttons-dt": "^1.5.1",
22-
"date-fns": "^1.29.0",
23-
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
24-
"es6-shim": "^0.35.3",
25-
"file-saver": "^1.3.3",
26-
"fingerprintjs2": "^1.5.1",
27-
"flexslider": "^2.6.4",
28-
"html5-history-api": "^4.2.8",
29-
"html5shiv": "^3.7.3",
30-
"intl-tel-input": "^12.1.4",
31-
"jquery": "^3.2.1",
32-
"jquery-menu-aim": "^1.1.0",
33-
"jquery-mousewheel": "^3.1.13",
34-
"jquery-ui": "^1.12.1",
35-
"jquery.cookie": "^1.4.1",
36-
"jquery.easing": "^1.4.1",
37-
"jquery.localscroll": "^2.0.0",
38-
"jquery.scrollto": "^2.1.2",
39-
"jquery.serialscroll": "^1.3.0",
40-
"jquery.tipsy": "^1.0.3",
41-
"jszip": "^3.1.5",
42-
"kinetic": "^5.2.0",
43-
"knockout-jqautocomplete": "^0.4.4",
44-
"knockout-postbox": "^0.6.0",
45-
"knockout-sortable": "^1.1.0",
46-
"knockout.validation": "^2.0.3",
47-
"less": "^2.7.3",
48-
"lie": "^3.1.1",
49-
"moment": "^2.20.1",
50-
"nouislider": "^10.1.0",
51-
"numeral": "^2.0.6",
52-
"pepjs": "^0.4.3",
53-
"picturefill": "^3.0.2",
54-
"pubsub-js": "^1.5.7",
55-
"quill": "^1.3.4",
56-
"respond.js": "^1.4.2",
57-
"responsive-tabs": "^1.6.3",
58-
"routerjs": "^1.0.10",
59-
"select2": "^4.0.5",
60-
"spectrum-colorpicker": "^1.8.0",
61-
"swiper": "^4.0.5",
62-
"systemjs": "^0.20.19",
63-
"tableexport": "^4.0.11",
64-
"tinymce": "^4.7.2",
65-
"tota11y": "^0.1.6",
66-
"underscore": "^1.8.3",
67-
"unitegallery": "^1.7.28",
68-
"urijs": "^1.19.0",
69-
"xlsx": "^0.11.10",
70-
"zeroclipboard": "^2.3.0"
10+
"alpaca": "1.5.23",
11+
"blob.js": "1.0.1",
12+
"bluebird": "3.5.1",
13+
"bootstrap": "3.3.7",
14+
"bootstrap-accessibility-plugin": "1.0.5",
15+
"bootstrap-datepicker": "1.7.1",
16+
"chart.js": "2.7.1",
17+
"chosen-js": "1.8.2",
18+
"clipboard": "1.7.1",
19+
"datatables.net-buttons-dt": "1.5.1",
20+
"date-fns": "1.29.0",
21+
"eonasdan-bootstrap-datetimepicker": "4.17.47",
22+
"es6-shim": "0.35.3",
23+
"file-saver": "1.3.3",
24+
"fingerprintjs2": "1.5.1",
25+
"flexslider": "2.6.4",
26+
"html5-history-api": "4.2.8",
27+
"html5shiv": "3.7.3",
28+
"intl-tel-input": "12.1.4",
29+
"jquery": "3.2.1",
30+
"jquery-menu-aim": "1.1.0",
31+
"jquery-mousewheel": "3.1.13",
32+
"jquery-ui": "1.12.1",
33+
"jquery.cookie": "1.4.1",
34+
"jquery.easing": "1.4.1",
35+
"jquery.localscroll": "2.0.0",
36+
"jquery.scrollto": "2.1.2",
37+
"jquery.serialscroll": "1.3.0",
38+
"jquery.tipsy": "1.0.3",
39+
"jszip": "3.1.5",
40+
"kinetic": "5.2.0",
41+
"knockout-jqautocomplete": "0.4.4",
42+
"knockout-postbox": "0.6.0",
43+
"knockout-sortable": "1.1.0",
44+
"knockout.validation": "2.0.3",
45+
"less": "2.7.3",
46+
"lie": "3.1.1",
47+
"moment": "2.20.1",
48+
"nouislider": "10.1.0",
49+
"numeral": "2.0.6",
50+
"pepjs": "0.4.3",
51+
"picturefill": "3.0.2",
52+
"pubsub-js": "1.5.7",
53+
"quill": "1.3.4",
54+
"respond.js": "1.4.2",
55+
"responsive-tabs": "1.6.3",
56+
"routerjs": "1.0.10",
57+
"select2": "4.0.5",
58+
"spectrum-colorpicker": "1.8.0",
59+
"swiper": "4.0.5",
60+
"systemjs": "0.20.19",
61+
"tableexport": "4.0.11",
62+
"tinymce": "4.7.2",
63+
"tota11y": "0.1.6",
64+
"underscore": "1.8.3",
65+
"unitegallery": "1.7.28",
66+
"urijs": "1.19.0",
67+
"xlsx": "0.11.10",
68+
"zeroclipboard": "2.3.0"
7169
},
7270
"devDependencies": {
7371
"glob": "^7.1.2",

0 commit comments

Comments
 (0)