mirror of https://github.com/ColorlibHQ/AdminLTE
Merge pull request #2175 from phansys/semver
Trust semver constraints at `package.json` and `bower.json`pull/2678/head
commit
643d3e56f0
16
bower.json
16
bower.json
|
@ -31,22 +31,22 @@
|
|||
"documentation"
|
||||
],
|
||||
"dependencies": {
|
||||
"bootstrap-slider": "879a98d",
|
||||
"chart.js": "1.0.*",
|
||||
"ckeditor": "^4.7.0",
|
||||
"bootstrap-slider": "bootstrap-slider#master",
|
||||
"chart.js": "^1.0",
|
||||
"ckeditor": "^4.7",
|
||||
"bootstrap-colorpicker": "^2.5.1",
|
||||
"bootstrap": "^3.4.0",
|
||||
"bootstrap": "^3.4",
|
||||
"jquery": "^3.2.1",
|
||||
"datatables.net": "^1.10.15",
|
||||
"datatables.net-bs": "^2.1.1",
|
||||
"bootstrap-datepicker": "^1.7.0",
|
||||
"bootstrap-datepicker": "^1.7",
|
||||
"bootstrap-daterangepicker": "^2.1.25",
|
||||
"moment": "^2.18.1",
|
||||
"fastclick": "^1.0.6",
|
||||
"Flot": "flot#^0.8.3",
|
||||
"fullcalendar": "^3.4.0",
|
||||
"fullcalendar": "^3.4",
|
||||
"inputmask": "jquery.inputmask#^3.3.7",
|
||||
"ion.rangeSlider": "ionrangeslider#^2.2.0",
|
||||
"ion.rangeSlider": "ionrangeslider#^2.2",
|
||||
"jvectormap": "^1.2.2",
|
||||
"jquery-knob": "^1.2.13",
|
||||
"morris.js": "^0.5.1",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"jquery-slimscroll": "slimscroll#^1.3.8",
|
||||
"bootstrap-timepicker": "^0.5.2",
|
||||
"jquery-sparkline": "^2.1.3",
|
||||
"font-awesome": "^4.7.0",
|
||||
"font-awesome": "^4.7",
|
||||
"Ionicons": "ionicons#^2.0.1",
|
||||
"jquery-ui": "1.11.4"
|
||||
},
|
||||
|
|
32
package.json
32
package.json
|
@ -11,13 +11,13 @@
|
|||
"R2": "^1.4.3",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-bootlint": "^0.9.1",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-clean": "^0.6",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-csslint": "^0.5.0",
|
||||
"grunt-contrib-csslint": "^0.5",
|
||||
"grunt-contrib-cssmin": "^0.12.2",
|
||||
"grunt-contrib-jshint": "^0.11.3",
|
||||
"grunt-contrib-less": "^0.12.0",
|
||||
"grunt-contrib-uglify": "^0.7.0",
|
||||
"grunt-contrib-less": "^0.12",
|
||||
"grunt-contrib-uglify": "^0.7",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-cssjanus": "^0.2.4",
|
||||
"grunt-image": "^1.5.2",
|
||||
|
@ -25,34 +25,34 @@
|
|||
"grunt-jscs": "^3.0.1",
|
||||
"grunt-less": "^0.1.7",
|
||||
"grunt-notify": "^0.4.5",
|
||||
"grunt-text-replace": "^0.4.0",
|
||||
"grunt-text-replace": "^0.4",
|
||||
"less": "^2.7.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.4.0",
|
||||
"bootstrap": "^3.4",
|
||||
"bootstrap-colorpicker": "^2.5.3",
|
||||
"bootstrap-datepicker": "^1.8.0",
|
||||
"bootstrap-datepicker": "^1.8",
|
||||
"bootstrap-daterangepicker": "^2.1.25",
|
||||
"bootstrap-slider": "^9.8.0",
|
||||
"bootstrap-slider": "^9.8",
|
||||
"bootstrap-timepicker": "^0.5.2",
|
||||
"chart.js": "1.0.*",
|
||||
"chart.js": "^1",
|
||||
"ckeditor": "^4.11.2",
|
||||
"datatables.net": "^1.10.19",
|
||||
"datatables.net-bs": "^1.10.19",
|
||||
"fastclick": "^1.0.6",
|
||||
"flot": "^0.8.3",
|
||||
"font-awesome": "^4.7.0",
|
||||
"fullcalendar": "^3.10.0",
|
||||
"font-awesome": "^4.7",
|
||||
"fullcalendar": "^3.10",
|
||||
"inputmask": "^3.3.7",
|
||||
"ion-rangeslider": "^2.3.0",
|
||||
"ionicons": "^3.0.0",
|
||||
"ion-rangeslider": "^2.3",
|
||||
"ionicons": "^3",
|
||||
"jquery": "^3.2.1",
|
||||
"jquery-knob": "^1.2.11",
|
||||
"jquery-sparkline": "^2.4.0",
|
||||
"jquery-sparkline": "^2.4",
|
||||
"jquery-ui": "^1.12.1",
|
||||
"jvectormap": "^1.2.2",
|
||||
"moment": "^2.24.0",
|
||||
"morris.js": "github:morrisjs/morris.js",
|
||||
"moment": "^2.24",
|
||||
"morris.js": "^0.5",
|
||||
"pace": "0.0.4",
|
||||
"raphael": "^2.2.7",
|
||||
"select2": "^4.0.3",
|
||||
|
|
Loading…
Reference in New Issue