Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from draconteus/master
Browse files Browse the repository at this point in the history
feat(deps): update deps

BREAKING CHANGE: Security check with nsp is no longer provided
  • Loading branch information
bankyadam authored Jul 16, 2018
2 parents 928d200 + cb26249 commit 36b6b7f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 35 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
save-exact=true
save=true
59 changes: 24 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
"description": "Boar Tasks for client side",
"main": "index.js",
"scripts": {
"validate-commit-msg": "validate-commit-msg",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"release": {
"verifyConditions": {
"path": "./node_modules/semantic-release/dist/lib/plugin-noop.js"
}
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand All @@ -20,61 +14,56 @@
"bugs": {
"url": "https://github.com/emartech/boar-tasks-client/issues"
},
"pre-commit": [
"validate-commit-msg"
],
"dependencies": {
"boar-tasks-common": "5.0.0",
"boar-tasks-common": "7.0.0",
"chai": "3.5.0",
"co-mocha": "1.1.3",
"co-mocha": "1.2.2",
"concurrent-transform": "1.0.0",
"deep-extend": "0.4.1",
"deep-extend": "0.6.0",
"event-stream": "3.3.4",
"glob": "7.1.1",
"gulp-angular-templatecache": "2.0.0",
"glob": "7.1.2",
"gulp-angular-templatecache": "2.2.1",
"gulp-autoprefixer": "3.1.1",
"gulp-awspublish": "3.3.0",
"gulp-awspublish": "3.3.3",
"gulp-changed": "1.3.2",
"gulp-clone": "1.0.0",
"gulp-concat": "2.6.0",
"gulp-connect": "5.0.0",
"gulp-if": "2.0.1",
"gulp-concat": "2.6.1",
"gulp-connect": "5.5.0",
"gulp-if": "2.0.2",
"gulp-install": "0.6.0",
"gulp-jade": "1.1.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.0.0",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.3.0",
"gulp-sourcemaps": "2.6.4",
"gulp-streamify": "1.0.2",
"gulp-stylus": "2.5.0",
"gulp-task-listing": "1.0.1",
"gulp-stylus": "2.7.0",
"gulp-task-listing": "1.1.0",
"gulp-uglify": "2.0.0",
"gulp-util": "3.0.7",
"gulp-util": "3.0.8",
"gulp-watch": "4.3.10",
"karma": "1.3.0",
"karma-mocha": "1.2.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-sinon": "1.0.5",
"karma-sinon-chai": "1.2.4",
"karma-webpack": "1.8.0",
"lodash": "4.16.4",
"lodash": "4.17.10",
"mocha": "3.1.2",
"node-notifier": "4.6.1",
"phantomjs-prebuilt": "2.1.13",
"q": "1.4.1",
"phantomjs-prebuilt": "2.1.16",
"q": "1.5.1",
"run-sequence": "1.2.2",
"sinon": "1.17.6",
"sinon-chai": "2.8.0",
"stylint-stylish": "1.4.0",
"stylint-stylish": "1.4.1",
"superagent": "2.3.0",
"through2": "2.0.1",
"through2": "2.0.3",
"vinyl-source-stream": "1.1.0",
"webpack": "1.13.2",
"yargs": "6.0.0"
},
"devDependencies": {
"pre-commit": "1.1.3",
"semantic-release": "4.3.5",
"validate-commit-message": "3.0.1"
"semantic-release": "15.7.2"
},
"homepage": "https://github.com/emartech/boar-tasks-client"
}

0 comments on commit 36b6b7f

Please sign in to comment.