Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 23, 2020
1 parent 8a38129 commit 13c870a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@
],
"dependencies": {
"meow": "^7.0.0",
"rehype-parse": "^6.0.0",
"rehype-parse": "^7.0.0",
"rehype-retext": "^2.0.1",
"remark-frontmatter": "^1.1.0",
"remark-message-control": "^5.0.0",
"remark-parse": "^7.0.0",
"remark-retext": "^3.0.0",
"remark-frontmatter": "^2.0.0",
"remark-message-control": "^6.0.0",
"remark-parse": "^8.0.0",
"remark-retext": "^4.0.0",
"retext-english": "^3.0.0",
"retext-equality": "~4.3.0",
"retext-profanities": "~5.0.0",
"unified": "^8.0.0",
"retext-equality": "~5.2.0",
"retext-profanities": "~6.1.0",
"unified": "^9.0.0",
"unified-diff": "^3.0.0",
"unified-engine": "^7.0.0",
"update-notifier": "^3.0.0",
"unified-engine": "^8.0.0",
"update-notifier": "^4.0.0",
"vfile": "^4.0.0",
"vfile-reporter": "^6.0.0",
"vfile-sort": "^2.0.0"
Expand Down
10 changes: 5 additions & 5 deletions test/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ test('alex()', function (t) {
].join('\n')
).messages.map(String),
[
'1:44-1:50: `master` / `slaves` may be insensitive, use `primary` / `replica` instead',
'1:44-1:50: `master` may be insensitive, use `primary`, `hub`, `reference` instead',
'2:5-2:11: Don’t use `slaves`, it’s profane',
'2:37-2:43: `master` may be insensitive, use `primary`, `hub`, `reference` instead',
'3:1-3:3: `he` may be insensitive, use `they`, `it` instead',
'3:11-3:18: `cripple` may be insensitive, use `person with a limp` instead',
'5:36-5:40: Be careful with `butt`, it’s profane in some cases'
Expand Down Expand Up @@ -131,12 +132,11 @@ test('alex()', function (t) {
.messages.map(String),
[
'1:6-1:15: `boogeyman` may be insensitive, use `boogeymonster` instead',
'1:44-1:50: `master` / `slaves` may be insensitive, use ' +
'`primary` / `replica` instead',
'1:44-1:50: `master` may be insensitive, use `primary`, `hub`, `reference` instead',
'2:5-2:11: Don’t use `slaves`, it’s profane',
'2:37-2:43: `master` may be insensitive, use `primary`, `hub`, `reference` instead',
'3:1-3:3: `he` may be insensitive, use `they`, `it` instead',
'3:11-3:18: `cripple` may be insensitive, use `person with a ' +
'limp` instead',
'3:11-3:18: `cripple` may be insensitive, use `person with a limp` instead',
'5:36-5:40: Be careful with `butt`, it’s profane in some cases'
],
'alex.text()'
Expand Down

0 comments on commit 13c870a

Please sign in to comment.