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

Commit 103816f

Browse files
committed
Update dev-dependencies
1 parent 7eb0fa9 commit 103816f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"comma-separated-tokens": "^2.0.0",
4747
"property-information": "^6.0.0",
4848
"space-separated-tokens": "^2.0.0",
49-
"style-to-object": "^0.3.0",
49+
"style-to-object": "^0.4.0",
5050
"web-namespaces": "^2.0.0"
5151
},
5252
"devDependencies": {
5353
"@types/hyperscript": "0.0.4",
54-
"@types/react": "^17.0.0",
55-
"@types/react-dom": "^17.0.0",
54+
"@types/react": "^18.0.0",
55+
"@types/react-dom": "^18.0.0",
5656
"@types/tape": "^4.0.0",
5757
"@types/virtual-dom": "^2.0.0",
5858
"c8": "^7.0.0",
@@ -61,7 +61,7 @@
6161
"react": "^18.0.0",
6262
"react-dom": "^18.0.0",
6363
"rehype": "^12.0.0",
64-
"remark-cli": "^10.0.0",
64+
"remark-cli": "^11.0.0",
6565
"remark-preset-wooorm": "^9.0.0",
6666
"rimraf": "^3.0.0",
6767
"tape": "^5.0.0",
@@ -73,7 +73,7 @@
7373
"virtual-dom": "^2.0.0",
7474
"vue": "^3.0.0",
7575
"vue-server-renderer": "^2.0.0",
76-
"xo": "^0.48.0"
76+
"xo": "^0.53.0"
7777
},
7878
"scripts": {
7979
"prepack": "npm run build && npm run format",
@@ -95,7 +95,7 @@
9595
"prettier": true,
9696
"#": "xo is wrong in tests",
9797
"rules": {
98-
"node/file-extension-in-import": "off"
98+
"n/file-extension-in-import": "off"
9999
}
100100
},
101101
"remarkConfig": {

0 commit comments

Comments
 (0)