Skip to content

Commit a051a8a

Browse files
Fix: Cannot set properties of undefined (setting 'inTable')
1 parent ffa307a commit a051a8a

File tree

2 files changed

+372
-381
lines changed

2 files changed

+372
-381
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,11 @@
8181
"dependencies": {
8282
"comma-separated-tokens": "^2.0.3",
8383
"property-information": "^6.3.0",
84-
"remark-gfm": "^3.0.1",
85-
"remark-parse": "^10.0.2",
86-
"remark-rehype": "^10.1.0",
84+
"remark-parse": "^11.0.0",
85+
"remark-rehype": "^11.1.1",
8786
"space-separated-tokens": "^2.0.2",
8887
"style-to-object": "^0.3.0",
89-
"unified": "^10.1.2",
88+
"unified": "^11.0.5",
9089
"unist-util-visit": "^4.1.2",
9190
"vfile": "^5.3.7"
9291
},
@@ -107,6 +106,7 @@
107106
"eslint-plugin-no-only-tests": "^3.1.0",
108107
"jsdom": "^22.1.0",
109108
"prettier": "3.0.0",
109+
"remark-gfm": "^4.0.0",
110110
"solid-js": "^1.8.5",
111111
"tsup": "^7.2.0",
112112
"tsup-preset-solid": "^2.1.0",

0 commit comments

Comments
 (0)