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

Commit edb6be1

Browse files
committed
Update dev-dependencies
1 parent f53de8d commit edb6be1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@types/hyperscript": "0.0.4",
51-
"@types/react": "^16.0.0",
51+
"@types/react": "^17.0.0",
5252
"@types/virtual-dom": "^2.0.0",
5353
"browserify": "^17.0.0",
5454
"dtslint": "^4.0.0",
@@ -67,12 +67,12 @@
6767
"virtual-dom": "^2.0.0",
6868
"vue": "^2.0.0",
6969
"vue-server-renderer": "^2.0.0",
70-
"xo": "^0.34.0"
70+
"xo": "^0.35.0"
7171
},
7272
"scripts": {
7373
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
74-
"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
75-
"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
74+
"build-bundle": "browserify index.js -s hastToHyperscript -o hast-to-hyperscript.js",
75+
"build-mangle": "browserify index.js -s hastToHyperscript -o hast-to-hyperscript.min.js -p tinyify",
7676
"build": "npm run build-bundle && npm run build-mangle",
7777
"test-api": "node test",
7878
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)