Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 7, 2018
1 parent 1926f5e commit bd92b02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"devDependencies": {
"browserify": "^16.0.0",
"hyperscript": "^2.0.2",
"nyc": "^12.0.0",
"nyc": "^13.0.0",
"prettier": "^1.13.5",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"rehype": "^6.0.0",
"remark-cli": "^5.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"unist-builder": "^1.0.1",
"vdom-to-html": "^2.3.1",
"virtual-dom": "^2.1.1",
"xo": "^0.21.0"
"xo": "^0.23.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
Expand Down

0 comments on commit bd92b02

Please sign in to comment.