Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 15, 2019
1 parent d13c952 commit 9130bfd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"dependencies": {},
"devDependencies": {
"browserify": "^16.0.0",
"nyc": "^13.0.0",
"prettier": "^1.14.2",
"rehype-stringify": "^5.0.0",
"nyc": "^14.0.0",
"prettier": "^1.0.0",
"rehype-stringify": "^6.0.0",
"remark-cli": "^6.0.0",
"remark-parse": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"remark-rehype": "^3.0.0",
"tape": "^4.4.0",
"tinyify": "^2.4.3",
"remark-preset-wooorm": "^5.0.0",
"remark-rehype": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"unified": "^7.0.0",
"xo": "^0.23.0"
"xo": "^0.24.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
Expand Down

0 comments on commit 9130bfd

Please sign in to comment.