Skip to content

Commit

Permalink
Revert "Set package dependencies versions to fixed versions."
Browse files Browse the repository at this point in the history
This reverts commit 16aa33e.
  • Loading branch information
Angel Mortega committed Mar 28, 2019
1 parent 16aa33e commit ea19d10
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions app-template/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,39 +53,39 @@
"npm": "3"
},
"dependencies": {
"adm-zip": "0.4.13",
"adm-zip": "^0.4.7",
"angular": "1.4.6",
"angular-mocks": "1.4.10",
"bezier-easing": "2.1.0",
"bezier-easing": "^2.0.3",
"bhttp": "1.2.1",
"bitauth": "0.2.1",
"bitauth": "^0.2.1",
"bitcore-wallet-client": "https://github.com/Bitcoin-com/bitcore-wallet-client.git",
"bower": "1.8.8",
"cordova-custom-config": "3.0.14",
"bower": "^1.7.9",
"cordova-custom-config": "^3.0.5",
"cordova-plugin-qrscanner-no-android": "https://github.com/Bitcoin-com/cordova-plugin-qrscanner-no-android.git",
"cordova-plugin-vibration": "3.0.1",
"cordova-plugin-camera-preview": "0.10.0",
"coveralls": "2.13.3",
"express": "4.16.4",
"cordova-plugin-vibration": "^3.0.1",
"cordova-plugin-camera-preview": "^0.10.0",
"coveralls": "^2.11.9",
"express": "^4.11.2",
"fs": "0.0.2",
"fs-extra": "0.30.0",
"grunt-angular-gettext": "2.4.1",
"grunt-browserify": "5.3.0",
"grunt-cli": "1.3.2",
"grunt-curl": "2.5.1",
"grunt-zip": "0.17.1",
"grunt-contrib-compress": "1.4.3",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "2.3.0",
"grunt-contrib-watch": "1.1.0",
"grunt-exec": "1.0.1",
"grunt-nw-builder": "2.0.3",
"grunt-sass": "1.2.1",
"load-grunt-tasks": "3.5.2",
"shelljs": "0.3.0",
"android-versions": "1.4.0",
"bitcoincashjs-fork": "1.0.3"
"fs-extra": "^0.30.0",
"grunt-angular-gettext": "^2.2.3",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-curl": "^2.4.1",
"grunt-zip": "^0.17.1",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.0",
"grunt-nw-builder": "^2.0.3",
"grunt-sass": "^1.2.0",
"load-grunt-tasks": "^3.5.0",
"shelljs": "^0.3.0",
"android-versions": "^1.2.1",
"bitcoincashjs-fork": "^1.0.3"
},
"scripts": {
"apply:bitcoincom": "npm i fs-extra && cd app-template && node apply.js bitcoincom && npm i && cordova prepare && cd ../ && ./fix-asn1.sh",
Expand Down Expand Up @@ -137,16 +137,16 @@
"watch": "grunt watch"
},
"devDependencies": {
"cordova": "6.5.0",
"grunt": "1.0.4",
"ionic": "3.20.1",
"jasmine-core": "3.3.0",
"karma": "2.0.5",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "1.1.2",
"trash-cli": "1.4.0",
"lodash": "4.17.11",
"pre-commit": "1.2.2"
"cordova": "^6.4.0",
"grunt": "^1.0.1",
"ionic": "^3.6.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"trash-cli": "^1.4.0",
"lodash": "^4.17.4",
"pre-commit": "^1.1.3"
},
"pre-commit": "unstage-package"
}

0 comments on commit ea19d10

Please sign in to comment.