Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Aug 21, 2018
1 parent 7d1cfcc commit 9f7971d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 18 deletions.
7 changes: 3 additions & 4 deletions generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ const DEFAULTS = {
'conventional-changelog-videojs',
'in-publish',
'karma',
'mkdirp',
'npm-run-all',
'rimraf',
'rollup',
'shx',
'videojs-generate-rollup-config',
'videojs-generate-karma-config',
'not-prerelease',
Expand Down Expand Up @@ -136,8 +135,8 @@ const packageJSON = (current, context) => {
'prebuild': 'npm run clean',
'build': 'npm-run-all -p build:*',
'build:js': 'rollup -c scripts/rollup.config.js',
'clean': 'rimraf dist test/dist',
'postclean': 'mkdirp dist test/dist',
'clean': 'shx rm -rf ./dist ./test/dist',
'postclean': 'shx mkdir -p ./dist ./test/dist',
'lint': 'vjsstandard',
'prepublish': 'not-in-install && npm run build || in-install',
'start': 'npm-run-all -p server watch',
Expand Down
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,38 +35,37 @@
"videojs-plugin"
],
"dependencies": {
"chalk": "^2.3.2",
"lodash": "^4.17.4",
"rimraf": "^2.6.1",
"chalk": "^2.4.1",
"lodash": "^4.17.10",
"tsmlj": "^1.0.0",
"yeoman-generator": "^3.0.0"
"yeoman-generator": "^3.1.1"
},
"devDependencies": {
"not-prerelease": "^1.0.1",
"conventional-changelog-cli": "^2.0.0",
"conventional-changelog-cli": "^2.0.1",
"conventional-changelog-videojs": "^3.0.0",
"doctoc": "^1.3.1",
"fs-extra": "^7.0.0",
"husky": "^0.14.3",
"mocha": "^5.0.2",
"videojs-standard": "^6.0.3",
"mocha": "^5.2.0",
"videojs-standard": "^6.0.4",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^2.0.0"
},
"optionalDependencies": {
"global": "^4.3.2",
"in-publish": "^2.0.0",
"jsdoc": "https://github.com/BrandonOCasey/jsdoc#feat/plugin-from-cli",
"karma": "^2.0.2",
"mkdirp": "^0.5.1",
"npm-run-all": "^4.1.2",
"karma": "^3.0.0",
"npm-run-all": "^4.1.3",
"postcss-cli": "^6.0.0",
"rollup": "^0.63.2",
"sinon": "^5.1.0",
"rollup": "^0.64.1",
"shx": "^0.3.2",
"sinon": "^6.1.5",
"video.js": "^6 || ^7",
"videojs-languages": "^1.0.0",
"videojs-generate-karma-config": "~1.0.0",
"videojs-generate-postcss-config": "~1.0.1",
"videojs-generate-rollup-config": "~1.0.0"
"videojs-generate-rollup-config": "~1.0.0",
"videojs-languages": "^1.0.0"
}
}

0 comments on commit 9f7971d

Please sign in to comment.