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

Commit d989899

Browse files
committed
Update dev-dependencies
1 parent 09e89c4 commit d989899

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"react": "^17.0.0",
6262
"react-dom": "^17.0.0",
6363
"rehype": "^12.0.0",
64-
"remark-cli": "^9.0.0",
65-
"remark-preset-wooorm": "^8.0.0",
64+
"remark-cli": "^10.0.0",
65+
"remark-preset-wooorm": "^9.0.0",
6666
"rimraf": "^3.0.0",
6767
"tape": "^5.0.0",
6868
"type-coverage": "^2.0.0",
@@ -73,7 +73,7 @@
7373
"virtual-dom": "^2.0.0",
7474
"vue": "^2.0.0",
7575
"vue-server-renderer": "^2.0.0",
76-
"xo": "^0.42.0"
76+
"xo": "^0.48.0"
7777
},
7878
"scripts": {
7979
"prepack": "npm run build && npm run format",

test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @typedef {import('vue').VNode} VueNode
66
*/
77

8+
import process from 'node:process'
89
import test from 'tape'
910
import {webNamespaces as ns} from 'web-namespaces'
1011
import {u} from 'unist-builder'

0 commit comments

Comments
 (0)