Skip to content

Commit

Permalink
Fix: Cannot set properties of undefined (setting 'inTable')
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Oct 1, 2024
1 parent ffa307a commit a051a8a
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 381 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,11 @@
"dependencies": {
"comma-separated-tokens": "^2.0.3",
"property-information": "^6.3.0",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"space-separated-tokens": "^2.0.2",
"style-to-object": "^0.3.0",
"unified": "^10.1.2",
"unified": "^11.0.5",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.7"
},
Expand All @@ -107,6 +106,7 @@
"eslint-plugin-no-only-tests": "^3.1.0",
"jsdom": "^22.1.0",
"prettier": "3.0.0",
"remark-gfm": "^4.0.0",
"solid-js": "^1.8.5",
"tsup": "^7.2.0",
"tsup-preset-solid": "^2.1.0",
Expand Down
Loading

0 comments on commit a051a8a

Please sign in to comment.