Skip to content

Commit

Permalink
Update word-wrap and mocha deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gkz committed Apr 26, 2024
1 parent 04e7731 commit ae0692f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/help.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"dependencies": {
"prelude-ls": "^1.2.1",
"deep-is": "^0.1.3",
"@aashutoshrathi/word-wrap": "^1.2.3",
"word-wrap": "^1.2.5",
"type-check": "^0.4.0",
"levn": "^0.4.1",
"fast-levenshtein": "^2.0.6"
},
"devDependencies": {
"livescript": "^1.6.0",
"mocha": "^7.1.1"
"mocha": "^10.4.0"
}
}
4 changes: 2 additions & 2 deletions package.json.ls
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ scripts:
dependencies:
'prelude-ls': '^1.2.1'
'deep-is': '^0.1.3'
'@aashutoshrathi/word-wrap': '^1.2.3'
'word-wrap': '^1.2.5'
'type-check': '^0.4.0'
levn: '^0.4.1'
'fast-levenshtein': '^2.0.6'

dev-dependencies:
livescript: '^1.6.0'
mocha: '^7.1.1'
mocha: '^10.4.0'
2 changes: 1 addition & 1 deletion src/help.ls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{id, find, sort, min, max, map, unlines} = require 'prelude-ls'
{name-to-raw, dasherize, natural-join} = require './util'
word-wrap = require '@aashutoshrathi/word-wrap'
word-wrap = require 'word-wrap'

wordwrap = (a, b) ->
[indent, width] = if b == undefined then
Expand Down

0 comments on commit ae0692f

Please sign in to comment.