Skip to content

Commit

Permalink
Merge pull request #36 from promplate/main
Browse files Browse the repository at this point in the history
Fix: Cannot set properties of undefined (setting 'inTable')
  • Loading branch information
andi23rosca authored Oct 22, 2024
2 parents ffa307a + b40a126 commit ecc72ec
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 405 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,13 @@
"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"
"vfile": "^6.0.3"
},
"peerDependencies": {
"solid-js": "^1.6.0"
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 ecc72ec

Please sign in to comment.