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

Commit bd92b02

Browse files
committed
Update dev-dependencies
1 parent 1926f5e commit bd92b02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
"devDependencies": {
3636
"browserify": "^16.0.0",
3737
"hyperscript": "^2.0.2",
38-
"nyc": "^12.0.0",
38+
"nyc": "^13.0.0",
3939
"prettier": "^1.13.5",
40-
"react": "^16.1.1",
41-
"react-dom": "^16.1.1",
40+
"react": "^16.6.1",
41+
"react-dom": "^16.6.1",
4242
"rehype": "^6.0.0",
43-
"remark-cli": "^5.0.0",
43+
"remark-cli": "^6.0.0",
4444
"remark-preset-wooorm": "^4.0.0",
4545
"tape": "^4.0.0",
4646
"tinyify": "^2.4.3",
4747
"unist-builder": "^1.0.1",
4848
"vdom-to-html": "^2.3.1",
4949
"virtual-dom": "^2.1.1",
50-
"xo": "^0.21.0"
50+
"xo": "^0.23.0"
5151
},
5252
"scripts": {
5353
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",

0 commit comments

Comments
 (0)