|
46 | 46 | "comma-separated-tokens": "^2.0.0", |
47 | 47 | "property-information": "^6.0.0", |
48 | 48 | "space-separated-tokens": "^2.0.0", |
49 | | - "style-to-object": "^0.3.0", |
| 49 | + "style-to-object": "^0.4.0", |
50 | 50 | "web-namespaces": "^2.0.0" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | 53 | "@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", |
56 | 56 | "@types/tape": "^4.0.0", |
57 | 57 | "@types/virtual-dom": "^2.0.0", |
58 | 58 | "c8": "^7.0.0", |
|
61 | 61 | "react": "^18.0.0", |
62 | 62 | "react-dom": "^18.0.0", |
63 | 63 | "rehype": "^12.0.0", |
64 | | - "remark-cli": "^10.0.0", |
| 64 | + "remark-cli": "^11.0.0", |
65 | 65 | "remark-preset-wooorm": "^9.0.0", |
66 | 66 | "rimraf": "^3.0.0", |
67 | 67 | "tape": "^5.0.0", |
|
73 | 73 | "virtual-dom": "^2.0.0", |
74 | 74 | "vue": "^3.0.0", |
75 | 75 | "vue-server-renderer": "^2.0.0", |
76 | | - "xo": "^0.48.0" |
| 76 | + "xo": "^0.53.0" |
77 | 77 | }, |
78 | 78 | "scripts": { |
79 | 79 | "prepack": "npm run build && npm run format", |
|
95 | 95 | "prettier": true, |
96 | 96 | "#": "xo is wrong in tests", |
97 | 97 | "rules": { |
98 | | - "node/file-extension-in-import": "off" |
| 98 | + "n/file-extension-in-import": "off" |
99 | 99 | } |
100 | 100 | }, |
101 | 101 | "remarkConfig": { |
|
0 commit comments