Skip to content

Commit 6998a05

Browse files
authored
chore(dependencies): Update dependency ranges for all that can be seamlessly upgraded (#617)
We're pinning certain dependencies, still, like parse-filepath, because they alter documentation.js's behavior: those will need further investigation
1 parent 5783156 commit 6998a05

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"documentation": "./bin/documentation.js"
88
},
99
"dependencies": {
10-
"ansi-html": "0.0.5",
10+
"ansi-html": "^0.0.6",
1111
"babel-core": "^6.17.0",
1212
"babel-generator": "6.19.0",
1313
"babel-plugin-system-import-transformer": "2.4.0",
@@ -24,8 +24,7 @@
2424
"concat-stream": "^1.5.0",
2525
"debounce": "^1.0.0",
2626
"disparity": "^2.0.0",
27-
"doctrine": "^1.5.0",
28-
"events": "^1.1.0",
27+
"doctrine": "^2.0.0",
2928
"extend": "^3.0.0",
3029
"get-comments": "^1.0.1",
3130
"git-url-parse": "^6.0.1",
@@ -47,7 +46,7 @@
4746
"standard-changelog": "0.0.1",
4847
"stream-array": "^1.1.0",
4948
"strip-json-comments": "^2.0.0",
50-
"tiny-lr": "^0.2.1",
49+
"tiny-lr": "^1.0.3",
5150
"unist-builder": "^1.0.0",
5251
"unist-util-visit": "^1.0.1",
5352
"vfile": "^2.0.0",
@@ -62,12 +61,12 @@
6261
"cz-conventional-changelog": "1.2.0",
6362
"documentation-schema": "0.0.1",
6463
"eslint": "^3.1.0",
65-
"fs-extra": "^0.30.0",
64+
"fs-extra": "^1.0.0",
6665
"glob": "^7.0.0",
6766
"json-schema": "0.2.3",
6867
"mock-fs": "^3.5.0",
69-
"tap": "^7.1.2",
70-
"tmp": "0.0.29"
68+
"tap": "^8.0.0",
69+
"tmp": "^0.0.29"
7170
},
7271
"keywords": [
7372
"documentation",

0 commit comments

Comments
 (0)