Skip to content

Commit 751cd53

Browse files
committed
updated dev dependencies
1 parent eaca310 commit 751cd53

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

.release-it.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"non-interactive": false,
3+
4+
"increment": "patch",
5+
"preReleaseId": null,
6+
"buildCommand": "gulp",
7+
"changelogCommand": "git log --pretty=format:\"* %s (%h)\" [REV_RANGE]",
8+
"npm": {
9+
"publish": true
10+
}
11+
}

dist/sd-random.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sd-random.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/standalone/sd-random.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/standalone/sd-random.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
"devDependencies": {
3737
"babel-preset-es2015": "^6.14.0",
3838
"babelify": "^7.3.0",
39-
"browserify": "^13.1.0",
40-
"chalk": "^1.1.3",
41-
"del": "^2.2.0",
39+
"browserify": "^14.5.0",
40+
"chalk": "^2.3.0",
41+
"del": "^3.0.0",
4242
"gulp": "^3.9.1",
4343
"gulp-concat": "^2.6.0",
4444
"gulp-documentation": "^3.2.0",
4545
"gulp-load-plugins": "^1.2.4",
4646
"gulp-plumber": "^1.1.0",
4747
"gulp-rename": "^1.2.2",
48-
"gulp-replace": "^0.5.4",
49-
"gulp-sourcemaps": "^1.6.0",
50-
"gulp-uglify": "^1.5.3",
48+
"gulp-replace": "^0.6.1",
49+
"gulp-sourcemaps": "^2.6.1",
50+
"gulp-uglify": "^3.0.0",
5151
"gulp-util": "^3.0.7",
5252
"vinyl-buffer": "^1.0.0",
5353
"vinyl-source-stream": "^1.1.0",
54-
"yargs": "^6.0.0"
54+
"yargs": "^10.0.3"
5555
}
5656
}

0 commit comments

Comments
 (0)